Skip to content

ejegg/FractalEditorSite

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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