[SDL] the game SDK community

Daniel Vogel 666 at grafzahl.de
Mon Jan 17 11:44:28 PST 2000


Pierre Phaneuf wrote:
 
> I already think ClanLib and SDL should work a bit more together, but
> they have slightly differing goals and methods (C vs C++ for one), so
> maybe it is okay to have separate libraries.

one possibility that would require _much_ work would be to merge the SDL
blitters/ converters into Hermes. SDL currently uses some old MMX
converters from Hermes and does the other blitting/ conversion on its
own. So a nice task for a bored person would be to time all blitters/
converters and merge the fastest into Hermes. If SDL shouldn't rely on
another library (Hermes should compile on almost any machine that has an
ANSI C compiler) it could still just include the source of the new
Hermes. This way we had one blitting library we could focus writing
optimized code for.

-- 
Daniel Vogel

666 @ http://grafzahl.de



More information about the SDL mailing list