Physics Engine Demos
A downloadable game for Windows and Linux
These are Physics engine demos that I built from scratch as I was learning 3D maths and programming.
Status | Released |
Platforms | Windows, Linux |
Author | Dan |
Genre | Simulation |
Download
Install instructions
Boat~~
Controls:
pressing w and s moves the boats sails.
What is does:
The only thing this does it buoyancy force on a rigid body.
Boxes~~
Controls:
Press 1 through 4 to change ammo
Right click to shoot
What it does:
Tests movement of rigid bodies and collision detection of different bodies.
BridgeDemo~~
Controls:
Arrow keys to move ball
What it does:
Shows particles with added constraints creating a rope bridge as the constraints effect other constraints. Movement of the ball changes the weight distribution on the bridge.
Fireworks~~
Controls:
Hold keys 0 through 9
What it does:
Particle game physics through 3D space
PlatformDemo~~
Controls:
Arrow keys to move ball
What it does:
Further use of the mass aggregate system in the BridgeDemo.