bpp icon indicating copy to clipboard operation
bpp copied to clipboard

The Bullet Physics Playground – Bullet Real-Time Physics Simulation.

Results 3 bpp issues
Sort by recently updated
recently updated
newest added

In building in Windows with MSYS2: git clone https://github.com/bullet-physics-playground/bullet3 git checkout 3.06 mkdir build && cd build cmake -DBUILD_CPU_DEMOS=OFF -DBUILD_DEMOS=OFF -DBUILD_EXTRAS=OFF -DBUILD_MULTITHREADING=ON -DBUILD_UNIT_TESTS=OFF -DUSE_CUSTOM_VECOR_MATH=OFF -DUSE_DOUBLE_PRECISION=OFF -DUSE_GLUT=OFF -DUSE_GRAPHICAL_BENCHMARK=OFF -DBUILD_SHARED_LIBS=on -DBUILD_EXTRAS=on -DBUILD_BULLET2_DEMOS=off...

To support running bpp in non-gui mode, the file viewer.cpp needs to be split into a "gui" part and a "lua / data" part.

bug

Evaluate [libqt5gamepad5](https://doc.qt.io/qt-5/qtgamepad-index.html) and replace platform independent SDL2 based joystick input handling in https://github.com/bullet-physics-playground/bpp/tree/master/src/joystick .

enhancement