Skip to content

Releases: damntourists/cimgui-go-ebiten

v2.0.0

12 Jul 08:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v2.0.0

v1.3.3

14 May 09:15
Compare
Choose a tag to compare

Setting render destination now ensures that the wrapped game's size is updated. Setting the game screen size via Adapter.SetGameScreenSize(vec2) when gamescreen is unset will ensure that a render destination is set before setting gamescreen size.

v1.3.2

07 May 04:41
Compare
Choose a tag to compare

Rendering bug fixes. Removed debug print over final render.

v1.3.1

06 May 04:05
Compare
Choose a tag to compare

Added GameProxy.Game() to allow accessing the wrapped game instance.

v1.3.0

06 May 02:58
Compare
Choose a tag to compare

Upgraded to ebiten 2.7x. Updated areas that were affected by the changes between 2.6 and 2.7. Updated examples for these changes and added more info to the custom font readme regarding hidpi displays. Added imgui style scaling to match ebiten's device scale factor on window creation.

v1.2.0

04 May 05:41
Compare
Choose a tag to compare

This release comes with a few bug fixes, the ability to set a render destination so that the imgui ui can be either rendered on top of the game, or the game within the imgui ui. I've also added two new examples for using custom fonts and to demonstrate the game being rendered inside of the imgui ui.

Bugfixes

10 Mar 06:40
Compare
Choose a tag to compare

Scrolling issue resolved.

Initial release

09 Mar 03:32
Compare
Choose a tag to compare
v1.0.0

Use cimgui-go-lite by default. Updated readme to document this.