Releases: AliceO2Group/DebugGUI
Releases · AliceO2Group/DebugGUI
v0.8.0
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
DPL GUI: do not use internal methods to retrieve the font texture
v0.7.1
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.6.8
Use memcpy to copy data
Next step will be to allow to use your own callback, rather than memcpy.
v0.6.6
Remote GUI now supports models with more than 2**16 vertices.
v0.6.3
- Fix macOS issues with fonts and Remote GUI
v0.6.2
Add missing includes for GCC11 (#32)