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

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

SDL2_ttf bindings for Ocaml with Tsdl
https://github.com/tokenrove/tsdl-ttf

bindings library ocaml sdl

Last synced: over 1 year ago
JSON representation

SDL2_ttf bindings for Ocaml with Tsdl

Awesome Lists containing this project

README

          

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

*WARNING*: These bindings are not ready to use yet. Much of the
interface presented will change soon.

Tsdl\_ttf provides bindings to
[SDL2_ttf](https://www.libsdl.org/projects/SDL_ttf/) 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-mixer](https://github.com/tokenrove/tsdl-mixer).

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-ttf)
or by emailing Julian Squires <[julian@cipht.net](mailto:julian@cipht.net)>.

## Installation

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

opam install tsdl-ttf

## Documentation

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