ptitSeb
Serial Porter
Here is Mighty Mike, a port to modern OS of a previously Mac Exclusive top down action game.
The game is now opensource (look at its github repo for more detail), and yes gl4es for the Pandora port. It's mostly vanilla build, with just the default keymap changed to be more Pandora friendly.
I also tweaked a bit the blit engine to avoid too much data transfomation, but it's a 640x480 8bits game, and the 640x480x8 buffer -> 640x480x32 texture transformation + upload to GPU memory makes the game not 60fps..
History log
========
Build 02
------------
------------
The game is now opensource (look at its github repo for more detail), and yes gl4es for the Pandora port. It's mostly vanilla build, with just the default keymap changed to be more Pandora friendly.
I also tweaked a bit the blit engine to avoid too much data transfomation, but it's a 640x480 8bits game, and the 640x480x8 buffer -> 640x480x32 texture transformation + upload to GPU memory makes the game not 60fps..
History log
========
Build 02
------------
- Repackaged to include gl4es
------------
- Initial build
- Default keymap Pandora friendly
- Some optimisations to the rendering engine
Last edited: