Image rendered with 16 samples
A simple CPU ray tracer written in Odin following the Ray Tracing in One Weekend book.
- Multithreaded
- Diffuse lighting
- Materials
- Lambertian
- Metal
- Dielectric
Requirements:
- Odin compiler
Build:
odin build src -o:speed -out:raytracerUsage:
./raytracer <width> <height> <samples>