General > User modifications

Port of UFO:AI to the OpenPandora

(1/2) > >>

ptitSeb:
Hi all,

This little message to inform that I have ported UFO:AI to the OpenPandora. The OpenPandora is an Handheld computer, running ARM linux and with OpenGLES graphics.

I converted renderer to GLES (discarding all shader), and enlarge some small fonts, the OpenPandora aving only a 800x480 screen resolution.

With a swapfile configured, it's run very well (with just some fonts that I have to enlarge more).

The sources (I used stabled 2.4 as my base) are here: https://github.com/ptitSeb/UFO--AI-OpenPandora

And you can find informations on the OpenPandora board here: http://boards.openpandora.org/index.php/topic/14050-ufoalien-invasion/

Mattn:
We would be interested in merging stuff into our main tree so that future version would be compatible, too (with hopefully less work)

Could you give us patches or a pull request?

Greetings
Martin

ptitSeb:
I'll try to do a diff tomorrow and post it here :)

Sebastien.

Mattn:
great - thanks a lot.

ptitSeb:
So, here is the diff, sorry for the delay.

The new codes is garded between #ifdef, but the Makefiles modification are more of the "hardcoded" type.

All #ifdef HAVE_GLES contain GLES specific code, and with the use of eglport from Pickle, it should even compile with little to no modification on other GLES Linux, like RaspeberryPI or ODROID...

The #ifdef PANDORA are specific pandora modification, mainly keymapping and screen resolution (forcing resolution 800x480 fullscreen, with bigger fonts to make the game readable on the 5" screen).

Hope you can do something with this :)

Sebastien.

Navigation

[0] Message Index

[#] Next page

Go to full version