digitalmars.D.announce - A tiny wrapper library of DerelictSDL.
- Brian Hsu (6/6) May 25 2008 Ya, I know there are a lot of game engine or wrapper of DerelictSDL alre...
Ya, I know there are a lot of game engine or wrapper of DerelictSDL already. But in case that there are someone like me that feel DerelictSDL is hard to learn and hard to let it work correctly and want some example about it... [SimpleSDL] http://code.google.com/p/simplesdl/ This is just a toy created when I tried to figure out how to create animation using SDL since SDL is a little bit low level and complex for me. Currently it does little, but I think it maybe helpful to people who would like to know how D could using DerelictSDL to create animation (move, fade-in,fade-out with layers supported) because I believe the code and comment (in terrible English :() are clear enough. And as I said, this is just a toy and I don't have much time could spend on it, so don't excepted it will be maintained nicely, better think it is just a resource/example that shows how to use DerelictSDL in D to do something.
May 25 2008