ubuntu下编译试用bullet3物理引擎
1、首先进入ubuntu16.04桌面,右键“打开终端”。

3、接着要安装python3-dev。sudo apt-get install python-dev python3-dev

5、在终端进入bullet3文件夹,直接进行编译。./build_cmake_pybullet_double.sh

7、在“build_cmake/examples/ExampleBrowser”文件夹中打开“App_ExampleBrowser”程序,里面就是各种试用案例。
