Skip to content

Releases: moebiussurfing/ofxSurfingImGui

v0.6

19 May 15:55
b32d20e
Compare
Choose a tag to compare
  • Updated to ImGui 1.90.
  • Updated and testing for all the examples.

v0.5

06 Sep 09:07
Compare
Choose a tag to compare
  • 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 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

30 Mar 08:52
Compare
Choose a tag to compare

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

Capture

Capture

Capture2

v0.3

19 Jan 05:36
Compare
Choose a tag to compare
  • 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

22 Aug 09:54
Compare
Choose a tag to compare
  • 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

25 May 06:24
Compare
Choose a tag to compare
  • Hello