A simple plan9 C raytracer
- C 96.1%
- Makefile 3.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| 9ray.c | ||
| LICENSE | ||
| mkfile | ||
| ray.h | ||
| README.md | ||
| vec3.h | ||
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