Skip to content

LEGOL2/ray-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray-Tracer

This is my effort to create a CPU based ray tracer, based on book Ray Tracing in One Weekend by Peter Shirley.

Goal of this project is to improve my knowledge about 3D graphics, ray tracing and modern C++.

image.png

Build

Requires Meson build system, ninja and C++17 compatible compiler (I'm using gcc 11).

meson build
ninja -C build
./ray-tracer

License

This repository is licensed under MIT. Please refer to LICENSE.md

stb_image_write.hpp is a header-only library that allows for writing images to .png format. It's licensed under MIT. Repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published