Contents
![[Note]](../images/note.png)
Note
Not every demo will be shown here. Please check all the built
binaries in $DESTDIR/usr/bin
as it
will greatly vary depending on what you have installed, how you
built OpenGL, etc.
Short Descriptions
displays 3D rotating gears through the EGL API on a Wayland client |
|
displays 3D rotating gears through the EGL API on a X11 server |
|
displays useful information about the drivers in use and installed hardware via the EGL api |
|
displays an RGB triangle using the EGL API with KMS to be independent from both X11 and Wayland |
|
displays an RGB triangle using the EGL API on a Wayland client |
|
displays an RGB triangle using the EGL API on an X11 server |
|
displays useful information about the drivers in use and installed hardware via the OpenGL ES v1 API |
|
displays useful information about the drivers in use and installed hardware via the OpenGL ES v2 API |
|
displays 3D rotating gears through the OpenGL ES v2 API on a Wayland client |
|
displays 3D rotating gears through the Open GLES v2 API on an X11 server |
|
displays an RGB triangle using the OpenGL ES v2 API |
|
displays 3D rotating gears through normal OpenGL via a GLUT variant or OpenGL ES |
|
displays 3D rotating gears through the GLX API |
|
displays useful information about the drivers in use and installed hardware via the GLX API |
|
a straight port of glxgears for EGL |
|
displays an RGB triangle using normal OpenGL via a GLUT variant or OpenGL ES |
|
displays 3D rotating gears through the Vulkan API |
|
displays 3D rotating gears through the GLX/EGL/GLES API, though its source code notes it uses full OpenGL presently |