add App_SharedMemoryPhysics and App_SharedMemoryPhysics_GUI to cmake

fix 'connection' detection for shared memory (due to multiple shmem blocks)
add link to pybullet.so
This commit is contained in:
Erwin Coumans
2017-01-16 11:17:32 -08:00
parent 8e9181f85c
commit 3d985ff7a5
5 changed files with 219 additions and 7 deletions

View File

@@ -81,6 +81,8 @@ int main(int argc, char* argv[])
example->initPhysics();
while (example->isConnected() && !(example->wantsTermination() || interrupted))
{
example->stepSimulation(1.f/60.f);