Replies: 1 comment 2 replies
-
I've actually been considering publishing our worker as its own npm package, which would free you from the TS. Basically all you need it call is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
I'm a beginner/hobby programmer, I'm currently using CSG.js. I'd like to switch to manifold but as a beginner, I'm having difficulty getting going. Concepts like TypeScript, WebAssembly, and build systems are all new to me.
I've cobbled together the beginnings of a 3d builder using claygl and csg.js - having a blast doing it. I hit a performance wall with csg.js and would love to switch but am struggling to find an example where i can include a javascript file or two and use the power of manifold for some boolean operations. I have found https://manifoldcad.org and am trying to make sense of the worker & loader & typescript files, but it's over my head.
Is there any examples I might be missing?
Appreciate your patience and any help!
Pic of my work-in-progress web project
Beta Was this translation helpful? Give feedback.
All reactions