@z3dev yeah, I went 'custom' way before I found JSCAD, I began by exposing VerbNurbs library first and implemented BabylonJS rendering but JSCAD adds so much to the project that I'm super enthusiastic about it. Vue part sounds very interesting. While I'm not very familiar with Vue, I suppose by reactive you mean Rxjs kind of reactive? Will have to analyse your project in more detail, thanks!
B
Posts made by bitbybit
-
RE: Running code in workerthread
-
RE: Running code in workerthread
@BarbourSmith thanks! Will check that out, this should be a great improvement on UX part and hopefully have a few performance benefits. Could you share your experience on performance part maybe?
-
Running code in workerthread
Amazing library, V2 works really well, testing modelling part a lot on https://bitbybit.dev website. Mainly just a question if running V2 JSCAD algorithms, especially boolean operations in worker threads is possible and if so, what approach could be taken to do it? Sorry if question should have been placed to a different part of the forum.