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.py
Requirements:
Cython >= 0.25.2
Kivy >= 1.9.2