Qt 6.11 is out! See what's new in the release
blog
Bullet physics engine in qt
Game Development
4
Posts
3
Posters
5.8k
Views
1
Watching
-
can anyone tell me how to include bullet header files in my qt project? i added the bullet header files in my project as well as where i installed my qtsdk. but it is showing me an error saying btBulletDynamicsCommon.h : no such file or directory found.
i tried to run this simple hello world example..
http://bulletphysics.org/mediawiki-1.5.8/index.php/Hello_Worldthanks...