GraphiteEditor / Graphite

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
https://graphite.rs
Apache License 2.0
7.29k stars 385 forks source link

Create NodeNetworkInterface to handle all NodeNetwork modifications #1794

Open adamgerhant opened 1 week ago

adamgerhant commented 1 week ago

Moves NodeNetwork to a private field and creates an API for modifying the network. This API contains the various functions for manipulating the network, automatically organizing it, and caching.