GP2X Sdl Games Question.


Monkey

Still Fresh
Joined
Nov 11, 2005
Messages
13
Age
40
Location
Belfast, Norn Iron
Website
Visit site
Just a simple question for anyone that knows, does the system allow for an SDL game to be booted outside of Linux?

Just wondering, as it looks like I'll be producing my final year uni project for the GP2x :D
 
Well, SDL itself is an API, and has been implemented for Linux, Win32, etc etc. ie: SDL_Audio depends on the Linux or win32/etc kernels to handle the audio, and SDL_Audio just provides mixing and loading routines and such.

So if you want to use SDL, without Linux, you'd have to make your own basic OS layer to support SDL; ie: file opening, for instance :)

jeff
 
Back
Top