diff options
author | Julian T <julian@jtle.dk> | 2020-08-13 21:25:48 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-08-13 21:25:48 +0200 |
commit | bef819f1e2a3d998d7ec7968dbb5fb691fc0d9f8 (patch) | |
tree | 9b193cf92094ac003d30348c5432e5f27c23f3c6 | |
parent | 01938d937aee0305763fe1769a59403c213c67d6 (diff) |
Added link to old implementation
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ # Pathtracing +Second attempt at a renderer, written in C++ instead of C to compare languages. +This is also my first big project in C++. + +My first attempt can be seen here [github](https://github.com/jbjjbjjbj/raytrace) and here [cgit](https://git.jtle.dk/raytrace/about/). + ## Preview ![render](https://git.jtle.dk/pathtrace/plain/generated.png?h=rendered) |