🎮 Learn_OpenglES is a personal practice repository for experimenting with OpenGL ES on Android.
This project helps me learn and test different graphics programming techniques like shaders, rendering pipelines, and custom 2D/3D shapes.
- Explore OpenGL ES basics (shaders, buffers, textures)
- Practice building simple rendering engines on mobile
- Experiment with lighting, shadows, and custom materials
- Java (Android)
- OpenGL ES 2.0
- Android IDE
Note
This project is for personal learning only. Clone or fork it only if you want to experiment with OpenGL ES.
1️⃣ Clone the Repository
git clone https://github.com/SPORIMEstudio/Learn_OpenglES.gitOr download the ZIP from GitHub and extract it.
2️⃣ Open in Android Studio
- Open Android Studio
- Click
File→Open - Select the cloned project folder
- Let Android Studio download Gradle + dependencies
3️⃣ Run the Project
- Connect your Android device (or use an emulator that supports OpenGL ES 3.0)
- Press
Run ▶ - The app will build and launch automatically