Skip to content

Releases: AliceO2Group/DebugGUI

v0.8.0

18 Aug 15:31
@ktf ktf
Compare
Choose a tag to compare
Late reporting of the fact that the GUI was asked to be closed.

This will allow us to still display a functioning GUI while the
process is shutting down.

v0.7.2

13 Mar 21:28
@ktf ktf
Compare
Choose a tag to compare
DPL GUI: do not use internal methods to retrieve the font texture

v0.7.1

10 Mar 14:08
@ktf ktf
Compare
Choose a tag to compare
Initial support for remote textures

For now limited to a single texture which is actually used
for the font Atlas. With this we do not need to regenerate the
texture.png every time we change the configuration of the fonts.

v0.7.0

12 Jan 13:29
@ktf ktf
Compare
Choose a tag to compare

What's Changed

  • Bump to ImGUI v1.89.2 and ImPlot v0.14 by @ktf in #43

Full Changelog: v0.6.8...v0.7.0

v0.6.8

04 Dec 08:47
@ktf ktf
Compare
Choose a tag to compare
Use memcpy to copy data

Next step will be to allow to use your own callback, rather than memcpy.

v0.6.7

29 Nov 08:04
@ktf ktf
Compare
Choose a tag to compare
Update remote.html

v0.6.6

28 Nov 15:59
@ktf ktf
Compare
Choose a tag to compare

Remote GUI now supports models with more than 2**16 vertices.

v0.6.4

22 Aug 20:32
@ktf ktf
Compare
Choose a tag to compare

Fix glyph positioning

v0.6.3

18 Jul 20:42
@ktf ktf
Compare
Choose a tag to compare
  • Fix macOS issues with fonts and Remote GUI

v0.6.2

12 Nov 10:03
@ktf ktf
1f6648b
Compare
Choose a tag to compare
Add missing includes for GCC11 (#32)