C++ wrapper of opengles, there is a car driving scene in the project demo. It can be easily ported to Android using the native window instead of glfw3.
Necessarities in os Ubuntu 18.04.6 LTS
are listed below
- libassimp-dev
- libglfw3-dev
- libfreetype6-dev
- libgles2
mkdir build
cd build
cmake . ../
make -j8