max_richter max
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
max pushed to main at max/nodarium 2025-11-26 12:10:30 +01:00
d3a9b3f056 fix: make node wasm loading work
max pushed to main at max/nodarium 2025-11-26 11:09:35 +01:00
0894141d3e fix: correctly load nodes from cache/fetch
925167d9f2 feat: setup antialising on grids
Compare 2 commits »
max renamed repository from nodes to max/nodarium 2025-11-25 19:10:57 +01:00
max pushed to main at max/nodarium 2025-11-24 22:42:16 +01:00
9c4554a1f0 chore: log some more stuff during registry
max pushed to main at max/nodarium 2025-11-24 22:25:10 +01:00
67a104ff84 chore: add some more logs
max pushed to main at max/nodarium 2025-11-24 22:10:03 +01:00
1212c28152 feat: enable some debug logs
max pushed to main at max/nodarium 2025-11-24 21:11:28 +01:00
cfcb447784 feat: update some more components to svelte 5
max opened issue max/nodarium#6 2025-11-24 00:17:26 +01:00
better type seperation between NodeDefinition and runtime node