Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shawn-shan/ray_tracer
Racket (scheme) Implementation of ray tracer
https://github.com/shawn-shan/ray_tracer
Last synced: 19 days ago
JSON representation
Racket (scheme) Implementation of ray tracer
- Host: GitHub
- URL: https://github.com/shawn-shan/ray_tracer
- Owner: Shawn-Shan
- Created: 2017-09-29T00:43:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T00:48:02.000Z (over 7 years ago)
- Last Synced: 2024-11-09T02:38:53.445Z (2 months ago)
- Language: Racket
- Size: 144 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ray_tracer
A Basic Implementation of ray tracer in Racket, and is able trace sphere in a space, with dot light or parallel light source.Start the tracer in prog2.rkt, where has some premade settings.