Description
Norgor software is designed to enable fast iterations. Norgor is a bloat-free graphical user interface library for C++. It outputs optimized vertex buffers that you can render anytime in
your 3D-pipeline enabled application. It is fast, portable,
renderer agnostic and self-contained (no external
dependencies).
Norgor is particularly suited to integration in games engine (for tooling) and real-time 3D applications
The core of Norgor is self-contained within a few platform-agnostic files which you can easily compile in your application/engine. They are all the files in the root folder of the repository (imgui*.cpp, imgui*.h). No specific build process is required. You can add the .cpp files to your existing project.