author | Sam Lantinga <slouken@libsdl.org> |
Mon, 10 Mar 2014 05:44:34 -0700 | |
changeset 8595 | c6fc94639f38 |
parent 7222 | 2435b221d77d |
permissions | -rw-r--r-- |
slouken@7222 | 1 |
SDL 2.0 with open pandora console support ( http://openpandora.org/ ) |
slouken@7222 | 2 |
===================================================================== |
slouken@7222 | 3 |
|
slouken@7222 | 4 |
- A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES |
slouken@7222 | 5 |
support to work on the pandora under the framebuffer. This driver do not have |
slouken@7222 | 6 |
input support for now, so if you use it you will have to add your own control code. |
slouken@7222 | 7 |
The video driver name is "pandora" so if you have problem running it from |
slouken@7222 | 8 |
the framebuffer, try to set the following variable before starting your application : |
slouken@7222 | 9 |
"export SDL_VIDEODRIVER=pandora" |
slouken@7222 | 10 |
|
slouken@7222 | 11 |
- OpenGL ES support was added to the x11 driver, so it's working like the normal |
slouken@7222 | 12 |
x11 driver one with OpenGLX support, with SDL input event's etc.. |
slouken@7222 | 13 |
|
slouken@7222 | 14 |
|
slouken@7222 | 15 |
David Carré (Cpasjuste) |
slouken@7222 | 16 |
cpasjuste@gmail.com |