package tsdl-ttf

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=5f566d95e7ddce7559d2881dc74e2a83
sha512=f4774aef3fd501ed95aa65136795256bcd614b1c500392ca8225f94c07f633c9cc372a7a7b59bc12225fd530cd73bb34142ca666d57a8eb78014d413581622f8

Description

Tsdl_ttf provides bindings to SDL2_ttf intended to be used with Tsdl.

Tags

tsdl SDL graphics bindings ttf

Published: 15 Sep 2021

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.

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 (6)

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

Dev Dependencies (1)

  1. odoc with-doc

Used by (3)

  1. bogue >= "20210917"
  2. oplot != "0.50"
  3. sdl-liquidsoap >= "2"

Conflicts

None