Refers to real-world physics.
I'm interested in doing a "Solar System" simulator that will allow me to simulate the rotational and gravitational forces of …
algorithm simulation physics astronomyI want to simulate a propagating wave with absorption and reflection on some bodies in three dimensional space. I want …
python numpy simulation physics waveI've written a fairly simple java application that allows you to drag your mouse and based on the length of …
language-agnostic physics gravityUsing Bullet 2.76 I'm trying to freeze an object (rigid body) so that it instantly stops moving, but still responds to …
physics game-physics bulletI have been using the Open Dynamics Engine (ODE) for the last few weeks with great success. It has a …
open-source physicsI am building an iOS game aimed for the new iOS 7 and Sprite Kit, using emitter nodes and physics to …
ios memory-management physics game-physics sprite-kitI am using bodyWithPolygonFromPath to define the volume of the physicsbody, and used http://dazchong.com/spritekit/ to get the …
sprite physics sprite-kitI have problem with implementation of verlet algorithm in Python. I tried this code: x[0] = 1 v[0] = 0 t[0] = 0 a[0] = 1 for i …
python physics numerical-methods verlet-integrationIt was a long holiday weekend, so I got the coding bug again and started playing around: Mario http://gfilter.…
physics tile-engine