caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Anonymous <nobody@paranoici.org>
To: caml-list@inria.fr
Subject: [Caml-list] FLTK and OpenGL
Date: Wed,  5 Feb 2003 15:23:34 +0100 (CET)	[thread overview]
Message-ID: <720249f0a9c94e7916da31d22ce37a9d@paranoici.org> (raw)


I noticed the recent posts about various OpenGL bindings.  The cross-platform Fast Light Tool Kit (FLTK) is very tightly coupled to OpenGL; OCaml bindings for FLTK would be wonderful.

FLTK does not absolutely require OpenGL -- it runs on Win32, X11, and Mac OS X native graphics.  It is an emulation toolkit with native look and feel (theming) support in version 2.  However it can also run inside OpenGL proper, like GLUT.  If you are running native graphics, it can create OpenGL windows.  So it has maximum configurability with respect to OpenGL.

Mark

FLTK Home
http://www.fltk.org/

Screenshots
http://flvw.sourceforge.net/table.html
http://www.oksid.ch/flwriter/index.html
http://www.geocities.com/letapk/treecle.html
http://www.geocities.com/SiliconValley/Vista/6434/calcalcfltk.gif
http://www.oksid.ch/flfm/screen.html  (with drag-n-drop)
http://www.osc.edu/~jbryan/VolSuite/images/screenshot.png
http://www.geocities.com/letapk/fltdj-full.jpg
http://www.cli.di.unipi.it/~demiche/images/index.html
http://www.inxservices.com/inX_Services_EDICourier.html
http://www.easysw.com/htmldoc/shots.html
http://www.muquit.com/muquit/software/mbasecalc/mbasecalc.html
http://www.daansystems.com/mailreactor/images/screenshot.gif
http://www.3dsite.com/people/erco/unixtools/nixieclock/

Philosophy
http://www.fltk.org/doc-1.1/intro.html#2_1
It has always been Bill's belief that the GUI API of all modern
systems is much too high level. Toolkits (even FLTK) are not what
should be provided and documented as part of an operating system. The
system only has to provide arbitrary shaped but featureless windows, a
powerful set of graphics drawing calls, and a simple unalterable
method of delivering events to the owners of the windows. NeXT (if you
ignored NextStep) provided this, but they chose to hide it and tried
to push their own baroque toolkit instead.

Widget callback modification example
http://cscdev.lvc.edu/fl_connect/fl_connect.pdf
FL Connect is an extension to the FLTK [old version 1.1] gui library,
providing more modern callback support. By including <FL/fl
connect.H>, the application programmer gains access to an easy to use
but extremely flexible callback mechanism for FLTK?s widgets.

FLTK Mac OS X support:
http://www.matthiasm.com/flMac.html
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


                 reply	other threads:[~2003-02-05 22:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=720249f0a9c94e7916da31d22ce37a9d@paranoici.org \
    --to=nobody@paranoici.org \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).