Pandafe is a sort of "universal" SDL frontend for Pandora games and emulators.
It was written especially for the Pandora, with the following goals:
For more information see README.
Latest pnd is available at:
http://repo.openpandora.org/?page=detail&app=package.pandafe
You will need to either compile natively on your pandora or use an appropriate cross-compiler.
See: http://boards.openpandora.org/index.php?/topic/7173-sdk-developer-tools-documentation-updated/
Examples:
freamon's native development tools
$ addipk pandora-libpnd-dev
$ addipk vte-dev
$ ./configure
$ make pnd
sebt3's toolchain
$ setprj
$ pndconfigure
$ make pnd
You will need Vala 0.18.0 to compile from the git source.
Once that build requirement is fulfilled you can simply:
$ ./autogen.sh
$ make pnd
If installing Vala on the compilation host system is not feasible you can:
$ ./autogen.sh
$ make && make dist
Interaction design & testing by Stefan Nowak (porg).