An open API service indexing awesome lists of open source software.

https://github.com/chasenut/sfml-continuous-collision-detection

SFML Collision System (Particle - Barrier)
https://github.com/chasenut/sfml-continuous-collision-detection

collision cpp sfml simulation

Last synced: 11 months ago
JSON representation

SFML Collision System (Particle - Barrier)

Awesome Lists containing this project

README

          

# SFML Collision System
Collision system (Particle - Barrier) using Contiunous Collision Detection.

## Stack

C++ 17 and [SFML](https://github.com/SFML/SFML)

## Platform

Windows

# Info

This is my attempt to create collision system. For now (and the rest of its existence) I'm using **Continuous Collision Detection**.
I made 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 may be some 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.