Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tokenrove/tsdl-mixer

SDL2_mixer bindings to go with Tsdl
https://github.com/tokenrove/tsdl-mixer

bindings library ocaml sdl

Last synced: 2 months ago
JSON representation

SDL2_mixer bindings to go with Tsdl

Awesome Lists containing this project

README

        

SDL2\_mixer bindings for OCaml with Tsdl
----------------------------------------

Tsdl\_mixer provides bindings to
[SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/) intended to
be used with [Tsdl](http://erratique.ch/software/tsdl).

It has as siblings [tsdl-image](https://github.com/tokenrove/tsdl-image)
and [tsdl-ttf](https://github.com/tokenrove/tsdl-ttf).

Note that these bindings are at an early stage and have only been used
minimally. The interface may change. Comments and bug reports are
welcome through the [github page](https://github.com/tokenrove/tsdl-mixer)
or by emailing Julian Squires <[[email protected]](mailto:[email protected])>.

## Installation

Via [opam](https://opam.ocaml.org/):

opam install tsdl-mixer

## Documentation

Documentation can be generated with `ocamldoc`, but the binding
follows the SDL2_mixer interface closely, so it may be sufficient to
consult
[its documentation](https://www.libsdl.org/projects/SDL_mixer/docs/index.html).