Skip to content
Anton Yarkov edited this page Nov 1, 2016 · 8 revisions

This application was created as a learning project for OpenGL. First of all I started with OpenGL C++ application for Windows. And after I finished some basic logic I decided to try to port it to mobiles: Android platform is supporting native applications with NDK, so Here is the result.

It was written on a plain C++ with using OpenGL for mobiles. It have no any audio, but contains simple game logic and graphics.

Clone this wiki locally