A small experiment to see if I could build the core functionality of a node-based interface on an infinite canvas from scratch, without relying on libraries like React Flow.
- Infinite Canvas: Basic math for panning and zooming around the space.
- Nodes & Connections: Creating simple nodes and drawing the connection lines between them.
- No Third-Party Packages: Built natively just to figure out how the underlying logic and routing works under the hood.
(latest commits imtroduced bugs while trying to improve the performance etc..)