~exarkun/pybullet/trunk

  • Committer: Jean-Paul Calderone
  • Date: 2012-11-14 22:32:48 UTC
  • mfrom: (53.1.8 user-pointers-refcounting)
  • Revision ID: exarkun@twistedmatrix.com-20121114223248-z9gvwof16lhkpp7e
Manage the lifetime of CollisionObject instances by manually reference counting them and keeping them in the user data pointer supported by btCollisionObject.  Also manage action objects in a similar way, but using a global dictionary since action objects have no user data pointer support.  This fixes a number of crashes caused by deallocation of worlds and objects in a particular order.
Filename Latest Rev Last Changed Committer Comment Size
..
bullet 1 13 years ago Jean-Paul Calderone Cython-based Bullet bindings Diff
demos 13 13 years ago Jean-Paul Calderone Add a port of the hello world demo Diff
LICENSE 27.1.1 13 years ago Jean-Paul Calderone Start adding docstrings to the wrapper classes and 874 bytes Diff Download File
README 29 13 years ago Jean-Paul Calderone Some fluff about things Presumably none of this i 1.2 KB Diff Download File
setup.py 45 12 years ago Jean-Paul Calderone Change the order in which bullet libraries are lin 463 bytes Diff Download File