Skip to content

PeskyPixel/ImGuiDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImGuiDemo

A demo of using Dear ImGui with Substrate.

To build it, you’ll need to first install and add to your PATH DirectXShaderCompiler, spirv-opt, and SDL2, then run:

swift build --configuration release --product ShaderTool

from within the ImGuiDemo repository, which will build the tool used to compile the shaders. Then, you run

.build/release/ShaderTool Resources/Shaders Sources/ShaderReflection/ShaderReflection.swift

to both build the shader binaries and generate the Swift reflection for the shaders.

swift build should then work as per normal, and you can run it with .build/debug/ImGuiDemo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published