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: 4 months ago
JSON representation
SDL2_mixer bindings to go with Tsdl
- Host: GitHub
- URL: https://github.com/tokenrove/tsdl-mixer
- Owner: tokenrove
- Created: 2015-03-01T07:50:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T17:25:27.000Z (about 6 years ago)
- Last Synced: 2025-04-05T02:51:09.612Z (about 1 year ago)
- Topics: bindings, library, ocaml, sdl
- Language: OCaml
- Size: 15.6 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 <[julian@cipht.net](mailto:julian@cipht.net)>.
## 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).