-
-
Notifications
You must be signed in to change notification settings - Fork 135
v0.10.0
gucio321 edited this page Oct 30, 2024
·
1 revision
- 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
- 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
- ReflectiveBoundTexture: Custom texture binding by @cjbrigato in https://github.com/AllenDang/giu/pull/875
- Add WindowFlagsNoDocking by @cjbrigato in https://github.com/AllenDang/giu/pull/877
- build(deps): bump golang.org/x/image from 0.20.0 to 0.21.0 by @dependabot in https://github.com/AllenDang/giu/pull/878
- go mod: update go version bugfix number by @gucio321 in https://github.com/AllenDang/giu/pull/882
- build(deps): bump github.com/AllenDang/cimgui-go from 1.0.1 to 1.0.2 by @dependabot in https://github.com/AllenDang/giu/pull/876
- mainthread: lock main os threa on Windows by @gucio321 in https://github.com/AllenDang/giu/pull/887
- build(deps): bump github.com/AllenDang/cimgui-go from 1.0.2 to 1.0.3 by @dependabot in https://github.com/AllenDang/giu/pull/889
- Texture releasing by @gucio321 in https://github.com/AllenDang/giu/pull/891
- fix(SplitLayout): height of 2nd child in V-split by @gucio321 in https://github.com/AllenDang/giu/pull/892
- Fix image widget click event detection by @SleepyPrince in https://github.com/AllenDang/giu/pull/894
- Upgrade cimgui go to v1.1.0 by @gucio321 in https://github.com/AllenDang/giu/pull/895
- add Gizmo widget and example for it by @gucio321 in https://github.com/AllenDang/giu/pull/897
- Plot styling by @gucio321 in https://github.com/AllenDang/giu/pull/898
- @SleepyPrince made their first contribution in https://github.com/AllenDang/giu/pull/894
Full Changelog: https://github.com/AllenDang/giu/compare/v0.9.0...v0.10.0
If you find anything you'd like to talk about in reference to this wiki, Don't hesitate to hit dedicated Discussion