A web-based VPL
status 🚧: Busy ⏹️: On hold ✔️: Done
we need the 3d engine locally present. We use it as a 'header only' dependency at the moment for rapid development
git clone https://github.com/josfeenstra/geon-engine engine
cd engine
npm install
cd ..
then clone and install the actual repo
git clone https://github.com/josfeenstra/geon-nodes nodes
cd nodes
npm install
npm run build-all
finally, serve the public
folder using something like
live server or python's http server
[]