Go to file
Max Richter eafc9c99c8
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m8s
feat: add octaves to noise node
2024-04-30 13:15:56 +02:00
.github feat: add some documentation 2024-04-30 12:21:22 +02:00
app feat: add octaves to noise node 2024-04-30 13:15:56 +02:00
nodes/max/plantarium feat: add octaves to noise node 2024-04-30 13:15:56 +02:00
packages feat: add octaves to noise node 2024-04-30 13:15:56 +02:00
.gitignore feat: some shit 2024-02-28 21:21:42 +01:00
ARCHITECTURE.md feat: add some documentation 2024-04-30 12:21:22 +02:00
Cargo.lock feat: improve help view 2024-04-26 19:04:54 +02:00
Cargo.toml feat: add snapToGrid and showGrid settings 2024-04-22 16:52:52 +02:00
DEVELOPING_NODES.md feat: add octaves to noise node 2024-04-30 13:15:56 +02:00
Dockerfile feat: add rclone to ci 2024-04-24 03:02:17 +02:00
package.json feat: add path_geometry data 2024-04-24 19:11:00 +02:00
pnpm-lock.yaml feat: improve help view 2024-04-26 19:04:54 +02:00
pnpm-workspace.yaml feat: add path_geometry data 2024-04-24 19:11:00 +02:00
README.md feat: add octaves to noise node 2024-04-30 13:15:56 +02:00

Nodarium

Nodarium

Nodarium is a WebAssembly based visual programming language.

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