cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

README-pandora.md (736B)


      1Pandora 
      2=====================================================================
      3
      4( http://openpandora.org/ )
      5- A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES
      6support to work on the pandora under the framebuffer. This driver do not have
      7input support for now, so if you use it you will have to add your own control code.
      8The video driver name is "pandora" so if you have problem running it from
      9the 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
     13x11 driver one with OpenGLX support, with SDL input event's etc..
     14
     15
     16David Carré (Cpasjuste)
     17cpasjuste@gmail.com