Skip to content

Simulation environment with Bullet physics

Notifications You must be signed in to change notification settings

Jason-Hayes/bulletsim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simulation environment with Bullet physics

##Installation instructions Build with cmake as you would normally do:

mkdir build_bulletsim
cd build_bulletsim
cmake /path/to/bulletsim
make -j

To call bulletsim from python, add the following two paths to your PYTHONPATH:

/path/to/bulletsim
/path/to/build_bulletsim/lib

About

Simulation environment with Bullet physics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 65.4%
  • C 31.8%
  • Shell 1.4%
  • Objective-C 0.7%
  • Cuda 0.4%
  • JavaScript 0.1%
  • Other 0.2%