Stalwart is simple CPU Raytracer built with Meek.
- Clone the repo recursively:
git clone --recursive https://github.com/johnoyo/Stalwart.git
- If the repo was not cloned recursively, call this to initialize the submodules:
git submodule update --init
- If the repo was not cloned recursively, call this to initialize the submodules:
- Run the GenerateProjectsVC20XX.bat file.
- There are two default batch files, one for Visual Studio 2019 and one for 2022.
- Open the generated Visual Studio solution.