voo_node_canvas 0.1.0
voo_node_canvas: ^0.1.0 copied to clipboard
A node-based canvas widget for creating visual node graphs with draggable nodes and connections
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2024-11-23 #
Added #
- Initial release of voo_node_canvas
- Infinite canvas with pan and zoom support
- Draggable nodes with customizable content
- Input/output ports for node connections
- Bezier curve connections between nodes
- Grid background with snap-to-grid support
- Canvas configuration options
- Canvas controller for state management