Releases: moebiussurfing/ofxSurfingImGui
Releases · moebiussurfing/ofxSurfingImGui
v0.6
v0.5
- New! Easy alternate monospaced and non-monospaced custom fonts.
- 2 x 4 styles for each type. (Default/Big/Huge/HugeXXL)
- New! Powerful Theme editor/tester.
- New! Global scaling.
- New! Customized tabs widget.
- Fixed multiple instances/contexts crashes.
- New examples for multiple UI instances using different approaches/workflows.
- Simple / OneContext / Advanced / MainApp.
- New examples for multiple UI instances using different approaches/workflows.
- New! Examples with sub folders organization.
- Examples_0_Basic
- Examples_1_Widgets
- Examples_2_Modules
- Examples_3_Engines
- Examples_5_MultipleInstances
- Improved Docking workflow and examples.
- New! Examples_3_Engines/32_DockingRaw example for simple persistent layout.
- New "saving settings when changes" approach.
- No more saving on exit/destructors to avoid some exceptions.
- Renamed, refactor and re-organized some classes.
- Projects must be re-generated with the OF Project Generator.
v0.4
CHANGES
- Removed ofxSurfingHelpers dependency. (Now only requires ofxImGui!)
- Updated to new ofxImGui / ImGui. Now uses Dear ImGui v1.89.4.
- New! Notifier System with Examples/05_NotifierSystem.
- New! Text Editor with Examples/06_TextEditor.
- New! Image Inspector with pixel color picking. New class surfingImageInspect.h with Examples/07_ImageInspect.
- Reorganized many folders and files.
SCREENSHOTS
v0.3
- New Log System.
- Some API refactors.
- Added new custom knobs from https://github.com/altschuler/imgui-knobs.
- Improved some color widgets.
- More function to mouse control right button: reset to min, center or max.
- Mouse cursor from ImGui as default.
- Improved index color toggle matrices.
v0.2
- Big refactor, cleaning and renamed some classes files too.
- API breaks, but easy to fix. Changed a bit, mainly with some uppercased methods, to maintain coherence with ImGui notation.
- Examples / Projects must be regenerated with the oF Project Generator.
v0.1
- Hello