Skip to content

connects & syncs Unity3D with pybullet physics server

Notifications You must be signed in to change notification settings

Roboy/BulletUnityRoboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone https://github.com/Roboy/BulletUnityRoboy.git
cd BulletUnityRoboy
git submodule init
git submodule update

pybullet server setup

Get Python >=3.6 and install pybullet.

pip3 install --user --upgrade numpy pybullet

Run pybullet server either headless by using

cd BulletUnityRoboy/python
python runServer.py

or for GUI run App_PhysicsServer_SharedMemory_GUI_vs2010_x64_debug.exe located in Assets.

About

connects & syncs Unity3D with pybullet physics server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages