From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id E9A0BBC8C for ; Thu, 27 Jan 2005 11:22:12 +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 j0RAMCTO008481 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 27 Jan 2005 11:22:12 +0100 Received: from [80.229.56.224] (helo=chetara) by ptb-relay03.plus.net with esmtp (Exim) id 1Cu74q-000IC8-G8 for caml-list@yquem.inria.fr; Thu, 27 Jan 2005 10:40:40 +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 10:24:08 +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: <200501271024.08361.jon@jdh30.plus.com> X-Miltered: at nez-perce with ID 41F8C0D4.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 lablgtk:01 wrote:01 bindings:01 bindings:01 api:01 api:01 gtk:01 cheers:01 jacques:01 opengl:01 btw:02 let:03 interface:05 mean:07 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: I think Jacques wrote: > > Not a big deal. Much less work than writing an > > interface for gtkglext and all the compatibility bindings (the > > compatibility bindings are the painful part.) If by "compatibility bindings" you mean extra bindings to let old code run using the new API, I for one would be more than willing to port my own code to the latest API to save you guys the hassle. Excellent job on GTK BTW - I'm just playing with it now! Cheers, Jon.