Z3 Development
Z3 Development
@FishOrBear Long time no see! I definitely agree with you. If you think that a configurable EPS is a good solution then a quick fix can be made. However, most...
@profOnno Wow! This is awesome! Thanks! The support for fonts/text is one of the last missing pieces of JSCAD. This will be very welcomed. FYI, @lautr3k added support for single-line...
Promises versus Webworkers... the short answer is that data structures cannot be shared between threads (workers) in browsers. @kaosat-dev has already hit this everal times in the new UI, and...
The transferable objects looks promising. We will have to look at the possibility of using those more. For more advanced designs, especially those that need additional libraries, we feel that...
> Already done, but rejected by the team, reason? wait for v2... > [jscad/csg.js#106](https://github.com/jscad/csg.js/pull/106) Actually, changes were requested, a new pull request was merged, adding support for simplex fonts. These...
@profOnno the ability to use promises within V2 designs is not supported yet. However, there is some hope. See #671 FYI, V2 JSCAD exposes the file system, just like running...
@RobBott can you provide a screen shot? I keep scratching my head on this one as JSCAD doesn’t have any ‘blocks’.
Ahhh… I see. That little piece of mess was created by a user. JSCAD does not maintain anything there. I’ll see if the user can take that down now. It...
Update: I asked Azure to take that application down, as it is very confusing for users and unmaintained. FYI, I did find another 'blocks' based UI that uses JSCAD V1....
@SebiTimeWaster interesting... I have a few comments. Math.cos() and Math.sin() expect angles as per radians (0 - 2*PI). And the JSCAD V1 rotate() expects angles as per degrees (0 -...