- Bump imgui version to 0.7 to further prevent
winit
depdendency mismatch.
- Pin the version of
winit
to prevent depdendency mismatch.
- Fix calculation of button width - make them narrower.
- Implement
Eq
andHash
traits on models. - Add node removal
Request
.
- The heading on nodes can now be hidden.
- Fix a bug where the
Slider
could not go to negative numbers. - Gracefully ignore attempts to set slider value outside its limits.
- Allow setting
Slider
default value.
MultilineInput
widget was renamed toTextBox
. The original is kept for backward compatibility.- Added read-only mode to
TextBox
. - Added
Canvas
, a visualization widget that can be fed with coordinates of to-be-enabled pixels.
- Allow control of the graph state from the user code.
- Deprecate
run
in favor ofrun_with_callback
andrun_with_mpsc
.
- Bump imgui version to 0.6.
- Drop unused dependencies.
- Added save/load support.
- Allows adding and removal of nodes and patches.
- Supports widgets: Multiline input, slider, trigger, switch and dropdown.
- Accepts user-defined node templates as arguments.
- Informs the caller about the current state via a callback function.