sebt3
homebrew player (P. & C.)
Hi there,
I've put some effort into getting this game up and running on pandora. I did most of the GL -> GLES conversion.
(beside the control that have to be pandora adapted) There is 2 issues left :
- No textures applied ingame, so the game is in black & white shade (because of the lighting ; shouldnt be too hard to fix)
- no text :
The game is using QuesoGLC to render font. So I tried to port that lib and failed miserably (tons of glCallList).
My next step was to port warzone to FTGL as I knew this lib working on pandora (used in zaz and chromiumBSU). The change work rather well on desktop (text is a little misplaced), but still no dice on pandora
So I tried font-stash ( on some IRC suggestion) I'm guetting text upside-down on desktop and a hard freeze on pandora.
At this point I have just no idea left to get this game working.
Anyone to finish that job ?
current PND : http://sebt3.openpan.../pnd/wz2100.pnd
sources : http://sebt3.openpan...-pandora.tar.gz
use --enable-gles to enable GLES and --enable-ftgles to enable FTGL(ES) support. (there is a --enable-fontstash in my current sources but not yet in this source dump, I'll need to reup these later today)
I've put some effort into getting this game up and running on pandora. I did most of the GL -> GLES conversion.
(beside the control that have to be pandora adapted) There is 2 issues left :
- No textures applied ingame, so the game is in black & white shade (because of the lighting ; shouldnt be too hard to fix)
- no text :
The game is using QuesoGLC to render font. So I tried to port that lib and failed miserably (tons of glCallList).
My next step was to port warzone to FTGL as I knew this lib working on pandora (used in zaz and chromiumBSU). The change work rather well on desktop (text is a little misplaced), but still no dice on pandora
So I tried font-stash ( on some IRC suggestion) I'm guetting text upside-down on desktop and a hard freeze on pandora.
At this point I have just no idea left to get this game working.
Anyone to finish that job ?
current PND : http://sebt3.openpan.../pnd/wz2100.pnd
sources : http://sebt3.openpan...-pandora.tar.gz
use --enable-gles to enable GLES and --enable-ftgles to enable FTGL(ES) support. (there is a --enable-fontstash in my current sources but not yet in this source dump, I'll need to reup these later today)
Last edited by a moderator: