project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ptitSeb

Pages: [1]
1
User modifications / Re: Port of UFO:AI to the OpenPandora
« on: August 27, 2013, 05:05:24 pm »
Thanks for that :) !

And yes, SDL2 is working on the openpandora. But I haven't use it a lot, just with one game (RickyD), but it works yes.

2
User modifications / Re: Port of UFO:AI to the OpenPandora
« on: August 27, 2013, 10:50:40 am »
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.

3
User modifications / Re: Port of UFO:AI to the OpenPandora
« on: August 17, 2013, 10:47:26 pm »
I'll try to do a diff tomorrow and post it here :)

Sebastien.

4
User modifications / Port of UFO:AI to the OpenPandora
« on: August 17, 2013, 08:54:45 pm »
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/

Pages: [1]