Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tokenrove/tsdl-mixer
- Owner: tokenrove
- Created: 2015-03-01T07:50:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T17:25:27.000Z (over 4 years ago)
- Last Synced: 2024-04-20T07:11:15.540Z (9 months ago)
- Topics: bindings, library, ocaml, sdl
- Language: OCaml
- Size: 15.6 KB
- Stars: 8
- Watchers: 4
- 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 <[[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).