OpenGL ES
OpenGL for Embedded Systems (OpenGL ES or GLES) is a subset of the OpenGL computer graphics rendering application programming interface (API) for rendering 2D and 3D computer graphics such as those used by video games, typically hardware-accelerated using a graphics processing unit (GPU). It is designed for embedded systems like smartphones, tablet computers, video game consoles and PDAs. OpenGL ES is the "most widely deployed 3D graphics API in history".
Logo | |
Original author(s) | ARB |
---|---|
Developer(s) | Khronos Group |
Initial release | 28 July 2003 |
Stable release | 3.2
/ 10 August 2015 |
Operating system | Cross-platform |
Platform | Cross-platform |
Type | API |
License | Free of charge, royalty or licensing |
Website | www |
The API is cross-language and multi-platform. The GLU library and the original GLUT are not available for OpenGL ES, freeglut however, supports it. OpenGL ES is managed by the non-profit technology consortium Khronos Group. Vulkan, a next-generation API from Khronos, is made for simpler high performance drivers for mobile and desktop devices.