Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.05 KB

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 intended to be used with Tsdl.

It has as siblings tsdl-image and 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 or by emailing Julian Squires <[email protected]>.

Installation

Via opam:

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.