Skip to content

morphx666/Sandpiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandpiles

Simple Abelian sandpile model

Algorithm implemented from Wikipedia's sandpile article as seen on The Coding Challenge #107: Sandpiles.

Sandpiles

This implementation utilizes the DirectBitmap class, which I introduced a while back and although it is extremely fast when you want to manipulate individual pixels and it’s 100% thread safe, it also lacks any type of aliasing support, so don't expect the results to look as nice as they do on the aforementioned articles/videos.

About

Simple Abelian sandpile model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published