Written in C++ and using SDL, The Powder Toy is a desktop version of the classic 'falling sand' physics sandbox, it simulates air pressure and velocity as well as heat.
This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2012-06-07 14:23:26 +01:00
build/obj More stuff, need to fix memory leak 2012-01-20 22:07:49 +00:00
data Separate SDL from graphics code 2012-05-30 12:32:58 +01:00
resources Voting, fix save browser 2012-01-28 19:56:13 +00:00
src Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data (stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser 2012-06-07 14:23:26 +01:00
.gitignore Add Visual Studio project files to gitignore 2012-05-30 16:08:34 +01:00
Changelog.txt Initial 2012-01-08 17:39:03 +00:00
generator.py Tools implemented in a similar way to elements 2012-05-12 18:11:20 +01:00
LICENSE Add missing license file (GPLv3) 2012-05-24 19:01:00 +01:00
Makefile Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods. 2012-05-31 10:24:44 +01:00
SDLMain.h Remove QTCreator project files 2012-05-13 14:30:00 +01:00
SDLMain.m Remove QTCreator project files 2012-05-13 14:30:00 +01:00