https://github.com/keyweeusr/sandpiles
Sandpiles fractal with Kivy & Cython
https://github.com/keyweeusr/sandpiles
cython fractal kivy sandpiles-fractal
Last synced: about 2 months ago
JSON representation
Sandpiles fractal with Kivy & Cython
- Host: GitHub
- URL: https://github.com/keyweeusr/sandpiles
- Owner: KeyWeeUsr
- License: mit
- Created: 2017-01-23T18:51:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T19:26:21.000Z (over 8 years ago)
- Last Synced: 2025-02-03T08:51:13.329Z (3 months ago)
- Topics: cython, fractal, kivy, sandpiles-fractal
- Language: Python
- Size: 2.38 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sandpiles
=========
_Sandpiles fractal with Kivy & Cython_
Just a fancy little thing made during exams.
Run with:
git clone https://github.com/KeyWeeUsr/Sandpiles
cd Sandpiles
python setup.py build_ext --inplace && python main.pyRequirements:
Cython >= 0.25.2
Kivy >= 1.9.2