Releases: sebh/Dx11Base
Releases · sebh/Dx11Base
Dx11Base 1.0
Dx11Base
A small DirectX 11 program I use to test shaders and techniques (windows only). It is meant to be simple and extended to your needs. Nothing fancy to see here: plenty of engines already exist out there.
Features are
- Simple class helpers above DirectX 11.X functions
- Live update of shaders with saving via
ctrl+s
- UI achieved with Dear ImGui
- Performance measured with GPU timers and reported in UI (tested on intel and nvidia so far)
- Simple window and input management (could be improved)
When cloning the project the first time:
- Update submodules (run
git submodule update
) - In Visual Studio, change the Application project Working Directory from
$(ProjectDir)
to$(SolutionDir)
Submodules
- imgui V1.62
Have fun and do not hesitate to send back suggestions.
Seb