1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/physics.md
2022-12-26 14:41:23 -06:00

1.2 KiB

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLES: PHYSICS

Colliding Ball Simulation

🐝 Timothy Baxendale 🔗 physics, collisions

Realistic collisions between sphreres in two dimensions.

Double Pendulum

🐝 missing 🔗 physics, pendulum

Simulated double pendulum with damping.

Gravity

🐝 missing 🔗 physics, legacy

Ball bounces realistically.

Integrators

🐝 STxAxTIC 🔗 physics, simulation

Demonstrates the efficacy of various integration methods in physics.

Pendulum Double

🐝 Vince 🔗 physics

Double Pendulum Simulator by Vince.