package tsdl-image
Install
Dune Dependency
Authors
Maintainers
Sources
md5=85ecccc69ab85d1909ff0581de280ee4
sha512=ae8ba01ecc8d54d8934e92c8ea5c3c9e90707889755a2d99555fda063d92abe1d88b68c2758c40e7c760fffe3d44eae19bc3bb0a6cb85c585271e822cce93dd9
Description
Tsdl_image provides bindings to SDL2_Image intended to be used with Tsdl.
README
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.
Installation
Via opam:
opam install tsdl-image
Documentation
Documentation is here. It can be generated with dune build @doc
, but the binding follows the SDL2_image 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-image"
).
WARNING V0.3 Breaking change
Starting from 0.3, the library name is the same as the opam package name tsdl-image
. (The library name used to be tsdl_image
, which was confusing).
CI
https://ci.ocamllabs.io/github/sanette/tsdl-image
Dependencies (7)
- dune-configurator
- ctypes-foreign
-
ctypes
>= "0.4.0"
- conf-sdl2-image
-
tsdl
>= "0.9.1"
-
ocaml
>= "4.03"
-
dune
>= "2.7"
Dev Dependencies (1)
-
odoc
with-doc
Used by (4)
-
bogue
>= "20210917"
-
oplot
>= "0.71"
-
sdl-liquidsoap
>= "3"
- stk
Conflicts
None