Difference between revisions of "Combining OpenGL ES 1.1 and SDL to create a window on the Pandora"

From Pandora Wiki
Jump to: navigation, search
(New page: Under Construction)
 
Line 1: Line 1:
Under Construction
+
There is a special SDL build for pandora with OpenGL ES capability
 +
available here : http://github.com/Cpasjuste
 +
 
 +
The screen initialisation is now easy as this : SDL_SetVideoMode(800, 480, 16, SDL_OPENGLES)
 +
 
 +
An SDL/GLES exemple is also available on the git repository.

Revision as of 22:09, 17 March 2009

There is a special SDL build for pandora with OpenGL ES capability available here : http://github.com/Cpasjuste

The screen initialisation is now easy as this : SDL_SetVideoMode(800, 480, 16, SDL_OPENGLES)

An SDL/GLES exemple is also available on the git repository.