diff options
author | rodri <rgl@antares-labs.eu> | 2020-06-02 20:52:52 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2020-06-02 20:52:52 +0000 |
commit | 1c67bfc7e84cae6468d6a61e870ef242cbfa0701 (patch) | |
tree | 246346008b6ff377ac492475db6a1abfed897429 | |
parent | a8e731741191c38623ad20885bf80e2158abaaf5 (diff) | |
download | bcardrt-1c67bfc7e84cae6468d6a61e870ef242cbfa0701.tar.gz bcardrt-1c67bfc7e84cae6468d6a61e870ef242cbfa0701.tar.bz2 bcardrt-1c67bfc7e84cae6468d6a61e870ef242cbfa0701.zip |
add a readme.
-rw-r--r-- | readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e49d357 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# The Business Card Ray Tracer (Not Working) + +This is a more readable adaptation of Andrew "aek" Kensler's original +1337-size ray tracer written in plan 9 C. + +Sadly it doesn't work yet. I'll have to go through it more thoroughly +to find out the quirkyness that makes it generate a smaller, wrong +file. + +You can read an updated version of his +[here](http://eastfarthing.com/blog/2016-01-12-card/). + +I also recommend you take a look at Paul Heckbert's “A Minimal Ray +Tracer”, Graphics Gems IV. |