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
- Host: GitHub
- URL: https://github.com/tokenrove/tsdl-ttf
- Owner: tokenrove
- Created: 2015-06-13T18:26:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T22:48:59.000Z (over 9 years ago)
- Last Synced: 2025-03-19T09:40:53.299Z (over 1 year ago)
- Topics: bindings, library, ocaml, sdl
- Language: OCaml
- Size: 16.6 KB
- Stars: 7
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).