package tsdl-ttf
Install
Dune Dependency
Authors
Maintainers
Sources
md5=2b369db0cdf51b27e805dd82694ab6e3
sha512=9a7e9018ee24dbaa336d2d6fd542b2ddb59d2ef065bbb21534ccb7657a75cc831e7e5de5aee663b8b5adc7c8506e597f8cb529f5e6f59518ff6f739d77a3c671
Description
Tsdl_ttf provides bindings to SDL2_ttf intended to be used with Tsdl.
README
SDL2_ttf bindings for OCaml with Tsdl
WARNING: These bindings are subject to change.
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.
Installation
Via opam:
opam install tsdl-ttf
Documentation
Documentation is here, it can be generated with dune build @doc
, (or ./make_doc.sh
) but the binding follows the SDL2_ttf 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-ttf"
).
WARNING V0.3 Breaking change
Starting from 0.3, the library name is the same as the opam package name tsdl-ttf
. (The library name used to be tsdl_ttf
, which was confusing).
Dependencies (7)
- dune-configurator
- ctypes-foreign
-
ctypes
>= "0.4.0"
- conf-sdl2-ttf
-
tsdl
>= "0.9.1"
-
ocaml
>= "4.03"
-
dune
>= "2.7"
Dev Dependencies (1)
-
odoc
with-doc
Used by (4)
-
bogue
>= "20210917"
-
oplot
!= "0.50"
-
sdl-liquidsoap
>= "2"
- stk
Conflicts
None