Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matklad/raytracer
A ray tracer written in Haskell
https://github.com/matklad/raytracer
Last synced: about 1 month ago
JSON representation
A ray tracer written in Haskell
- Host: GitHub
- URL: https://github.com/matklad/raytracer
- Owner: matklad
- License: mit
- Created: 2013-08-13T20:02:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T19:40:00.000Z (over 9 years ago)
- Last Synced: 2024-05-09T11:21:07.692Z (7 months ago)
- Language: Haskell
- Size: 569 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
raytracer
=========![ray](http://performingsongwriter.com/wp-content/uploads/2011/09/ray-charles-laughing.jpg)
Development
-----------Make sure you have **at least** GHC 7.4.2, then just do the usual
[cabal-dev](http://hackage.haskell.org/package/cabal-dev) routine:```bash
$ cabal-dev install-deps
$ cabal-dev configure
$ cabal-dev build
```And please, **please**, PLEASE, follow the [**style guide**](https://github.com/tibbe/haskell-style-guide)!