https://github.com/dinhanhx/perfect_detect_collision_sfml
A function to detect collision between any sprites with a test code
https://github.com/dinhanhx/perfect_detect_collision_sfml
collision-detection cpp perfect sfml utility
Last synced: 9 months ago
JSON representation
A function to detect collision between any sprites with a test code
- Host: GitHub
- URL: https://github.com/dinhanhx/perfect_detect_collision_sfml
- Owner: dinhanhx
- License: gpl-3.0
- Created: 2020-01-24T05:05:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T04:21:52.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T23:50:04.166Z (11 months ago)
- Topics: collision-detection, cpp, perfect, sfml, utility
- Language: C++
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Perfect detect collision for SFML
A function to detect collision between ANY sprites having ANY shapes with a test code.
## What is SFML?
https://www.sfml-dev.org/index.php
## How to install SFML?
https://www.sfml-dev.org/download/sfml/2.5.1/
## What is Perfect Detect Collision?
Like it's name.
## Where did I copy the code?
https://gist.github.com/ernestoalejo/3033095
## What have I done?
I solved every warnings and implemented a testcode.
## What did I use?
SFML 2.5 and Visual Studio 2017
I know an elegant way to install SFML for Visual Studio 2017.
My elegant way: https://pastebin.com/raw/dfRxKeNA