An open API service indexing awesome lists of open source software.

https://github.com/jkrt/chaosgame

Short python program to generate fractals using the chaos game https://en.wikipedia.org/wiki/Chaos_game
https://github.com/jkrt/chaosgame

Last synced: 11 months ago
JSON representation

Short python program to generate fractals using the chaos game https://en.wikipedia.org/wiki/Chaos_game

Awesome Lists containing this project

README

          

# chaosGame

Generate Fractals using the chaos game.

Some different fractals can be generated, such as the Sierpinski triangle and the Barnsley Fern through the command line.

# Dependencies

This repository is standalone. The only dependency is graphics.py which is also included for convenience.

# System requirements

The only requirement is a working version of Python 2 and that the operating system provides
the neccessary components for graphics.py.

# An Example. A Fancy Fractal

![](https://raw.githubusercontent.com/JKRT/chaosGame/master/Sierpinski%20triangle.png)

All the best,

John