bodge-ode

2020-10-16

Thin wrapper over Open Dynamics Engine

Upstream URL

github.com/borodust/bodge-ode

Author

Pavel Korolev

License

MIT
README

Build Status Build status

BODGE-ODE

Thin Common Lisp wrapper over Open Dynamics Engine.

Requirements

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

Loading

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

Usage

Interface

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

Example

Lispified ODE sphere example can be found in example.lisp

To run it, evaluate in your REPL:

(ql:quickload :bodge-ode/example)
(ode.example:run)

Dependencies (7)

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

Dependents (0)

    • GitHub
    • Quicklisp