Ultibo OpenGL ES examples
This folder contains a pair of OpenGL ES examples written purely in Free Pascal to demonstrate how to initialize an OpenGL ES context in both version 1.1 and 2.0.
These examples are included in the Ultibo core installer download and can be found from the Lazarus IDE by selecting Tools, Example Projects.. from the menu.
OpenGL ES examples:
-
HelloGLES - A direct port to Free Pascal of the hello triangle OpenGL ES 1.1 example, except this one allows you to supply your own bitmap.
-
HelloGLES2 - The spinning and rotating 3D cube done in OpenGL ES 2.0 instead, without the texture images but you can see the differences.