rays icon indicating copy to clipboard operation
rays copied to clipboard

Rust port added.

Open vasac opened this issue 11 years ago • 1 comments

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.

vasac avatar Feb 13 '14 16:02 vasac

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 [email protected]:

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:

  • https://github.com/kidoman/rays/pull/34.patch
  • https://github.com/kidoman/rays/pull/34.diff

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

kidoman avatar Feb 13 '14 16:02 kidoman