https://github.com/jhmaster2000/imgui-sdl-glad-template
A template project using ImGui with SDL2 and GLAD
https://github.com/jhmaster2000/imgui-sdl-glad-template
glad imgui imgui-sdl sdl2 template
Last synced: 10 months ago
JSON representation
A template project using ImGui with SDL2 and GLAD
- Host: GitHub
- URL: https://github.com/jhmaster2000/imgui-sdl-glad-template
- Owner: jhmaster2000
- License: mit
- Created: 2022-05-19T07:51:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T08:13:46.000Z (about 4 years ago)
- Last Synced: 2024-10-28T19:47:28.252Z (over 1 year ago)
- Topics: glad, imgui, imgui-sdl, sdl2, template
- Language: C++
- Homepage:
- Size: 2.99 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# imgui-sdl-glad-template
A template project using [ImGui](https://github.com/ocornut/imgui) (docking branch) with [SDL2](https://www.libsdl.org) and [GLAD](https://glad.dav1d.de/).
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)