To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Install
Authors
Maintainers
Sources
md5=a3e73cb76881a3f4775a45c9b616b6f5
sha512=e626fe0f836f1dc28a64dae5ddc8414c6f609e86260f526f87a0339da2f34fadaed8e0fbe68483f8992bee5a7d1c64d1b009391e337713931a012fa76d4f4781
README.md.html
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).