A simple plan9 C raytracer
  • C 96.1%
  • Makefile 3.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
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
mkfile initial push 2022-09-03 23:30:01 -04:00
ray.h initial push 2022-09-03 23:30:01 -04:00
README.md initial push 2022-09-03 23:30:01 -04:00
vec3.h initial push 2022-09-03 23:30:01 -04:00

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