/TPRendering

Primary LanguageC++Creative Commons Zero v1.0 UniversalCC0-1.0

Simple-ImGui-Setup

A ready-to-use project that uses Dear ImGui with glfw and OpenGL3 as backends.

It is meant for you to copy-paste and use as a starting point for your own projects.

Cloning

You must do a recursive clone because we use submodules:

git clone --recursive https://github.com/JulesFouchy/Simple-ImGui-Setup

Compiling

You need to install CMake.

To use CMake I recommend this VSCode extension: ms-vscode.cmake-tools. You will need to setup the extension with a compiler: Here is a tutorial.