add physics module TODO

anyone who feels like helping out can check this list for ideas; I've marked a few of the easy ones for starters


SVN revision: 73403
This commit is contained in:
Mike Blumenkrantz 2012-07-06 08:38:38 +00:00
parent 0768dd02ae
commit 1e36e23751
1 changed files with 22 additions and 0 deletions

22
src/modules/physics/TODO Normal file
View File

@ -0,0 +1,22 @@
urgent:
---------
* make mouse drag intertia more accurate and responsive
* fix boundaries to prevent windows from getting stuck
needs more ephysics support:
--------
* window stacking
features:
--------
* horizontal gravity (EASY)
* configurable restitution/friction (bounciness+elasticity of collision) (EASY)
* gravity based on accelerometer?
* collision effects
* window client collision notification for app collision effects
* mass based on window client cpu load
* explosion effect for new windows to knock nearby windows out of the way
* window rotation using physics (HARD)
???