Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/borysn/sfml-box2d-concept-demo

Demo I made as a test(code to expand on) updating code I found on forums for using SFML and Box2D libraries together. Main point was trying to get a working program (objects that collide, and can be managed without error). The physics are off, but it wasn't my concern.
https://github.com/borysn/sfml-box2d-concept-demo

Last synced: 24 days ago
JSON representation

Demo I made as a test(code to expand on) updating code I found on forums for using SFML and Box2D libraries together. Main point was trying to get a working program (objects that collide, and can be managed without error). The physics are off, but it wasn't my concern.

Awesome Lists containing this project

README

        

# SFML-Box2D-Concept-DEMO
Demo I made as a test(code to expand on) updating code I found on forums for using SFML and Box2D libraries together. Main point was trying to get a working program (objects that collide, and can be managed without error). The physics are off, but it wasn't my concern.

Just another weekend project. Play to learn.