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.
- Host: GitHub
- URL: https://github.com/hywing/opengles-cpp
- Owner: hywing
- Created: 2023-12-16T13:16:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T14:14:28.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:42:41.275Z (4 months ago)
- Topics: car, cpp, opengles, scene, wrapper
- Language: C
- Homepage: https://github.com/hywing/opengles-cpp
- Size: 29.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```cmake
mkdir build
cd build
cmake . ../
make -j8
```