Skip to content

d1618033/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

creates fractal gifs using the L system

see examples in the examples/ folder

Installation

pip install pyfractals

currently supported fractals:

  • Dragon Curve Dragon Curve
  • Sierpinski Triangle Sierpinski
  • C Curve C Curve

usage

$ python3 pyfractals/fractals.py <name>

name is either dragon_curve or sierpinski or ccurve

this command will create a few temporary png images and then create a gif from them

example

$ python3 fractals.py dragon_curve

About

creates fractal gifs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published