Skip to content

Commit

Permalink
Added zoom functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzinoth committed Jul 25, 2023
1 parent aa11ea6 commit b3f2381
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 173 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This library provides a powerful framework for creating and managing visual node

## Key Features

- **Smooth Zoom**: A precise and dynamic zoom functionality, allowing for detailed viewing and efficient navigation.

- **Versatile Node Styles**: This library supports various visual node styles, currently including Default and Circle. You can easily expand this with new styles.

- **Flexible Socket Management**: The library offers functionalities for managing node sockets (input/output). These sockets serve as points of data connection between different nodes.
Expand All @@ -20,7 +22,7 @@ This library provides a powerful framework for creating and managing visual node

- **JSON Serialization**: The library provides functionalities to serialize/deserialize the node data to/from JSON format.

- **Macro for Child Node Creation**: The library includes a system for creating child nodes with macros, which enables JSON serialization of custom nodes.
- **Node Factory For Child Node Creation**: The library includes a system for creating child nodes using node factory, which enables JSON serialization of custom nodes.

- **Custom Context Menus**: The library supports the integration of custom context menus.

Expand Down
Loading

0 comments on commit b3f2381

Please sign in to comment.