Marius Kintel

Results 396 comments of Marius Kintel

@dannypike Hey, I finally bit the bullet, purchased a PC and installed Windows, for the sole purpose of faster OpenSCAD dev cycles. I'm currently using msys2, but I could be...

PS! With the recent support for the Manifold library, some things are crazy fast with OpenSCAD now: https://gist.github.com/ochafik/70a6b15e982b7ccd5a79ff9afd99dbcf#results But yeah, authoring build system configs is one of the hardest parts...

It would be awesome to get something working! Some ideas: * A lot of the mode active developers are hanging out on IRC (https://openscad.org/community.html#irc). Joining that channel could help getting...

Sounds good. I can help test stuff on a Windows box, but I'm pretty clueless about Windows. We also have a couple of other devs which potentially could give it...

Best to open a ticket here. Notes should eventually make it into the main README or some convenient location, but feel free to just keep it updated in the ticket...

We see a very similar issue with OpenSCAD: Example of issue:

I ran some tests in an UTM VM with a macOS-14 guest on a macOS-13 host, and I see similar issues, so this might be an upstream OpenGL issue. The...

I also managed to reproduce this in an UTM VM with macOS-13.6.6 on a macOS-13 host: ``` OpenGL Version: 2.1 APPLE-20.5.2 (Apple Software Renderer) ``` This is the same OS...

Any dependency on implicit ordering is likely to fail, as is any dependency on likely triangle count of child nodes. Why not just map from originalID, as these IDs are...

See also https://github.com/Homebrew/homebrew-core/pull/166414. The ideal short-term workaround would be to get a qt5 version of QScintilla added to Homebrew. The workaround for building OpenSCAD from source is to build the...