Hello JSCAD community,
First of all thank you for making JSCAD a reality - it is an amazing achievement. I've been working for a while now on a creative CAD coding platform called Bit by bit developers. @z3dev some time ago on github discussions encouraged me to share what I'm building with you. Quite a bit later, but here I am.
I think it is a good moment to share some details about the project with your community and have a Topic here where I could answer your questions if there would be any.
Bitbybit.dev is web based, runs on a browser and already includes few CAD libraries like JSCAD, Opencascade.js and Verb. While still in active development I've recently updated my app to include latest JSCAD algorithms, made them run on a webworker and introduced some ok'ish caching mechanism that improves development experience throughout separate script runs. All algorithms of JSCAD run asynchronously on a worker, thus UI doesn't freeze while executing.
Maybe the biggest difference from other editors is that I expose all CAD algorithms through two editors - Visual Programming editor based on Blockly and Monaco editor based on Typescript. Both of these wrap JSCAD through my custom type safe API. This may be interesting if there are people here who work in education. For beginners visual programming may be a bit easier to grasp at first, but even if you're a dev, sometimes it's just faster to sketch some scripts in blocks Also I normalised the API so that all algorithms exposed through visual blocks would also be available in Typescript.
This allows API docs to look like this (need to update those docs a bit though
https://docs.bitbybit.dev/classes/bitbybit_jscad_booleans.jscadbooleans.html
I think this post is getting a bit too long so I'll just try to put few video/image examples and links to public project scripts that use JSCAD, where you could see for yourself how it looks like and maybe ask additional questions if interested.
https://bitbybit.dev/app/bitbybit/YQ0LWrb6gsx3jZqmu5vC/PAkQe6rcHNjznDKbZZWT
Variant of this script I 3d printed some time ago
https://www.youtube.com/watch?v=NP72PSCBuRQ
https://www.youtube.com/watch?v=iEHu3FDDhX8
https://bitbybit.dev/app/bitbybit/aSs6JoXsSYjaKK2R3ls8/US4dgHRsjlHUJ20o6RbY
https://bitbybit.dev/app/bitbybit/xjdP0waOx6LiDn2RBTDv/BZdB124eIjLx1xZ0oQtC
It is possible to open and edit public projects anonymously, but you can also create accounts so that your scripts would persist in database. Platform is free if you only make public projects (some asset size limitations exist due to costs related to my cloud providers).
Also a small side note, I still have to expose some APIs of JSCAD to have a complete coverage. Measurement code is still lacking, some other stuff as well.
Also check out youtube channel
I hope this will at least be worth your time reading the post.
Have a good evening, it's getting late here