From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p1K0Qbln015624 for ; Sun, 20 Feb 2011 01:26:37 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ag4GALPtX02uedqy/2dsb2JhbACYMI5/uHmFXgSFDYpB X-IronPort-AV: E=Sophos;i="4.62,193,1297033200"; d="scan'208";a="91660041" Received: from b2.da.79ae.static.theplanet.com (HELO pse.psellos.com) ([174.121.218.178]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 20 Feb 2011 01:26:31 +0100 Received: from [192.168.0.74] (71-35-106-161.tukw.qwest.net [71.35.106.161]) (authenticated bits=0) by pse.psellos.com (8.13.8/8.13.8) with ESMTP id p1K0PrEX013536 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 19 Feb 2011 18:26:27 -0600 Content-Transfer-Encoding: 7bit From: Jeffrey Scofield Content-Type: text/plain; charset=us-ascii Message-Id: Date: Sat, 19 Feb 2011 16:25:54 -0800 Cc: Jeffrey Scofield To: caml-list@inria.fr Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Subject: [Caml-list] LablGLES for Android For those interested in using OpenGL ES from OCaml, I've just made a small update to my LablGLES patches so that they compile and link under the NDK on Android. Thanks to Paul Snively for contributing the Android modifications. Instructions for downloading and building LablGLES are here: http://psellos.com/ocaml/lablgles-build.html Glossary: LablGL is an OCaml interface to OpenGL, created by Jacques Garrigue and others. LablGLES is a set of patches that change LablGL into an interface to OpenGLES rather than OpenGL. OpenGLES is a subset of OpenGL intended for embedded use (in cell phones and the like). Notably, it is supported by iPhone, iPad, and Android devices. Regards, Jeffrey Scofield Seattle WA