/Stalwart

Stalwart is simple CPU Ray Tracer.

Primary LanguageC++MIT LicenseMIT

Stalwart

Stalwart is simple CPU Raytracer built with Meek.

image

Installation:

  • 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
  • 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.