From: Jean-Christophe Filliatre <Jean-Christophe.Filliatre@lri.fr>
To: matthieu.dubuget@libertysurf.fr
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Wich solution for a fast powerfull drawing area ?
Date: Wed, 10 Jul 2002 09:41:36 +0200 (MEST) [thread overview]
Message-ID: <15659.58672.564750.535099@pc803.lri.fr> (raw)
In-Reply-To: <20020709224051.A1618@libertysurf.fr>
Matthieu Dubuget writes:
>
> I'm looking at ocaml as the language to make ultrasonic programs.
> The difficult part for me is the scientific imaging.
> I will have to show waveforms (typically 1024 points long) and colormaps
> (1024 * 100 * 256 levels of color for example) at comfortable
> speed (I mean more than 20 Hz).
You may have a look at the SDL library (http://www.libsdl.org/), a
powerful cross-platform 2D graphics library. Many Linux games,
including commercial ones, use this library.
There are (at least) two ocaml interfaces for this library:
- one I did some time ago, no more developped, but suitable for
relatively simple programs;
see http://www.lri.fr/~filliatr/ftp/ocaml/ocamlsdl/
- another on SourceForge, probably much more developped than mine;
see http://ocamlsdl.sourceforge.net/
Hope this helps,
--
Jean-Christophe Filliâtre (http://www.lri.fr/~filliatr)
-------------------
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
prev parent reply other threads:[~2002-07-10 8:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-09 20:40 Matthieu Dubuget
2002-07-10 7:41 ` Jean-Christophe Filliatre [this message]
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=15659.58672.564750.535099@pc803.lri.fr \
--to=jean-christophe.filliatre@lri.fr \
--cc=caml-list@inria.fr \
--cc=matthieu.dubuget@libertysurf.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