Only released in EOL distros:
Package Summary
A Common Lisp wrapper of the bullet physics engine
- Author: Lorenz Moesenlechner
- License: BSD
- Source: git https://github.com/cram-code/cram_physics.git (branch: None)
Package Summary
A Common Lisp wrapper of the bullet physics engine
- Author: Lorenz Moesenlechner
- License: BSD
- Source: git https://github.com/cram-code/cram_physics.git (branch: None)
Contents
Overview
cl_bullet is a common lisp wrapper around the Bullet physics engine. It consists of a C++ library that wraps Bullet classes and methods into C structs and functions and the corresponding common lisp FFI definitions. In addition, it provides a higher-level CLOS library that provides a lispy interface for Bullet and which hooks into the garbage collector to free unused Bullet objects automatically when they are not required anymore. Rigid bodies and the discrete-dynamics-world class are well tested, support from constraints is untested and might be broken.