fccm / OCamlSDL2

OCaml interface to SDL 2.0 (for Linux, Windows, MacOS, and ChromeBook)
Other
51 stars 10 forks source link

Support for sdlttf #14

Closed smimram closed 4 years ago

smimram commented 4 years ago

Hi,

it would be nice if support for sdlttf could be added. More precisely, we would need Sdlttf.init, Sdlttf.open_font and Sdlttf.render_utf8_shaded.

Thanks!

fccm commented 4 years ago

The OCaml interface to the SDL2_ttf library is maintained in a different repository: https://github.com/fccm/OCamlSDL2_TTF

There are also these repositories available: https://github.com/fccm/OCamlSDL2_Image https://github.com/fccm/OCamlSDL2_Mixer https://github.com/fccm/OCamlSDL2_Net

smimram commented 4 years ago

Ah great, I did not know about that, thanks!