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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7178a81f7769b555,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.germany.com!club-internet.fr!feedme-small.clubint.net!proxad.net!feeder1-1.proxad.net!cleanfeed1-a.proxad.net!nnrp6-2.free.fr!not-for-mail Newsgroups: comp.lang.ada Subject: AdaOpenGL and AdaMultimedia From: Alexis Muller Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1190229087.588.18.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 Date: Wed, 19 Sep 2007 21:11:27 +0200 Organization: Guest of ProXad - France NNTP-Posting-Date: 19 Sep 2007 21:12:13 MEST NNTP-Posting-Host: 82.225.108.209 X-Trace: 1190229133 news-3.free.fr 18274 82.225.108.209:35276 X-Complaints-To: abuse@proxad.net Xref: g2news2.google.com comp.lang.ada:2036 Date: 2007-09-19T21:12:13+02:00 List-Id: Hi, This may interest someone. I have worked on the AdaOpenGL binding. The idea is to use Ada typing instead of C style (naming convention and const int). I have also translate in Ada lot of samples for the opengl book. You can get this work from the project's CVS ( http://sourceforge.net/projects/adaopengl/ ), but I need to finish it before doing a new release. I have also start a new project : AdaMultimedia ( http://sourceforge.net/projects/adamultimedia/ ). The goal is to provide a library to handle multimedia files. Like ffmpeg but in Ada ;) For now it can be decode bmp pictures, AVI containers and the cinepak codec. I am working on jpeg. Feel free to send me a mail if you what more information. Best regards,