From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id B44387ED9B for ; Sun, 18 May 2014 19:35:22 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmkBAF7ueFNKN1ZKlWdsb2JhbABZg1WCIIEhwkIOAQEBAQcNCQkSKoJPgQsCJgJJFgEaiDkECa0IpAoXgSqLLYR1NoEVBJsXhRYXj2lr X-IPAS-Result: AmkBAF7ueFNKN1ZKlWdsb2JhbABZg1WCIIEhwkIOAQEBAQcNCQkSKoJPgQsCJgJJFgEaiDkECa0IpAoXgSqLLYR1NoEVBJsXhRYXj2lr X-IronPort-AV: E=Sophos;i="4.98,862,1392159600"; d="scan'208";a="74413306" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail2-smtp-roc.national.inria.fr with ESMTP; 18 May 2014 19:35:21 +0200 Received: from [172.20.10.2] (71-236.197-178.cust.bluewin.ch [178.197.236.71]) by smtp.webfaction.com (Postfix) with ESMTP id BD98D66EED2E; Sun, 18 May 2014 17:35:18 +0000 (UTC) Date: Sun, 18 May 2014 19:35:19 +0200 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Caml-list , opengl@lists.ocaml.org Message-ID: <4A9FB678604E4F2A83757044FD0E7317@erratique.ch> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [Caml-list] [ANN] Tgls 0.8.0 Hello,=20=20=20 I=E2=80=99d like to announce the first release of Tgls: Tgls is a set of independent OCaml libraries providing thin bindings to OpenGL libraries. It has support for core OpenGL 3.{2,3} and 4.{0,1,2,3,4} and OpenGL ES {2,3}. Tgls depends on ocaml-ctypes and the C OpenGL library of your platform. It is distributed under the BSD3 license. Home page: http://erratique.ch/software/tgls=20=20=20 API Documentation: http://erratique.ch/software/tgls/doc Information about OpenGL version coverage:=20=20 https://github.com/dbuenzli/tgls#supported-opengl-versions It should soon be available in opam. Best, Daniel P.S. Some background information about the library can be found in this mes= sage: https://sympa.inria.fr/sympa/arc/caml-list/2014-01/msg00008.html