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 10004BC8C for ; Thu, 27 Jan 2005 08:57:50 +0100 (CET) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j0R7vnCX021104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 27 Jan 2005 08:57:49 +0100 Received: from [80.229.56.224] (helo=chetara) by ptb-relay03.plus.net with esmtp (Exim) id 1Cu4pB-000OBt-9y for caml-list@yquem.inria.fr; Thu, 27 Jan 2005 08:16:21 +0000 From: Jon Harrop Organization: University of Cambridge To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] OpenGL support in LablGTK2? Date: Thu, 27 Jan 2005 07:59:48 +0000 User-Agent: KMail/1.7.1 References: <20041208.093321.97240145.garrigue@math.nagoya-u.ac.jp> <20041231.183021.102493377.garrigue@math.nagoya-u.ac.jp> <41F8791B.1040600@havenrock.com> In-Reply-To: <41F8791B.1040600@havenrock.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501270759.48874.jon@jdh30.plus.com> X-Miltered: at nez-perce with ID 41F89EFD.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 lablgtk:01 wrote:01 lablgtk:01 ocaml:01 lablglut:01 gtk:01 cheers:01 glut:01 opengl:01 opengl:01 rewritten:02 graphics:02 graphics:02 let:03 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.0 X-Spam-Level: On Thursday 27 January 2005 05:16, Matt Gushee wrote: > Are there in fact significant projects using LablGTK2 with OpenGL? Yes! I've been working on a vector graphics library for the past few years. Over the last couple of years I have completely rewritten it entirely in ocaml. I intend to release my first commercial software product (a vector graphics editor for Linux and Mac OS X) soon. I have been using glut. Most of the GUI uses vector graphics. However, I'd like conventional load and save dialog boxes. So I am about to port the main program from lablglut to lablgtk2 just to provide this functionality. Please let me know if you think there will be any problem with this before I embark on the port! :-) I personally believe that many more people will start to develop GUI applications using OpenGL once they see what is possible. An OpenGL+GTK version of ocamlbrowser could be much better than the current implementation, for example. Cheers, Jon.