Go to file
2024-11-02 17:21:04 +01:00
.github feat: add some documentation 2024-04-30 12:21:22 +02:00
app feat: upgrade app to svelte-5 2024-11-02 17:21:04 +01:00
docs feat: instance node 2024-05-06 01:10:23 +02:00
nodes/max/plantarium fix: some small issues 2024-05-06 01:38:59 +02:00
packages feat: upgrade app to svelte-5 2024-11-02 17:21:04 +01:00
.gitignore feat: some shit 2024-02-28 21:21:42 +01:00
Cargo.lock feat: instance node 2024-05-06 01:10:23 +02:00
Cargo.toml feat: add snapToGrid and showGrid settings 2024-04-22 16:52:52 +02:00
Dockerfile feat: add rclone to ci 2024-04-24 03:02:17 +02:00
package.json feat(ui): migrate to svelte-5 and storybook 2024-11-02 15:15:09 +01:00
pnpm-lock.yaml feat: upgrade app to svelte-5 2024-11-02 17:21:04 +01:00
pnpm-workspace.yaml feat: add path_geometry data 2024-04-24 19:11:00 +02:00
README.md feat(ui): migrate to svelte-5 and storybook 2024-11-02 15:15:09 +01:00

Nodarium

Nodarium

Nodarium is a WebAssembly based visual programming language.

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

Now you can create your first node 🤓

Roadmap