bodge-chipmunk

2020-10-16

Wrapper over chipmunk 2d physics library

Upstream URL

github.com/borodust/bodge-chipmunk

Author

Pavel Korolev

License

MIT
README

Build Status Build status

BODGE-CHIPMUNK

Thin wrapper over chipmunk 2d physics library.

Requirements

  • ASDF/Quicklisp
  • x86_64/i686 GNU/Linux, macOS or Windows

Loading

(ql:quickload '(chipmunk-blob bodge-chipmunk))

Usage

Loading compiled foreign library

Unlike many other wrappers, this one doesn't load shared library into the image upon system loading. That what chipmunk-blob system is for. It contains required compiled foreign library and loads it for you, that's why you need to load it before using bodge-chipmunk functions. You, of course, can load wrapper without chipmunk-blob by invoking

(ql:quickload :bodge-chipmunk)

Then let cffi know where to find your own version of compiled foreign library and then call (cffi:load-foreign-library 'cp:libchipmunk) manually yourself.

Interface

All wrapped functions can be found in %chipmunk package. On the other hand, chipmunk package contains minimally lispified wrappers and utility functions.

Example

See example source.

Dependencies (7)

  • alexandria
  • cffi
  • cffi-c-ref
  • chipmunk-blob
  • claw
  • claw-utils
  • float-features

Dependents (0)

    • GitHub
    • Quicklisp