A hacked-together simulation!
This is a powder-toy-esque simulation that I made in Python, it's constantly being worked on, mostly by me in my spare time :P
Here's a quick demo video to show you what it looks like!
- solid blocks
- liquid physics (WIP)
- gas physics (WIP)
- fire physics
- entities and living things
This project is nowhere near ready for usage, so you will be underwhelmed.
You can still run an experimental world by running the test_world.py
file.
WASD
to move the cursorb
to place a blockd
to delete a blockl
to spawn 100 ml of liquidg
to spawn a fully dense block of gasspace
to tick the simulation, hold it down to tick multiple times
You can contribute by forking this repository and making a pull request with your changes! (for some things to fix, check TODO.md)