This library was made so that there would be a cross platform UI library the uses and integrates OpenGL. Right now it is in very early stages of deveopment and will have much more (and existent) documentation and many, many, more features.
This repo uses cmake to compile to multiple platforms. After the prject is compiled, three static libraries will be put into the libs folder where you built the library to. These libraries are all required for using GLUI. A GLUI-Test exceutable will be put into the bin folder if BUILD_GLUI_TEST is enabled in cmake (by default it is).
Currently there is no documentation of the library. The src/GLUI-Test directory has an example program that uses the library and cmake. for now this is the only thing closeto documentation for people who want to learn how to use the library. I will work on adding documentation when the core features of the library are finished.
All dependecies are downloaded when cmake is run.
These dependecies are:
- [GLFW] (http://www.glfw.org/) 3.2
- [FreeType] (https://www.freetype.org/) 2.6
- [glcorearb.h] (https://www.opengl.org/registry/api/GL/glcorearb.h)