package tsdl-image

  1. Overview
  2. Docs
SDL2_Image bindings to go with Tsdl

Install

Dune Dependency

Authors

Maintainers

Sources

0.6.tar.gz
md5=c1075693e2226ac4321c7a1b71cf39e2
sha512=af350af0591197bb3a670c1ed93a00f4bc514a7c2d60da309b574756200b6e34b91bf1886fa36f4eb43529cb0c2f715a2bc2c80b66fae6bdcee87e156ffc4f35

CHANGELOG.md.html

Pending

  • Fix typo environment lookup of LIBSLD2_PATH to be correct LIBSDL2_PATH

  • Locate SDL2_image.dll on Windows

  • Use SDL "system" category to log "Loading Sdl_image" message (we now log only for dev versions)

0.5 2022/11/30 trying to autodetect library path

And add workflow for github actions for testing dynamic libraries from bytecode.

0.4 2022/11/22 Bug fix (calling ocaml on an *.ml file)

You can now (again) directly run a "toplevel file" with ocaml, for instance

#use "topfind";;
#thread;;
#require "tsdl-image";;
Tsdl_image.Image.(init Init.empty) |> ignore

Thanks @anentropic for reporting on MacOS.

0.3 Change library name (BREAKING)

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).

2021 new maintainer is sanette

https://github.com/sanette/tsdl-image