From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,DNS_FROM_SECURITYSAGE autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 16646BBAF for ; Sun, 16 Nov 2008 13:06:07 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApIFALKbH0nVJFBbZmdsb2JhbACTWA0LCAgSA7kugnk X-IronPort-AV: E=Sophos;i="4.33,613,1220220000"; d="scan'208";a="17250709" Received: from mx-out.libertysurf.net (HELO mail.libertysurf.net) ([213.36.80.91]) by mail2-smtp-roc.national.inria.fr with ESMTP; 16 Nov 2008 13:06:06 +0100 Received: from [192.168.1.2] (88.123.246.119) by mail.libertysurf.net (7.3.118.8) id 49083D6B00424540 for caml-list@yquem.inria.fr; Sun, 16 Nov 2008 14:02:34 +0100 From: Florent Monnier To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] What does Jane Street use/want for an IDE? What about you? Date: Sun, 16 Nov 2008 13:04:55 +0100 User-Agent: KMail/1.9.7 References: <200810200919.41561.ober.14@osu.edu> <20081115122516.GA16261@annexia.org> <200811152041.55416.jon@ffconsultancy.com> In-Reply-To: <200811152041.55416.jon@ffconsultancy.com> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200811161304.55215.fmonnier@linux-nantes.fr.eu.org> X-Face: -0"dKXwF0PiXr]fa$^)NJY7$;waqUckGcM7&q,VU?Xv\[=CiVM]g]pDs^xmfU9+Q=Z,OdfMHUR-7Ao%evJh.=aiq,#r0Ux0dm'!l|zeAXj||$>1_(Lv4Hc",&F}sbHeK0`SBA$_|XP Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; xlib:01 wiki:01 ocaml:01 ocaml:01 bindings:01 xlib:01 caml-list:01 opengl:03 opengl:03 programming:03 converted:04 linux:07 php:87 explained:12 case:13 > it just composes pixmaps into OpenGL textures. in case there would be Xlib/openGL hackers interested by this technique which is explained here for C: http://www.opengl.org/wiki/index.php/Programming_OpenGL_in_Linux:_Creating_a_texture_from_a_Pixmap it can be achieved in OCaml too, this demo program converted from C to ocaml as the script called "pixmap_to_gl.ml" is in the Xlib-OCaml bindings there: http://www.linux-nantes.org/~fmonnier/OCaml/Xlib/