Skip to content

markridgewell/Teide

Repository files navigation

Teide 🌋

A 3D renderer based on Vulkan

Build-and-Test Static-Analysis

license codecov pre-commit pre-commit.ci status

Requirements

Building

Windows: To generate a Visual Studio solution, run the command:

$ cmake --preset msvc2022

(msvc2019 is also supported)

To build, either build the sln file in Visual Studio, or build using CMake like this:

$ cmake --build --preset msvc2022 --config Debug

Linux: To generate makefiles, run the command:

$ cmake --preset make -DCMAKE_BUILD_TYPE=Debug

The selected build type may be Debug or Release

To build with the selected build type, run the command:

$ cmake --build --preset make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •