Torsten Paul

Results 337 comments of Torsten Paul

In my opinion, the OpenSCAD LSP belongs into openscad itself (https://github.com/openscad/openscad/pull/3635).

@elasticdotventures This asks for installing the TTF or OTF font. OpenSCAD can read that natively but it needs to be installed on the local system. All google fonts would abount...

As @jordanbrown0 already said, the infrastructure for objects and access to that structure via "." dot notation already exists, so adding that function mapping would be impossible without breaking that....

Having function literals in objects, yes, that's normal behavior. However it's unlikely to have assignment like this (also the current parser can't handle "." notation on left side of the...

I'm not aware of anyone actively working on the issue. I hope it's getting picked up again at some point.

@fergu I can merge, the problem is I have no way of testing. The latest build updates to the macOS version mean it's not compatible with my old MacBookPro anymore,...

@tcurdt That sponsoring is not a money issue :grinning:, it's only that I need to figure out how to clearly separate things. We pay for the dev account anyway for...

The work Marcos did was to port OpenSCAD and the needed libs to JavaScript (using emscripten, http://www.fabfabbers.com/openscad/ - [Forum Thread 1](http://forum.openscad.org/OpenSCAD-in-the-browser-already-td4408.html) - [Forum Thread 2](http://forum.openscad.org/Horrible-headless-hack-td4863.html) - [Github Repo](https://github.com/marcosscriven/openscad)), which probably...

I don't know of any such documentation. Maybe put your findings into the wiki as a starting point?

@terrylm My suggestion would be to start collecting the info in the wiki until there's a reasonable amount of information. Then we can decide if it may make sense to...