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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Michael B." Newsgroups: comp.lang.ada Subject: Re: Status of SDLAda Date: Mon, 12 Sep 2016 21:40:15 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <579554615.495335357.185457.laguest-archeia.com@nntp.aioe.org> <1736075160.495335426.356316.laguest-archeia.com@nntp.aioe.org> NNTP-Posting-Host: SMFzJ75ajStmFreCux9HFQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:31755 Date: 2016-09-12T21:40:15+02:00 List-Id: On 09/12/16 03:12, Luke A. Guest wrote: >> Yes I will. Just been in Linux driver land messing with Radv and Vulkan for >> Gentoo. I'm glad to hear that :-) > The next thing I intend to work on is the event system because I don't like > what I have. In my tests it worked pretty well. What's wrong with it? > Also I need to add more texture iterators and then images have to have > similar. I wanted to use this binding to do some 2D gaming experiments. Therefore I need to create surfaces/textures from image files, but this part seems not to be finished yet. Would you accept contributions to your binding? I was thinking of writing something for SDL_surface.h and/or SDL_image.h which implies a binding for SDL_rwops.h. Michael