Skip to content

Releases: AliceO2Group/DebugGUI

v0.8.0

Choose a tag to compare

@ktf ktf released this 18 Aug 15:31
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

Choose a tag to compare

@ktf ktf released this 13 Mar 21:28
DPL GUI: do not use internal methods to retrieve the font texture

v0.7.1

Choose a tag to compare

@ktf ktf released this 10 Mar 14:08
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

Choose a tag to compare

@ktf ktf released this 12 Jan 13:29

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

Choose a tag to compare

@ktf ktf released this 04 Dec 08:47
Use memcpy to copy data

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

v0.6.7

Choose a tag to compare

@ktf ktf released this 29 Nov 08:04
Update remote.html

v0.6.6

Choose a tag to compare

@ktf ktf released this 28 Nov 15:59

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

v0.6.4

Choose a tag to compare

@ktf ktf released this 22 Aug 20:32

Fix glyph positioning

v0.6.3

Choose a tag to compare

@ktf ktf released this 18 Jul 20:42
  • Fix macOS issues with fonts and Remote GUI

v0.6.2

Choose a tag to compare

@ktf ktf released this 12 Nov 10:03
1f6648b
Add missing includes for GCC11 (#32)