feat: wire up planty with nodarium/app
📊 Benchmark the Runtime / release (push) Successful in 3m55s
🚀 Lint & Test & Deploy / release (push) Failing after 56s

This commit is contained in:
2026-04-20 01:08:52 +02:00
parent 168e6fcc19
commit 4de15b19c8
10 changed files with 394 additions and 37 deletions
+1
View File
@@ -6,3 +6,4 @@ export { default as lottaNodes } from './lotta-nodes.json';
export { plant } from './plant';
export { default as simple } from './simple.json';
export { tree } from './tree';
export { default as tutorial } from './tutorial.json';
+3 -3
View File
@@ -3,7 +3,7 @@
"settings": {
"resolution.circle": 54,
"resolution.curve": 20,
"randomSeed": true
"randomSeed": false
},
"meta": {
"title": "New Project",
@@ -27,9 +27,9 @@
],
"type": "max/plantarium/stem",
"props": {
"amount": 50,
"amount": 4,
"length": 4,
"thickness": 1
"thickness": 0.2
}
},
{
+24
View File
@@ -0,0 +1,24 @@
{
"id": 0,
"settings": {
"resolution.circle": 54,
"resolution.curve": 20,
"randomSeed": false
},
"meta": {
"title": "New Project",
"lastModified": "2026-02-03T16:56:40.375Z"
},
"nodes": [
{
"id": 9,
"position": [
215,
85
],
"type": "max/plantarium/output",
"props": {}
}
],
"edges": []
}