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
- Host: GitHub
- URL: https://github.com/jkrt/chaosgame
- Owner: JKRT
- License: gpl-3.0
- Created: 2017-06-22T21:23:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T10:30:35.000Z (over 3 years ago)
- Last Synced: 2025-07-11T13:41:44.910Z (11 months ago)
- Language: Python
- Homepage:
- Size: 555 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

All the best,
John