https://github.com/morrna/fractal-play
https://github.com/morrna/fractal-play
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/morrna/fractal-play
- Owner: morrna
- License: mit
- Created: 2024-11-10T03:34:13.000Z (6 months ago)
- Default Branch: trunk
- Last Pushed: 2025-02-09T03:52:17.000Z (3 months ago)
- Last Synced: 2025-02-09T04:25:48.637Z (3 months ago)
- Language: Elm
- Homepage: https://morrna.github.io/fractal-play/
- Size: 129 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - morrna/fractal-play - (Elm)
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`.