From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9bb1a9479a56f161,start X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: A Graph package for GNAT/DOS Date: 1997/05/21 Message-ID: <1997May21.101140.5994@news>#1/1 X-Deja-AN: 242790816 Organization: University of Neuchatel, Switzerland Reply-To: Remove_this.Gautier.deMontmollin@Maths.UniNe.CH Newsgroups: comp.lang.ada Date: 1997-05-21T00:00:00+00:00 List-Id: The following packages for GNAT/DOS... ------------------------------------------------------------------------------ -- File: graph.ads -- Description: Graphics package for PC - like TP 6.0's Graph unit, -- + math plane coordinates for scientific drawing -- + integrated device drivers -- + multiple devices drawing -- - BGI drivers & fonts, error, result (-> exceptions) ------------------------------------------------------------------------------ package Graph is (...) ------------------------------------------------------------------------------ -- File: grcubcur.ads -- Description: Extension of Graph package for cubic curves ------------------------------------------------------------------------------ package Graph.Cubic_curves is (...) ... can be downloaded at http://www.unine.ch/math/Personnel/Assistants/Gautier/Gaut_FTP.htm in the archive PC_PAQS.ZIP. Test programs in PC_TEST.ZIP. Some programs in MATHPROG.ZIP. N.B.: - some things are not implemented: palettes, patterns, etc. - supported devices: VGA hi-res (uses ez2load's VGA_Graphics), PS If you have knowledge about other devices (e.g. portable bitmaps), contribute! Gautier