946 B
946 B
Nodarium
Currently this visual programming language is used to develop https://nodes.max-richter.dev, a procedural modelling tool for 3d-plants.
Table of contents
Developing
Install prerequisites:
Install dependencies
pnpm i
Build the Nodes
pnpm build:nodes
Start the dev server
cd app
pnpm dev