From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p7MHfVOk018172 for ; Mon, 22 Aug 2011 19:41:31 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ak8GABSUUk6uedqy/2dsb2JhbABBmH+PFneCAT+BUYd1tRSCRIMlXwSHYJBAhGuHIA X-IronPort-AV: E=Sophos;i="4.68,264,1312149600"; d="scan'208";a="116555769" Received: from pse.psellos.com ([174.121.218.178]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 22 Aug 2011 19:41:25 +0200 Received: from [192.168.0.74] (71-217-14-202.tukw.qwest.net [71.217.14.202]) (authenticated bits=0) by pse.psellos.com (8.13.8/8.13.8) with ESMTP id p7MHeodK007580 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 22 Aug 2011 12:41:22 -0500 Content-Transfer-Encoding: 7bit From: Jeffrey Scofield Content-Type: text/plain; charset=us-ascii Message-Id: <15991D0B-B2FB-47A6-8196-B149257F49B7@psellos.com> Date: Mon, 22 Aug 2011 10:40:50 -0700 Cc: Jeffrey Scofield To: caml-list@inria.fr Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Validation-by: jeffsco@psellos.com Subject: [Caml-list] OpenGL ES for iPhone Simulator; working example app Greetings, A while back I modified LablGL to work with OpenGL ES 1.1, calling my modified version LablGLES. Just recently I got LablGLES working in the iPhone Simulator, which I've found to be a nice prototyping environment for iOS projects. I also made an example LablGLES app that works on both the iPhone Simulator and the iPhone itself. It's called IcosaBlue, since it displays a rotating blue icosahedron. It's very simple, but it's a complete example of an OpenGL ES iPhone app coded in OCaml. For those interested in trying OpenGL ES on iPhone and the iPhone Simulator, I've released sources and binaries for everything. Here are some links: [LablGLES, OpenGL ES for iPhone and iPhone Simulator][1] [IcosaBlue, rotating blue icosahedron using LablGLES][2] [General page of OCaml-on-iOS resources][3] [Home of LablGL, OCaml OpenGL interface by Jacques Garrigue][4] [1]: http://psellos.com/ocaml/lablgles-build.html [2]: http://psellos.com/ocaml/example-app-icosablue.html [3]: http://psellos.com/ocaml/ [4]: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html I'd be happy to hear from anybody interested in OCaml on iOS. Jeffrey Scofield jeffsco@psellos.com Seattle