Hi I'm writing a part of a web app which creates customised shapes on a 2D canvas and I was wondering how to perform constructive solid geometry using shape coordinates in JS. Are there any pre made libraries I can use for this?
Asked
Active
Viewed 348 times
2
-
1Stackoverflow deals mainly with coding related questions. So you might ask your question on Stackoverflow's new sister site that deals with software recommendations: http://softwarerecs.stackexchange.com – markE May 23 '14 at 19:19
-
three.js https://sbcode.net/threejs/csg/ – Jerome Demantke Nov 21 '22 at 11:05