/sdl2-opengl-es

SDL2.0 and OpenGL ES example

Primary LanguageC

Requires SDL2.0 to work.

Installing SDL2.0
-----------------

Download it from there: http://www.libsdl.org/hg.php

    $ ./configure
    $ make
    $ sudo make install

Installing OpenGL ES
---------------------

    $ sudo apt-get install libgles2-mesa-dev

Build the programms
--------------------

    $ make