kidoman / rays

Ray tracing based language benchmarks
https://kidoman.com/programming/go-getter.html
95 stars 23 forks source link

Rust port added. #34

Open vasac opened 10 years ago

vasac commented 10 years ago

This is a Rust port of the Go port of the original C++ business card raytracer.

I'm a Rust beginner so there's probably room for improvement.

kidoman commented 10 years ago

This is awesome. And perfect timing. I am going to be publishing updated versions soon

Thanks, Karan Misra Phone: +91 809 555 0069 CEO, Erodov www.erodov.com

On Thu, Feb 13, 2014 at 9:42 PM, Vaso Putica notifications@github.comwrote:

This is a Rust port of the Go port of the original C++ business card raytracer.

I'm a Rust beginner so there's probably room for improvement.

You can merge this Pull Request by running

git pull https://github.com/vasac/rays rust

Or view, comment on, or merge it at:

https://github.com/kidoman/rays/pull/34 Commit Summary

  • Rust port added.

File Changes

  • A rustrays/README.mdhttps://github.com/kidoman/rays/pull/34/files#diff-0(17)
  • A rustrays/art.rshttps://github.com/kidoman/rays/pull/34/files#diff-1(39)
  • A rustrays/camera.rshttps://github.com/kidoman/rays/pull/34/files#diff-2(21)
  • A rustrays/image.rshttps://github.com/kidoman/rays/pull/34/files#diff-3(26)
  • A rustrays/misc.rshttps://github.com/kidoman/rays/pull/34/files#diff-4(19)
  • A rustrays/rays.rshttps://github.com/kidoman/rays/pull/34/files#diff-5(136)
  • A rustrays/result.rshttps://github.com/kidoman/rays/pull/34/files#diff-6(42)
  • A rustrays/vector.rshttps://github.com/kidoman/rays/pull/34/files#diff-7(36)
  • A rustrays/worker.rshttps://github.com/kidoman/rays/pull/34/files#diff-8(168)

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/kidoman/rays/pull/34 .