package tgls

  1. Overview
  2. Docs
Thin bindings to OpenGL {3,4} and OpenGL ES {2,3} for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

tgls-0.8.6.tbz
sha512=837f030860a8c53d1dad5677240bb106fe4c44270a6615cdf90236fea50882420a303ac6df988b83ef92c1ae5fe6522e39dcb058ef4166422b7978dee4b5143b

CHANGES.md.html

v0.8.6 2022-02-10 La Forclaz (VS)

  • Handle Pervasives deprecation (and thus support OCaml 5.00).

v0.8.5 2016-11-25 Zagreb

  • Allow to optionally build GL and GL ES. Thanks to Peter Zotov for the patch.

v0.8.4 2016-06-03 Cambridge (UK)

  • Support for OpenGL ES 3.2

  • Safe string support.

  • Fix build on 32-bit platforms.

  • Build system: allow to override host platform.

  • Build system: rpi3 support.

  • Untested Windows support.

  • FreeBSD support. Thanks to Alexander Diemand for the help.

  • Build depend on topkg.

  • Relicensed from BSD3 to ISC.

v0.8.3 2015-03-15 La Forclaz (VS)

Support for ctypes 0.4.0. Thanks to Peter Zotov for the patch. ctypes switches from int64 to nativeint for representing pointers. This impacts a few function signatures that change accordingly.

v0.8.2 2014-08-14 Cambridge (UK)

Support for OpenGL 4.5 and OpenGL ES 3.1.

v0.8.1 2014-05-22 La Forclaz (VS)

Support for ctypes 0.3. Thanks to Jeremy Yallop for the patch.

v0.8.0 2014-05-18 La Forclaz (VS)

First release.