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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8f89ebb1fa1ebe5d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-13 15:55:26 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.vmunix.org!peer02.cox.net!cox.net!news-server.columbus.rr.com!fe2.columbus.rr.com.POSTED!not-for-mail Subject: Re: Ada graphic tools' summary From: "James E. Hopper" Newsgroups: comp.lang.ada Message-ID: <131120031854541558%hopperj@macconnect.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 8bit User-Agent: Thoth/1.6.0 (Carbon/OS X) Date: Thu, 13 Nov 2003 23:57:19 GMT NNTP-Posting-Host: 65.31.60.32 X-Complaints-To: abuse@rr.com X-Trace: fe2.columbus.rr.com 1068767839 65.31.60.32 (Thu, 13 Nov 2003 18:57:19 EST) NNTP-Posting-Date: Thu, 13 Nov 2003 18:57:19 EST Organization: Road Runner High Speed Online http://www.rr.com Xref: archiver1.google.com comp.lang.ada:2463 Date: 2003-11-13T23:57:19+00:00 List-Id: > o a graphic UI in the sense of Windows or Macintosh, > in which case a "graphic library" is a binding to > the Windows or Mac OS? For Mac OS X, there are carbon bindings at http://MacAda.org as well as examples for using them. > > o Pixar type photo-realistic rendering of complex scenes? > Ada Open Gl works great on mac. http://adaopengl.sourceforge.net/ > o real-time dynamic displays as for a video game or > visualization of a physical process? > the SDL that someone already pointed out works on mac os x as well. > o a hardware-independent set of routines to draw > straight lines and ellipses? http://adaopengl.sourceforge.net/ >A further category would be image processing as is done by tools >like, e.g. photoshop or gimp. i have been working on an ada binding to the c++ class library at www.ossim.org which does image processing and geographic stuff. for instance i wrote a nice little mac drag and drop app that tanslates files like dted, dem, uncompressed nitf, etc to jpeg, raw, and tiff. have done a number of other nice apps to do things like cropping to geographic rectangles, resample to different degrees per pixel, etc. we hope to put these up on the ossim website soon. jim