SimpleDirectmediaLayer.
Saw this posted on libsdl.org
Q: Can I build SDL for Windows CE?
A: SDL is not officially supported on Windows CE, but some people have successfully built and run SDL applications on Windows CE.
SDL 1.2.5 and newer contain project files and information on building SDL for Windows CE. Take a look at the file README.WinCE in the source archive for more information.
Ive been looking at how Burning Sands works, its by the same colour of the pixel method that I thought about using! The program runs over every pixel and depending on the colour of it knows what it is, and then moves it one pixel etc according to its characteristics.
What I find amazing is it does a whole scan of 160,000 pixels, and moves each one a tiny bit, within a fraction of a second.
Last edited by colin9876 : 11-30-2007 at 03:36 PM.
|