Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@gucio321 gucio321 released this 30 Oct 14:08
c353d6e

Release Highlights

  • Important bugfix in ReflectiveBoundTexture
    • ReflectiveBoundTexture used broken cimgui-go's implementation of texture, which caused app crashes while GC.
  • A new Gizmo widget
    • Since v1.1.0 cimgui-go implements ImGuizmo which is now aailable as an easy-to-use giu widget.
    • Gizmos API is similar to Plots mechanism.
    • The following Gizmos are currently available
      • Grid
      • Cube
      • Manipulate
      • View Manipulat
    • For usage details, check out examples/gizmo
      image
  • Added Plots styling
    • Now you can apply Color and Var style to Plots.
    • StyleSetter itself now implements PlotWidget interface so it can be applied to a single Plot.
    • Plots styling works with CSS as well

What's Changed - detailed changelog

New Contributors

Full Changelog: v0.9.0...v0.10.0