I found an interesting game to port it's called "A Lode Runner Story"
Its a Python game but its use some "dll" to enable OpenGL and maybe some shaders.
Now i compiled the dll but when i run the game it says:
OSError: dlls/linux32/renderext.dll: undefined symbol: glUniform2fv
Don't let the dll and linux32 things fools you...they are ARM .so library compiled by Codeblocks CLI in Pandora, i used the already present linux32/ directory for my first test.
If someone more expert want to take a look...seems a good game to play.
Its a Python game but its use some "dll" to enable OpenGL and maybe some shaders.
Now i compiled the dll but when i run the game it says:
OSError: dlls/linux32/renderext.dll: undefined symbol: glUniform2fv
Don't let the dll and linux32 things fools you...they are ARM .so library compiled by Codeblocks CLI in Pandora, i used the already present linux32/ directory for my first test.
If someone more expert want to take a look...seems a good game to play.