Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 291 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 291 Bytes

haskell ray marcher

A minimal ray marcher in Haskell

Requirements:

- Stack (build tool)
- gmp (arithmetic library)

How to build:

$ stack build

How to run:

$ stack run

Tech:

License

GNU v3.0