Skip to content

bytesnake/raytracer-cpp

 
 

Repository files navigation

Raytracer

A toy raytracer in C++, based on Ray Tracing in One Weekend

Building

Build and run:

just build
./builddir/main > image.ppm

Development

Fix code style using clang-format

just fmt

Check code style using clang-format and clang-tidy

just lint

Run unit-tests

just test

Or all in one go

just fmt lint test

About

Toy Raytracer in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.4%
  • Just 2.5%
  • Meson 2.1%