|
lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
|
Files | |
| button.hpp | |
| Button UI element with callback support. | |
| canvas.hpp | |
| Canvas for 2D UI rendering with orthographic projection. | |
| font.hpp | |
| Font loading and glyph atlas generation for text rendering. | |
| image.hpp | |
| Image UI element for displaying textures. | |
| panel.hpp | |
| Panel UI element for displaying colored rectangles. | |
| slider.hpp | |
| Slider UI element for value selection. | |
| text.hpp | |
| Text UI element for rendering text strings. | |
| toggle.hpp | |
| Toggle (checkbox) UI element. | |
| ui_element.hpp | |
| Base class for all UI elements. | |
| ui_loader.hpp | |
| JSON-based UI loader for declarative UI creation. | |