Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokenrove/tsdl-image
OCaml SDL2_image bindings to go with Tsdl
https://github.com/tokenrove/tsdl-image
bindings library ocaml sdl
Last synced: 2 months ago
JSON representation
OCaml SDL2_image bindings to go with Tsdl
- Host: GitHub
- URL: https://github.com/tokenrove/tsdl-image
- Owner: tokenrove
- Created: 2015-02-28T21:12:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T07:19:26.000Z (over 3 years ago)
- Last Synced: 2024-04-20T07:11:15.363Z (9 months ago)
- Topics: bindings, library, ocaml, sdl
- Language: OCaml
- Size: 36.1 KB
- Stars: 14
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tsdl\_image — SDL2\_Image bindings for OCaml with Tsdl
------------------------------------------------------Tsdl\_image provides bindings to
[SDL2_Image](https://www.libsdl.org/projects/SDL_image/) intended to
be used with [Tsdl](http://erratique.ch/software/tsdl).It has as siblings [tsdl-mixer](https://github.com/tokenrove/tsdl-mixer)
and [tsdl-ttf](https://github.com/tokenrove/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](https://github.com/tokenrove/tsdl-image)
or by emailing Julian Squires <[[email protected]](mailto:[email protected])>.## Installation
Via [opam](https://opam.ocaml.org/):
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](https://www.libsdl.org/projects/SDL_image/docs/index.html).