Skip to content

erikg/buclet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buclet

status: uncertain

I'm not quite sure what will be done with Buclet. I'll probably explore other ways of using physics engines with Common Lisp.

CFFI bindings to Bullet

Introduction

Buclet provides CFFI bindings to the Bullet library.

Bullet is written in C++ but exposes a small part of itself through a C API. Mostly for rigid body dynamics. In the future I (or maybe you!) will either help the Bullet project to extend this C API or, since the previous seems all the be hand-work, I will autogenerate CFFI bindings in a similar way as is currently being developed for Okra.

License

This project is released under the simplified BSD license.

To Do

  • (a lot)
  • decide whether to work on Bullet's C API or autogenerate wrappers like in Okra

Platforms

The code has currently been tested on Linux using SBCL and on Windows XP using Clozure CL and MinGW.

Version numbering

Buclet follows the Bullet version numbering with its own version number tagged on at the end. This way you can easily see which version of Bullet these bindings are written for and what the latest release of Buclet itself is.

About

CFFI bindings to Bullet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 98.3%
  • Shell 1.7%