Forum Replies Created
-
AuthorPosts
-
Regarding https you could probably “borrow” it from Cerberus-X aka Monkey X where I introduced libcurl to have https for windows.
Wow, I did not expect that. You’re always good for a surprise.
Thanks! Desktop would be enough if Emscripten is too much work.
Ah I see thanks.
Oh I just see that httprequest only works for Android and iOS but not for Desktop and Emscripten. Is there any ETA when this is going to happen or are there no plans to add it?
Hey Mark, thanks!
I think 10 seconds would be a good default because when the webserver doesn’t reply within 10 seconds there’s probably a problem anyway. But if you have this as a parameter it shouldn’t be a problem anyway.
Does it work with the Emscripten target btw?
Basically you can see it that way, yes Amon. At some point it’s very handy and useful even though you can create the same results without using lambdas.
arcList:List<ArcWall> creates a list with elements of type ArcWall. So every element in your list is an instance of an ArcWall object.
arcList:List<Int> would create a list where every element is of type Int.
With lambdas you can define functions at places where you call them or use them as parameters. Quite some fancy stuff which you do not necessarily need.
Personally I do not like that “:=” stuff because it just hides what type the object has especially when looking at other’s code. It’s just for lazy guys.
Like the auto type keyword in C++.
Any news?
That Discord link doesn’t work anymore…
Awesome, thanks for adding that!
Ok, I was wrong. Apparently I have indeed the same issue under Windows 7 and 10.
Mark, how to deal with that?
Very cool stuff, thanks for adding!
Ok, was definitely a driver issue.
Regaring the theme, I absolutely love that warm one.
Thanks!
I’ve got a very, very strange problem with Ted2Go under Windows 10. With Ted2go 2.7 (Monkey 1.1.08) everything was fine but with Ted2go 2.8 (Monkey 1.1.09) it looks like the title bar of the window at the top overlaps the canvas of Ted so the menubar is now below the title bar…
Please take a look at the attached screenshots.
edit: And it makes it even more unusable because the mouse coordinates doesn’t match either. :/
edit2: Looks like this is a problem with some laptops using Intel HD Graphics as fallback for my GTX 1050 in my Dell XPS 15. Apparently Blender had the same problem: https://developer.blender.org/T51521
Attachments:
January 10, 2018 at 1:48 pm in reply to: App not starting at Windows 2008 R2 or in Citrix enviroment #12798In RDP sessions 3d stuff usually don’t work. Usually on Windows servers you even don’t have a capable graphics card. A combination of both makes it almost impossible for any 3d stuff to run.
I had similar issues using MacOS under VMWare.
Even 2d is nowadays done in opengl I guess that will be the problem.
Awesome, thanks! Should look into all those classes. I think I’m going to write all this down and create kind of a “how to start with mojo3d” document at some point.
-
AuthorPosts


