Browse thread
Cross-platform "Hello, World" graphical application in OCaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-02-22 (21:26) |
From: | chris.danx <chris.danx@n...> |
Subject: | Re: [Caml-list] Cross-platform "Hello, World" graphical application in OCaml |
Richard Jones wrote: > On Tue, Feb 22, 2005 at 07:24:28PM +0000, Jon Harrop wrote: > >>On Tuesday 22 February 2005 17:23, Richard Jones wrote: >> >>>WxWindows isn't really suitable for what I want to do because it >>>doesn't support a rich canvas widget, nor a good rich text editor. >> >>Does it support cross-platform OpenGL? If so then you could write your GUI in >>OpenGL... > > > Joke, right? At first, I read it as GUI but then I thought maybe John Harrop meant canvas. Not sure. You could use the wxwidgets gl canvas widget to create a "rich canvas widget".