package tsdl-mixer

  1. Overview
  2. Docs
SDL2_Mixer bindings to go with Tsdl

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=84ac4111aebbd0a95c142605bdb8b840
sha512=e8f65abca7028a1924600b41e525dc9322524bdb48dd20c36c9ff8b588f49204423123852d9684937c1961e98f1574c6d3b2ef7d4b208e38e53b3c251a223cfa

Description

Tsdl_mixer provides bindings to SDL2_Mixer intended to be used with Tsdl.

Tags

tsdl SDL audio

Published: 11 Sep 2021

README

SDL2_mixer bindings for OCaml with Tsdl

Tsdl_mixer provides bindings to SDL2_mixer intended to be used with Tsdl.

It has as siblings tsdl-image and 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.

Installation

Via opam:

opam install tsdl-mixer

Documentation

Documentation is here. It can be generated with dune build @doc, but the binding follows the SDL2_mixer interface closely, so it may be sufficient to consult its documentation.

Dependencies (6)

  1. ctypes-foreign
  2. ctypes >= "0.4.0"
  3. conf-sdl2-mixer
  4. tsdl >= "0.9.1"
  5. ocaml >= "4.03"
  6. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None