Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikestaub/ray-tracer
My first ray tracer project.
https://github.com/mikestaub/ray-tracer
Last synced: about 1 month ago
JSON representation
My first ray tracer project.
- Host: GitHub
- URL: https://github.com/mikestaub/ray-tracer
- Owner: mikestaub
- Created: 2012-01-08T17:25:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T15:21:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-29T10:52:27.342Z (about 1 month ago)
- Language: C++
- Homepage: http://michaelstaub.com/index.php/projects/7-projects/15-raytracer
- Size: 44.1 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
-----------------------------
This is a educational project based on Kevin Suffern's book: "Ray Tracing from the Ground Up" (http://www.raytracegroundup.com/index.html)
The code is for non-commercial use only and is licensed under the GNU General Public License Version 2.
Most of this code is straight from the text and I do not claim it as my own. Though I have modified/formatted alomost all of it to my liking.For more information, or to look at some of my other current projects, visit my site at www.michaelstaub.com
-----------------------------