diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,13 +9,13 @@ This rust version is my third implementation, the previous being: - [Raytracing in c](https://git.jtle.dk/raytrace/about/) This is the one which gives the best results, however as my ambitions for the project grew as did my requirement for more language features. -- [Pathtracing in rust](https://git.jtle.dk/pathtrace/about/) +- [Pathtracing in rust](https://github.com/jbjjbjjbj/rendering/tree/old_master) I never really finished it before changing to rust. However it had a really cool qt gui, updating as samples were added. ## Rendered image -![render](https://git.jtle.dk/pathtrace/plain/generated.png?h=rendered) +![render](https://raw.githubusercontent.com/jbjjbjjbj/rendering/rendered/generated.png) ## Goals |