Skip to content

Releases: amethyst/amethyst-imgui

0.7.1

23 Aug 08:59
51e136f
Compare
Choose a tag to compare
  • Upgrade to Amethyst 0.15, introduce features for choosing backend (also available in 0.7.0, #14)
  • Fix color representation for texture in the demo_custom_texture example (#15)
  • Update display_size on window resize event (#17)

0.6

19 Nov 21:03
Compare
Choose a tag to compare
0.6

Changes:

  • ImguiContextWrapper renamed ImguiState
  • ImguiState is no longer a tuple, instead a struct
  • Added ImguiStatePtr for shorthand of the Arc Mutex type.

Fixes:

  • Indices data was incorrect, causing extra polys to be drawn, resulting
    in malformed windows in some cases with some fonts.
  • Now supports imgui::Image types with amethyst textures. See the
    demo_custom_texture for details.

0.5.3

12 Oct 14:36
Compare
Choose a tag to compare
  • FilteredInputSystem for filtering mouse/keyboard input via imgui
  • Add overlay example as a official example and add to cargo
  • Moved vec allocation for per-frame pass to a bump allocator; huge speed improvement.
  • Change shaders to be precompiled by default, removing shader-compiler feature requirement, reduces build times/removes shaderc requirement
  • bump version for publish