batiste / sdl2-opengl-es

SDL2.0 and OpenGL ES example for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SDL2.0 and OpenGL ES example for Android


Languages

Language:C 72.9%Language:C++ 20.9%Language:Java 5.9%Language:Makefile 0.2%Language:Shell 0.0%