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-Thread: 103376,548a224fd381d8f4,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!newsfeed.sovam.com!goblin1!goblin2!goblin.stu.neva.ru!feed1.news.be.easynet.net!news.skynet.be!195.238.0.222.MISMATCH!newsspl501.isp.belgacom.be!tjb!not-for-mail Date: Thu, 23 Apr 2009 11:27:59 +0200 From: Olivier Scalbert User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Programming graphic systems Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <49f03485$0$2849$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 6dbbbab5.news.skynet.be X-Trace: 1240478853 news.skynet.be 2849 87.65.157.2:51522 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news1.google.com comp.lang.ada:4554 Date: 2009-04-23T11:27:59+02:00 List-Id: Hello, When playing with my GPS, I was thinking of the beautiful graphic systems used in safety critical environment (medical, aircraft, ATC, ...). I assume lots of them must be written in Ada. I was asking myself how are they programmed mainly at the graphic level. Does the application part use a graphic toolkit provided by the graphic board manufacturer or do you have to program all the graphic primitives yourself in Ada (as Bresenham line algorithm, ...) and written to the raster memory (which must be very cool!) ? Thanks for your info, Olivier