equal
deleted
inserted
replaced
|
1 Pandora |
|
2 ===================================================================== |
|
3 |
|
4 ( http://openpandora.org/ ) |
|
5 - A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES |
|
6 support to work on the pandora under the framebuffer. This driver do not have |
|
7 input support for now, so if you use it you will have to add your own control code. |
|
8 The video driver name is "pandora" so if you have problem running it from |
|
9 the framebuffer, try to set the following variable before starting your application : |
|
10 "export SDL_VIDEODRIVER=pandora" |
|
11 |
|
12 - OpenGL ES support was added to the x11 driver, so it's working like the normal |
|
13 x11 driver one with OpenGLX support, with SDL input event's etc.. |
|
14 |
|
15 |
|
16 David Carré (Cpasjuste) |
|
17 cpasjuste@gmail.com |