aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f2c249694560c433c55a3c26335252ee924af3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
Graytracer
==========

A simple, experimental raytracer that doesn't support colours.

I made this in my spare time and will probably continue to add features. Or not. I don't know.

It needs lodepng (as found on [lodev.org](http://lodev.org/lodepng/)).
Just compile with `lodepng.cpp` and `lodepng.h` in the same folder as the source and pass both `graytrace.cpp` and `lodepng.cpp` as arguments to the compiler.

_- Tom Smeding_