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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e7bb17cf455cbab9 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: graphics in ada Date: 1999/02/18 Message-ID: <36CB5456.CD34CBA3@Maths.UniNe.CH>#1/1 X-Deja-AN: 445505859 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-18T00:00:00+00:00 List-Id: >I'm a beginner interested in making graphics programmes in ada. Can someone >tell how should I start? I should have a graphics library first? There are for Windows (adagraph), Linux, bindings to OpenGL, X-window,... In "my" area (GNAT/DOS - 32-bit DPMI): vgapck07 - basic VGA svga02 - basic SVGA - very "pro"; detects linear VESA 2 but uses VESA 1.x as well, drawing in buffers, fast, reliable! graph - multi-device layer (-> slower) for SVGA, VGA, PostScript, EPSF, DXF; pixel coordinates & floating-point definable areas, vectorial fonts, supersets Borland/Turbo Pascal's version,... and not fully complete The 3 come with complete sources. The 2 first come with ez2load gnat/dos pack; for the last one see my "software" page... -- Gautier -------- Homepage: http://www.unine.ch/math/Personnel/Assistants/Gautier/Montmollin.html Software: http://www.unine.ch/math/Personnel/Assistants/Gautier/Gaut_FTP.htm