https://github.com/jhmaster2000/imgui-sfml-glad-template
A template project using ImGui with SFML and GLAD
https://github.com/jhmaster2000/imgui-sfml-glad-template
glad imgui imgui-sfml sfml template
Last synced: about 2 months ago
JSON representation
A template project using ImGui with SFML and GLAD
- Host: GitHub
- URL: https://github.com/jhmaster2000/imgui-sfml-glad-template
- Owner: jhmaster2000
- License: mit
- Created: 2022-05-20T16:47:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T03:16:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T23:44:44.051Z (4 months ago)
- Topics: glad, imgui, imgui-sfml, sfml, template
- Language: C++
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# imgui-sfml-glad-template
A template project using [ImGui](https://github.com/ocornut/imgui) (docking branch) with [SFML](https://www.sfml-dev.org/) using [ImGui-SFML](https://github.com/eliasdaler/imgui-sfml) and [GLAD](https://glad.dav1d.de/).
Also includes [mimalloc](https://github.com/microsoft/mimalloc) for fast allocators and [PLOG](https://github.com/SergiusTheBest/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//bin/` (These all need to be manually specified on the CMake build script)