An open API service indexing awesome lists of open source software.

https://github.com/hywing/opengles-cpp

C++ wrapper of opengles, there is a car driving scene in the project demo.
https://github.com/hywing/opengles-cpp

car cpp opengles scene wrapper

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# opengles-cpp

![](./opengl-cpp.png)

## 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

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