Posts with "pybullet" Tag

Building PyBullet

by Dan Aukes

sudo apt  install cmake-curses-gui 
cd ~/Downloads
git clone https://github.com/bulletphysics/bullet3.git
cd bullet3
ccmake .

then configure, generate

make

then wait for ...

Read More
getting pyBullet working in Anaconda

by Dan Aukes

search keywords:

  • python
  • anaconda
  • conda
  • pybullet
  • Mesa
  • OpenGL
  • radeonsi
  • swrast

Trying to run a pyBullet script, ...

Read More