The line
#extension GL_OES_standard_derivatives : enable
has to be added to the beginning of scale.frag.
EDIT: And by the way, alure should be compiled with VorbisFile, FLAC and DUMB available so that all the games can play their sounds. But that can wait for later. Out of Order will...
Thank you very much for now! :)
There's still a chance that others can make it work with this build, because the shader files are just not at the right place. Normally everything is installed to /usr/local during "make install". So all the folders from the tarball (or at least the shaders in...
I changed the config to choose in eglport.cpp, because we need an alpha channel for some cases (at least parallax scrolling, not so common, but it's not drawn correctly without). To get back to the default eglport configuration (which was tested on Pandora), remove the lines...
Hmm, seems like you found a Unicode bug. Unicode is also a brand new feature, but it was not done by me, so I'm not so familiar with it. To test if it works despite of this thing, you could install the SVN version of the Dev Kit on your Linux PC and compile the Verb Coin example from...
Nice that you got it to compile already. :) I fixed the issues you brought up, except the pkg-config one.
The @GLES2_FLAGS@ and the -lX11missing are results from not using pkg-config. Would you look if you have pkg-config files with different names before I change that? Or maybe you have one...
About OpenGLES2 not being found: It is about this line in configure.ac:
PKG_CHECK_MODULES([GLES2], [glesv2 egl])
glesv2 egl are the names of the pkgconfig files that should be in $LIBRARY_PATH/pkgconfig, for example for me it's /usr/lib/x86_64-linux-gnu/pkgconfig/glesv2.pc
Could...
Hi,
I'm one of the developers of SLUDGE, a free (it's already in Debian and Ubuntu) adventure game engine with development tools, all working on Linux, Mac and Windows.
I wanted it to work on mobile devices such as the Pandora and maybe some phones, so I made the graphics code GLES2 capable...
Cool, I just struggled to get my project running with GLES2 (tried the old eglport from sebts link amongst other things). Then googled "gles2" "eglport", got only two results, and find that one leads me to a new solution that is only a few days old! :)
Did you also test it on a PC (for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.