Skip to content

Coincadink/IMGUI-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMGUI-Base

This project is a base boilerplate adapted from the ImGui example_glfw_vulkan project. You are required to have the Vulkan SDK installed on system which can be found at https://sdk.lunarg.com/sdk/download/latest/windows/vulkan-sdk.exe, default install settings should work just fine.

To use this base execute the following:

git clone --recurse-submodules https://github.com/Coincadink/IMGUI-Base.git
cd IMGUI-Base
mkdir build
cmake --configure .
cmake --build ./build --config Debug --target IMGUI-Base

This should generate an executable file within the builds folder which can be launched from file browser, or from command prompt.

This project is licensed under the MIT Licens so do with it what you would like :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published