forked from sudnikand/QBox2D
-
Notifications
You must be signed in to change notification settings - Fork 1
wyyrepo/QBox2D-1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple game engine for physics simulation. Used Box2D physics engine http://box2d.org/ Modern OpenGL is using for grafics render. Qt for interface and other useful stuff. Steps for building Box2D: 1. cd Box2D 2. qmake 3. make Static library will be placed in Box2D/lib. Steps for building game: 1. qmake 2. make Run with: ./qbox2d If you have windows, install Ogg codecs from here http://xiph.org/dshow/downloads/
About
Physics simulation using Box2D with Qt visualization.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 97.7%
- Other 2.3%