Skip to content

C++ wrapper of opengles, there is a car driving scene in the project demo.

Notifications You must be signed in to change notification settings

hywing/opengles-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opengles-cpp

Introduce

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.

Required

Necessarities in os Ubuntu 18.04.6 LTS are listed below

  • libassimp-dev
  • libglfw3-dev
  • libfreetype6-dev
  • libgles2

Build

mkdir build
cd build
cmake . ../
make -j8

About

C++ wrapper of opengles, there is a car driving scene in the project demo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages