From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 42F11BC75 for ; Wed, 23 Feb 2005 10:58:31 +0100 (CET) Received: from kraid.nerim.net (smtp-103-wednesday.nerim.net [62.4.16.103]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j1N9wU47012915 for ; Wed, 23 Feb 2005 10:58:31 +0100 Received: from localhost (karryall.dnsalias.org [62.4.18.180]) by kraid.nerim.net (Postfix) with ESMTP id 25F0441BAF; Wed, 23 Feb 2005 10:58:30 +0100 (CET) Date: Wed, 23 Feb 2005 10:58:26 +0100 (CET) Message-Id: <20050223.105826.74738404.oandrieu@nerim.net> To: chris.danx@ntlworld.com Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Cross-platform "Hello, World" graphical application in OCaml From: Olivier Andrieu In-Reply-To: <421B9C9D.3020301@ntlworld.com> References: <20050222172340.GA2557@furbychan.cocan.org> <200502221924.29080.jon@jdh30.plus.com> <421B9C9D.3020301@ntlworld.com> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 421C53C7.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocaml:01 andrieu:01 andrieu:01 ijm:01 api:01 ocaml:01 bindings:01 wrote:01 bindings:01 lablglut:01 ...:98 jussieu:01 opengl:01 graphical:02 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: > "chris.danx" [Tue, 22 Feb 2005]: > And you could render it with Cairo which would be very interesting > (although Cairo's api isn't that stable at the moment and the OCaml > bindings don't seem to support the OpenGL (glitz) back end yet, > though it supports the other back ends like ps, x11, pdf, png, in > memory ...). actually I wrote some glitz bindings (just the bare minimum). I need to test this (with say, lablglut). If you're interested in this and want to help, I can send you that code. -- Olivier