Skip to content

ejegg/FractalEditorSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractal Editor

This is a set of tools for rendering and editing fractals, using iterated function systems.

Getting started

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

License

This project is distributed under the GPLv3 license, see LICENSE.

About

Companion web site for FractalEditor app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published