Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 346 Bytes

Quadtrees

A purely-functional pragmatic way to express quadtrees in elm.

QuadTree screenshot

Getting started

You need to have Elm 0.18 installed on your machine.

Compile this project with:

elm make demo/`<someFile>`.elm

Then view it:

elm reactor