|
lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
|
Implementation of JSON-based UI loader. More...
#include "lmgl/ui/ui_loader.hpp"#include "lmgl/ui/button.hpp"#include "lmgl/ui/font.hpp"#include "lmgl/ui/image.hpp"#include "lmgl/ui/panel.hpp"#include "lmgl/ui/slider.hpp"#include "lmgl/ui/text.hpp"#include "lmgl/ui/toggle.hpp"#include <json.hpp>#include <fstream>#include <iostream>Namespaces | |
| namespace | lmgl |
| Forward declarations for Assimp Material structure. | |
| namespace | lmgl::ui |
Typedefs | |
| using | json = nlohmann::json |
Implementation of JSON-based UI loader.