A simple plan9 C raytracer
Go to file
zongor c49b9d37ea initial push 2022-09-03 23:30:01 -04:00
9ray.c initial push 2022-09-03 23:30:01 -04:00
LICENSE Initial commit 2022-09-03 23:27:54 -04:00
README.md initial push 2022-09-03 23:30:01 -04:00
mkfile initial push 2022-09-03 23:30:01 -04:00
ray.h initial push 2022-09-03 23:30:01 -04:00
vec3.h initial push 2022-09-03 23:30:01 -04:00

README.md

This is a raytracer implemented from the book Ray Tracing In One Weekend for the plan9 operating system.

It uses the plan9 dialect of C as well as the plan9 make system