Skip to content

Releases: esperor/QtGraph

v0.1.1

23 Oct 16:56
1a7321b

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

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

21 Oct 16:12
24f5fd5

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Features:

  1. Create unreal engine-like complex graphs with custom user-defined nodes and pins
  2. Save and load created graphs
  3. 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:

  1. Tests fail on structure check (didn't fix it by first attempt; the deserialization is working tho)
  2. Unable to load saved graph if canvas isn't empty (i mean, you're able but you'd not like it)