caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Fabrice Le Fessant <fabrice.le_fessant@inria.fr>
To: Marc.Tajchman@cmla.ens-cachan.fr
Cc: caml-list@inria.fr
Subject: Re: Graphics library
Date: Mon, 26 Apr 1999 10:01:53 +0200 (CEST)	[thread overview]
Message-ID: <14116.7537.26518.19624@talbot.inria.fr> (raw)
In-Reply-To: <371FC6CD.4B062EE0@cmla.ens-cachan.fr>


There is an implementation of the Graphics library of Ocaml in the
Efuns package (http://pauillac.inria.fr/efuns) which provides almost 
the same interface, with some more functions, such as double
buffering:

open XGraphics;;                                 (* instead of Graphics *)
open_graph "" 600 400;;             (* instead of open_graph " 600x400" *)
set_update_stype FlushAll;; 
                    (* for double-buffering, or FlushClipped for
                                           faster but not total refresh *)
.........
.........
.........                                        (* Idem as in Graphics *)
.........

update ();; 
           (* when you want to update the screen from the hidden buffer *)


Regards,

- Fabrice




  parent reply	other threads:[~1999-04-29 13:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-23  1:03 Marc Tajchman
1999-04-23  9:22 ` Sven LUTHER
1999-04-26  8:01 ` Fabrice Le Fessant [this message]
1999-06-14 10:59 ` Sven LUTHER

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=14116.7537.26518.19624@talbot.inria.fr \
    --to=fabrice.le_fessant@inria.fr \
    --cc=Marc.Tajchman@cmla.ens-cachan.fr \
    --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).