https://github.com/dagit/haray
Haskell-based ray tracer
https://github.com/dagit/haray
Last synced: about 1 year ago
JSON representation
Haskell-based ray tracer
- Host: GitHub
- URL: https://github.com/dagit/haray
- Owner: dagit
- License: bsd-3-clause
- Created: 2011-09-28T06:31:27.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T02:40:11.000Z (almost 7 years ago)
- Last Synced: 2023-04-11T01:07:23.092Z (about 3 years ago)
- Language: Haskell
- Homepage:
- Size: 1 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Haray!
------
Haray is a ray-tracer written in Haskell. My primary reason for writing a
ray-tracer is to learn more about the algorithms and challenges.
Install
-------
Please see INSTALL.md.
TODO
-----
* Implement some sort of space division so that larger scenes can be rendered.
* Add an option for global illumination.
* Make a real scene description language.
* Add support for offloading computation to GPU.
Status
------
[](https://travis-ci.org/dagit/haray)