From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 9C937BB81 for ; Tue, 7 Dec 2004 12:18:32 +0100 (CET) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iB7BIWGC030681 for ; Tue, 7 Dec 2004 12:18:32 +0100 Received: from web2.messagingengine.com (web2.internal [10.202.2.211]) by frontend1.messagingengine.com (Postfix) with ESMTP id 370EAC3FEC3; Tue, 7 Dec 2004 06:18:31 -0500 (EST) Received: by web2.messagingengine.com (Postfix, from userid 99) id 2BF32869; Tue, 7 Dec 2004 06:18:28 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) Cc: mgushee@havenrock.com Subject: Re: OpenGL support in LablGTK2? To: caml-list@yquem.inria.fr Date: Tue, 07 Dec 2004 12:18:28 +0100 From: =?ISO-8859-1?Q? "Gr=E9gory?= Guyomarc'h" X-Sasl-Enc: q17U56m3frLwqMrhXtvBmw 1102418308 Message-Id: <1102418308.10073.210248396@webmail.messagingengine.com> X-Miltered: at nez-perce with ID 41B59188.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; lablgtk:01 guyomarc'h:01 gtkglarea:01 gtkglarea:01 gtk:01 gtk:01 sourceforge:01 ocaml:01 bindings:01 tar:01 opengl:01 seems:03 library:03 library:03 problem:05 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.0 X-Spam-Level: I don't know what the current status of the GtkGlArea project actually is, however you can still grab gtkglarea from Gnome's anonymous ftp: ftp.gnome.org. The latest version (1.99) does not work with my recent Gtk2 installation. There is another GL support library for gtk2 with which I have no problem: the Gtk GL Extension (the project seems more active than the gtkglarea project, it also provides more functionalities), you can get it at http://gtkglext.sourceforge.net/ If it helps, I have a straightforward ocaml bindings for part of this library, you can get it at http://gregory_guyomarch.imap-mail.com/code/ocaml-gtkglext-0.1.tar.gz It has not been widely tested, but I have been using it for some time and it works fine for me. Regards, Gregory.