From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=BAYES_00,FROM_ADDR_WS autolearn=no autolearn_force=no version=3.4.5-pre1 Date: 19 Feb 93 18:51:35 GMT From: gate.ready.com!taurus.cs.nps.navy.mil!erickson@decwrl.dec.com (David Eri ckson) Subject: graphics package wanted Message-ID: List-Id: Do you know of any graphics packages with Ada bindings that are higher level than X intrinsics? Procedures like draw_line, draw_rect, fill_region, etc., but that don't require familiarity with X widgits. Or, can you suggest an alternative approach that would support creation of bitmaps that could be read by some existing graphics software through a pipe or socket? The problem comes up because I would like to have my data structures students do some projects that have visible output, such as animation of linked-list or tree balancing procedures. I also think it would be an excellent way to motivate some basic problem solving, in the style of Rich Pattis' Karel the Robot. This was an easy problem to solve when I taught the data structures course in Pascal (at least one of our Pascal compilers supported Turtle graphics), but as I've come to realize, nothing is easy in Ada. A package that runs on Sparcstations, PC's or Macs would be o.k. -Dave Erickson