# Resources for Learning OpenGL - An Android Developers Guide

DevFeed: [Resources for Learning OpenGL - An Android Developers Guide](<https://devfeed.tech/articles/resources-for-learning-opengl-an-android-developers-guide-27884.md>)

Original publisher: [Read original article](<https://riggaroo.dev/resources-for-learning-opengl-an-android-developers-guide/>)

Author: Rebecca Franks

Published: 2021-01-08T08:58:54Z

Content type: tutorial

Language: en

Sources: [Rebecca Franks - @riggaroo](<https://devfeed.tech/sources/rebecca-franks-riggaroo.md>)

Topics: [OpenGL](<https://devfeed.tech/topics/opengl.md>), [Android](<https://devfeed.tech/topics/android.md>), [Graphics](<https://devfeed.tech/topics/graphics.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [graphics](<https://devfeed.tech/tags/graphics.md>), [guide](<https://devfeed.tech/tags/guide.md>), [learning](<https://devfeed.tech/tags/learning.md>), [opengl](<https://devfeed.tech/tags/opengl.md>)

## AI overview

An Android developer shares a curated set of resources for learning OpenGL and OpenGL ES, drawing on experience migrating from Android Canvas. The guide includes courses, books, documentation, and shader-focused resources covering graphics programming fundamentals and related WebGL concepts.

## Source excerpt

In 2018, I started my journey of learning OpenGL, we were migrating our app from using the Android Canvas system to using the more flexible (but indeed more complex) OpenGL ES. OpenGL ES is a cross-platform graphics API that specifies a standard software interface for 3D graphics processing hardware. OpenGL allows you to build interesting [...] The post Resources for Learning OpenGL - An Android Developers Guide appeared first on Rebecca Franks - @riggaroo.