Skip to content

A template project using ImGui with SFML and GLAD

License

Notifications You must be signed in to change notification settings

jhmaster2000/imgui-sfml-glad-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgui-sfml-glad-template

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)