Skip to content

C++ wrapper of opengles, there is a car driving scene in the project demo which runs on embedded platforms such as Android or Linux.

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

3 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

Use cmake to build your project

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

Run

The running effect is as shown in the figure below

About

C++ wrapper of opengles, there is a car driving scene in the project demo which runs on embedded platforms such as Android or Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages