author | Sam Lantinga |
Sun, 29 Aug 2010 12:00:09 -0700 | |
changeset 4867 | ba7492f9e2b8 |
parent 3161 | 494559cc723b |
child 6251 | 3e8c673cad58 |
permissions | -rw-r--r-- |
slouken@3161 | 1 |
SDL 1.3 with open pandora console support ( http://openpandora.org/ ) |
slouken@3161 | 2 |
===================================================================== |
slouken@3161 | 3 |
|
slouken@3161 | 4 |
- A pandora specific video driver was writed to allow SDL 1.3 with OpenGL ES |
slouken@3161 | 5 |
support to work on the pandora under the framebuffer. This driver do not have |
slouken@3161 | 6 |
input support for now, so if you use it you will have to add your own control code. |
slouken@3161 | 7 |
The video driver name is "pandora" so if you have problem running it from |
slouken@3161 | 8 |
the framebuffer, try to set the following variable before starting your application : |
slouken@3161 | 9 |
"export SDL_VIDEODRIVER=pandora" |
slouken@3161 | 10 |
|
slouken@3161 | 11 |
- OpenGL ES support was added to the x11 driver, so it's working like the normal |
slouken@3161 | 12 |
x11 driver one with OpenGLX support, with SDL input event's etc.. |
slouken@3161 | 13 |
|
slouken@3161 | 14 |
|
slouken@3161 | 15 |
David Carré (Cpasjuste) |
slouken@3161 | 16 |
cpasjuste@gmail.com |