max_richter max
max created pull request max/nodarium#10 2025-12-03 19:19:13 +01:00
refactor: split ui/runtime/serialized node types
max pushed to refactor/split-node-runtime-types at max/nodarium 2025-12-03 19:19:05 +01:00
7ae1fae3b9 refactor: split ui/runtime/serialized node types
max created branch refactor/split-node-runtime-types in max/nodarium 2025-12-03 16:00:28 +01:00
max pushed to refactor/split-node-runtime-types at max/nodarium 2025-12-03 16:00:28 +01:00
max opened issue max/nodarium#9 2025-12-03 10:50:38 +01:00
Better Error Handling
max pushed to main at max/nodarium 2025-12-03 10:33:29 +01:00
1126cf8f9f feat: dont use custom edge geometry
max pushed to main at max/nodarium 2025-12-02 17:32:04 +01:00
ef479d0557 chore: update
a1c926c3cf fix: better handle randomGeneration
Compare 2 commits »
max opened issue max/nodarium#8 2025-12-02 17:07:54 +01:00
feat: Project Manager
max closed issue max/nodarium#7 2025-12-02 16:59:46 +01:00
bug: edges sometimes are not updated correctly
max pushed to main at max/nodarium 2025-12-02 16:59:46 +01:00
ca8b1e15ac chore: cleanup edge and node code
4878d02705 refactor: remove unneeded random var in node
2b4c81f557 fix: make sure new nodes are reactive
d178f812fb refactor: move event handlers to own classes
669a2c7991 docs: remove placeholder content in readme
Compare 8 commits »
max opened issue max/nodarium#7 2025-12-02 15:33:54 +01:00
bug: edges sometimes are not updated correctly
max commented on issue max/nodarium#6 2025-12-02 15:11:26 +01:00
better type seperation between NodeDefinition and runtime node

Currently a lot of runtime stuff is stored inside .tmp of the NodeDefinition. I think it would be better if there are two types for node-data. One that describes that data which is stored in a…

max closed issue max/nodarium#2 2025-12-02 15:09:21 +01:00
need better icons for some stuff
max closed issue max/nodarium#4 2025-12-02 15:09:14 +01:00
instance node
max closed issue max/nodarium#1 2025-12-02 15:09:09 +01:00
need better design for node store
max pushed to main at max/nodarium 2025-12-01 22:39:46 +01:00
6229becfd8 fix: display add menu at correct position
af944cefaa chore: disable cache from runtime executor
Compare 2 commits »
max pushed to main at max/nodarium 2025-12-01 19:48:49 +01:00
a1ea56093c fix: correctly handle node wrapper resizing
1850e21810 fix: make clipboard work
Compare 2 commits »
max pushed to main at max/nodarium 2025-12-01 18:29:54 +01:00
7e51cc5ea1 chore: some updates
max pushed to main at max/nodarium 2025-12-01 17:03:39 +01:00
1ea544e765 chore: rename @nodes -> @nodarium for everything
max pushed to main at max/nodarium 2025-11-26 17:27:38 +01:00
e5658b8a7e feat: initial auto connect nodes