A simple particle simulation built in Python (and eventually C++)
Find a file
2026-08-18 15:47:38 +01:00
.gitignore Actually, decided to just delete the archive folder entirely, it's tracked by Git now 2026-06-08 16:44:19 +01:00
config.ini split .location tuple into separate .row and .col values, also added a HUD containing FPS and simulation details 2026-06-10 16:55:04 +01:00
main.py added resolve_vertical_motion() for the new vertical motion resolution system 2026-08-18 15:47:38 +01:00
particles.py added resolve_vertical_motion() for the new vertical motion resolution system 2026-08-18 15:47:38 +01:00
plan.txt added resolve_vertical_motion() for the new vertical motion resolution system 2026-08-18 15:47:38 +01:00
README.md Changed README.md wording slightly 2026-07-12 23:42:57 +01:00
requirements.txt First actual commit with code :3 2026-06-08 16:42:07 +01:00
row-col reference.png First actual commit with code :3 2026-06-08 16:42:07 +01:00
sim-cli.py First actual commit with code :3 2026-06-08 16:42:07 +01:00

Particle-Simulation

A simple particle simulation built in Python (and eventually C++)

This project is just for learning how particle simulations work, and most importantly, fun :D