Skip to content

Aventero/Pixula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A sandbox pixel simulator similar to Sandspiel by max bittker where most of the inspiration originated from.

What can it do?

It simulates pixels with different materials or properties. Imagine sand falling and forming sand pyramids or fire burning wood.

How does it work?

The core simulation acts on each pixel with a set of rules that tell it how to behave. Take sand as an example, it has two simple rules:

  • Rule A: Moving Down until it can't.
  • Rule B: Down Diagonal until it can't.
    Resulting in this behaviour:
    CalmSmall

Some other interactions

WaterSandLavaWall