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

https://github.com/morrna/fractal-play


https://github.com/morrna/fractal-play

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Fractal Play

This is an app for generating simple Iterated Function System (IFS) fractals and allowing their parameters to be played
with dynamically.

It runs in the browser and is written in Elm.

## Setup

Once Elm is installed, install the dependencies with `elm install`.

## Running

Run the app with `elm reactor` and then go to `http://localhost:8000/index.html`.
Inside the reactor view, click on `dist/index.html`.