package tsdl-mixer

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
md5=e766873856c65943a8d4a05a26aaced7
sha512=0c80c0cf9100031995885c7e7fee9f8722dab8ff897bd4f8a36977aec5528dd90cf366db204d56becc1e7b695424b40b1f7161149dc760498de2514b3113c0fe

Description

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

Tags

tsdl SDL audio bindings

Published: 17 Jan 2023

README

tsdl-mixer — 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.

Starting from version 0.3, the library is usable in a toplevel (with #require "tsdl-mixer").

WARNING V0.3 Breaking change

Starting from 0.3, the library name is the same as the opam package name tsdl-mixer. (The library name used to be tsdl_mixer, which was confusing).

CI

https://ci.ocamllabs.io/github/sanette/tsdl-mixer

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None