Releases: esperor/QtGraph
Releases · esperor/QtGraph
v0.1.1
What's Changed
- fixed known issues of v0.1.0
- added new actions to example: close & clear
- added shortcuts to some actions in example
- added a little bit of test coverage for LGraph
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Features:
- Create unreal engine-like complex graphs with custom user-defined nodes and pins
- Save and load created graphs
- Really low memory consumption (running example takes 10 MB of RAM with types loaded and each node takes up to 0.1 MB; tested on Win11 x64)
Known issues:
- Tests fail on structure check (didn't fix it by first attempt; the deserialization is working tho)
- Unable to load saved graph if canvas isn't empty (i mean, you're able but you'd not like it)