Skip to content

tokenrove/tsdl-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsdl_image — SDL2_Image bindings for OCaml with Tsdl

Tsdl_image provides bindings to SDL2_Image intended to be used with Tsdl.

It has as siblings tsdl-mixer and tsdl-ttf.

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 <julian@cipht.net>.

Installation

Via opam:

opam install tsdl_image

Documentation

Documentation can be generated with ocamldoc, but the binding follows the SDL2_image interface closely, so it may be sufficient to consult its documentation.