https://github.com/tmcdonell/accelerate-ray
A simple ray-tracer written in Accelerate
https://github.com/tmcdonell/accelerate-ray
Last synced: about 1 year ago
JSON representation
A simple ray-tracer written in Accelerate
- Host: GitHub
- URL: https://github.com/tmcdonell/accelerate-ray
- Owner: tmcdonell
- License: bsd-3-clause
- Created: 2013-08-29T23:24:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T02:38:58.000Z (over 12 years ago)
- Last Synced: 2025-02-17T21:05:04.542Z (over 1 year ago)
- Language: Haskell
- Size: 152 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple ray-tracer
===================
This is a simple ray tracer written using the Accelerate library, which runs in
real time on the GPU.
For more information see the main [Accelerate][accelerate] project page. This
repo has now been merged into the [accelerate-examples][accelerate-examples]
package.
[accelerate]: https://github.com/AccelerateHS/accelerate
[accelerate-examples]: https://github.com/AccelerateHS/accelerate-examples