Chokoku CAD can create complex shapes with few and simple controls.
This requires node.js and npm to be installed.
git clone https://github.com/itta611/ChokokuCAD.git
cd ChokokuCAD
npm install
run:
npm run start
Then go to http://localhost:8603/
Click the screen to create the path. Click start point to close.
Select the edit icon and move the segments.
Select the path add icon and click OK button or press Enter key.
Maybe you want to create a shape with holes like a cup. To do so, select the lock icon, and the Chokoku tool will not shave off the area selected by the path.
- THREE.js (https://github.com/mrdoob/three.js)
- paper.js (https://github.com/paperjs/paper.js)
- ThreeBSP (https://github.com/sshirokov/ThreeBSP)