Skip to content

N1kla3/StompRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StompRenderer

Dependencies:

  • glm
  • glfw 3.3.8
  • Vulkan
  • stb_image
  • Imgui - docking branch
  • tinyobjloader
  • spdlog
  • googletest
  • nlohmann/json version 3.10.5

Compile shaders

Install glslc on linux

On linux

./compile_shaders.sh

On Windows

.\compile_shaders.bat

Build Linux/Windows

Presets located in CMakePresets.json file. Existing presets:

  • "windows-msvc-debug-user-mode"
  • "windows-mingw-debug-user-mode"
  • "windows-clang-debug"
  • "unixlike-gcc-debug"
  • "unixlike-clang-debug"
cmake . --preset "name of the preset"
cmake --build "name of the preset"

Run

Linux

cd "name of the preset"
./renderer

Windows

cd "name of the preset"
.\renderer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •