A template project using ImGui (docking branch) with SFML using ImGui-SFML and GLAD.
Also includes mimalloc for fast allocators and PLOG for logging.
Compiles using CMake + CMake Tools through Visual Studio Code. (Ctrl+Shift+B
to build after running CMake: Configure
for initial setup)
Make sure to update the compilerPath setting in
.vscode/c_cpp_properties.json
to a valid path on your system
The output binary and required files will be in ./build/<TARGET>/bin/
(These all need to be manually specified on the CMake build script)