Hi All,

I was wandering around the internet and found this post: 
[http://forum.nim-lang.org/t/167](http://forum.nim-lang.org///forum.nim-lang.org/t/167)

and wanted to try it out, however, it was quite old and built on SDL1, so I 
took it upon myself to port it to SDL2. Of course, only after did I realize 
that there was this version of it: [github raytrace benchmark by 
zezba9000](https://github.com/zezba9000/RayTraceBenchmark/tree/master/Nim) 
(that may or may not compile, I haven't tried) that was better off benchmarking 
wise and didn't have the SDL dependency.

Anyway, here is my port of the original to SDL2: 
[https://gist.github.com/hcorion/3cfc1e11fac888ab6fd2b853009c275a](https://gist.github.com/hcorion/3cfc1e11fac888ab6fd2b853009c275a)

Reply via email to