This is a set of tools for rendering and editing fractals, using iterated function systems.
The demo site is maintained at: http://fractaleditor.com/
If you want to run the software locally, clone this repository and:
- cd FractalEditorSite
- virtualenv venv/
- source venv/bin/activate
- pip install -r requirements.txt
- cp fractaleditor/settings.example.py fractaleditor/settings.py
- python manage.py migrate
- python manage.py loaddata fractals/fixtures/fractal.json
- python manage.py runserver
This project is distributed under the GPLv3 license, see LICENSE.