Skip to content

borodust/bodge-openal

Repository files navigation

Build Status Build status

BODGE-OPENAL

Thin Common Lisp wrapper over OpenAL cross-platform 3D audio API.

Requirements

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

Loading

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

Usage

Interface

All wrapped functions can be found in %alc and %al packages.

Example

Common Lisp example of working with bodge-openal can be found in example.lisp

To run it, evaluate in your REPL:

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

About

Thin Common Lisp wrapper around OpenAL for cl-bodge system

Resources

License

Stars

Watchers

Forks

Packages

No packages published