]>
Skullheadx's Git Forge - Collision-Simulation.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Skullheadx [Thu, 26 Jan 2023 23:54:33 +0000 (18:54 -0500)]
readme and todo
Skullheadx [Thu, 26 Jan 2023 23:44:28 +0000 (18:44 -0500)]
final cleanup
Skullheadx [Thu, 26 Jan 2023 23:20:33 +0000 (18:20 -0500)]
smart space partitioning
Skullheadx [Thu, 26 Jan 2023 22:16:00 +0000 (17:16 -0500)]
make partitions smaller to increase speed
Skullheadx [Thu, 26 Jan 2023 22:12:04 +0000 (17:12 -0500)]
space partition works better than sweep and prune but slower
Skullheadx [Thu, 26 Jan 2023 21:57:54 +0000 (16:57 -0500)]
clean up code
Skullheadx [Thu, 26 Jan 2023 21:57:06 +0000 (16:57 -0500)]
reverted to old way + split wall collision
Skullheadx [Thu, 26 Jan 2023 21:13:59 +0000 (16:13 -0500)]
attempt2 no good
Skullheadx [Thu, 26 Jan 2023 20:50:12 +0000 (15:50 -0500)]
particle collisions #1
Skullheadx [Thu, 26 Jan 2023 17:27:30 +0000 (12:27 -0500)]
clean up file + grid of particles
Skullheadx [Thu, 26 Jan 2023 17:03:45 +0000 (12:03 -0500)]
elastic collision with other particles
- added mass
Skullheadx [Thu, 26 Jan 2023 16:35:31 +0000 (11:35 -0500)]
Merge branch 'main' of https://github.com/Skullheadx/Collision-Simulation
Skullheadx [Thu, 26 Jan 2023 16:35:27 +0000 (11:35 -0500)]
Update linear_interpolation.py
Skullheadx [Tue, 24 Jan 2023 21:44:13 +0000 (16:44 -0500)]
Create LICENSE
Skullheadx [Mon, 16 Jan 2023 23:30:48 +0000 (18:30 -0500)]
Create linear_interpolation.py
Skullheadx [Mon, 16 Jan 2023 23:27:31 +0000 (18:27 -0500)]
Clean up files
Skullheadx [Mon, 16 Jan 2023 23:18:09 +0000 (18:18 -0500)]
Discrete Collision Detection
Skullheadx [Mon, 16 Jan 2023 22:29:44 +0000 (17:29 -0500)]
pygame window
Skullheadx [Mon, 16 Jan 2023 22:14:55 +0000 (17:14 -0500)]
Initial commit