diff options
Diffstat (limited to 'readme.md')
-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) |