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: | -- (:) |
| From: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] Cross-platform "Hello, World" graphical application in OCaml |
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... OpenGL provides no buttons and no menues... and similar stuff.... ... so you had to reinvent the wheel with OpenGL. ...and that means: if everyone writes his GUI in OpenGL, the there are - agaib - as many GUIs as there are programs around... ...and all are reinventing the wheel... OpenGL is not a GUI-toolkit. It only provides 3D-API. Ciao, Oliver