On 3/15/07, Jeff Muller <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've got a scientific real-time data acquisition and visualization > system that I'm considering building with lablgtk2. I'll be going > through an evaluation of it shortly, but I wanted to get an idea of > peoples' recent experiences, considering the following requirements: > > -Many custom "widgets" are required
Do you mean custom widgets from a C library, or widgets you intend to write yourself ? LablGtk ins't really suited to write new widgets in OCaml, you may have to write you widget first in C, then wrap it in LablGTK. > -a fair bit of GL in LablGL There's no "standard" way to do GL in LablGTK AFAIK. LablGTK wrapped this library called GtkGLArea but it's rather unmaintained now (no homepage anymore, it might even be difficult to find a tarball). Refer to this bug entry about GL in GTK: http://bugzilla.gnome.org/show_bug.cgi?id=119189 , there are some recent comments. -- Olivier --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ocaml-developer" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ocaml-developer?hl=en For other OCaml forums, see http://caml.inria.fr/resources/forums.en.html -~----------~----~----~----~------~----~------~--~---
