Mercurial > sdl-ios-xcode
comparison README.pandora @ 3161:494559cc723b
OpenPandora support added by David Carré
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 31 May 2009 11:53:12 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3160:210e209b87cc | 3161:494559cc723b |
---|---|
1 SDL 1.3 with open pandora console support ( http://openpandora.org/ ) | |
2 ===================================================================== | |
3 | |
4 - A pandora specific video driver was writed to allow SDL 1.3 with OpenGL ES | |
5 support to work on the pandora under the framebuffer. This driver do not have | |
6 input support for now, so if you use it you will have to add your own control code. | |
7 The video driver name is "pandora" so if you have problem running it from | |
8 the framebuffer, try to set the following variable before starting your application : | |
9 "export SDL_VIDEODRIVER=pandora" | |
10 | |
11 - OpenGL ES support was added to the x11 driver, so it's working like the normal | |
12 x11 driver one with OpenGLX support, with SDL input event's etc.. | |
13 | |
14 | |
15 David Carré (Cpasjuste) | |
16 cpasjuste@gmail.com |