Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cashtann/sfml-continuous-collision-detection
SFML Collision System (Particle - Barrier)
https://github.com/cashtann/sfml-continuous-collision-detection
Last synced: about 2 months ago
JSON representation
SFML Collision System (Particle - Barrier)
- Host: GitHub
- URL: https://github.com/cashtann/sfml-continuous-collision-detection
- Owner: Cashtann
- License: mit
- Created: 2024-06-08T10:47:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T17:25:55.000Z (4 months ago)
- Last Synced: 2024-08-27T19:17:02.250Z (4 months ago)
- Language: C++
- Homepage:
- Size: 9.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SFML Collision System (Particle - Barrier) using Contiunous Collision Detection.
This is my attempt to create collision system. For now (and the rest of its existence) I'm using **Continuous Collision Detection**.
I code it entirely myself as a challange, inspired by [this video](https://www.youtube.com/watch?v=eED4bSkYCB8).I know this program **is not well optimized**, and it really wasn't supposed to be. I build this on top of my first project (contact) with SFML as one of many different ideas to implement.
There is a bunch of unused or unnecessary code.I'm planning (and probably currently working on) to make a new, better and much more complex simulation than this one.
Again, it is **nothing special.**