Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)!