This is a template repository for graphics, using ImGui and OpenGL.
Is only tested on Linux.
- OpenGl3
- GLFW (http://www.glfw.org):
- Linux:
- apt-get install libglfw-dev
- Mac OS X:
- brew install glfw
- MSYS2:
- pacman -S --noconfirm --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-glfw
- Linux:
To compile on linux you will need premake5.
premake5 gmake2
make
The binaries will be in bin/ just run them.
./bin/Debug/OpenGLTemplate/OpenGLTemplate