Graphics ripped from Amiga version of Uridium 2.
Code based on the Series 60 Graphics example.
Using some graphics ripped from Amiga version of Uridium 2 for a very basic manta-over-spaceship demo. Again, this is based on the Graphics example from the Series 60 SDK.
Uridium is one of my all-time favourites! Andrew rulez! If I should find some more time I'd really love to continue work on a more advanced Uridium demo. A bluetooth joystick would be really cool for that one.. :-\
A note on the code: This is using BitBlt.. It's quite slow :( To speed it up the BitBlt calls should be replacing with direct data access. Well, I guess it's not that easy.. :)