From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 23 Aug 2006 20:13:13 -0700 From: "Micah Stetson" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] First attempts In-Reply-To: <9c44dc9b0608231326q1a303382sec909b3347bcb03c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9c44dc9b0608231326q1a303382sec909b3347bcb03c@mail.gmail.com> Topicbox-Message-UUID: a73da10e-ead1-11e9-9d60-3106f5b1d025 > As for whoever mentioned the SDL port, thanks. I'll look into that. Be sure you look at the native draw(3) stuff as well. In certain ways, it's much like SDL, only with Image* instead of SDL_Surface* and Rect instead of SDL_Rect*. Of course there are differences (especially with keyboard and mouse handing) but the leap from SDL_BlitSurface() to draw() really isn't that big. Micah