Ray tracing playground in modern C++
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Clyne 549fe1388c
preview while moving camera
5 months ago
imgui@d06b8b58d8 initial commit 5 months ago
.gitignore many changes, more controls 5 months ago
.gitmodules initial commit 5 months ago
LICENSE initial commit 5 months ago
Makefile many changes, more controls 5 months ago
README.md initial commit 5 months ago
color.h initial commit 5 months ago
main.cpp preview while moving camera 5 months ago
random.h un-fix threads; more refactoring 5 months ago
ray.h initial commit 5 months ago
renderer.h un-fix threads; more refactoring 5 months ago
sphere.h un-fix threads; more refactoring 5 months ago
vec3.h many changes, more controls 5 months ago
view.h many changes, more controls 5 months ago
world.h move classes to headers 5 months ago

README.md

raytracer

Based on code from the Ray Tracing in One Weekend book series.