OpenGL ES 2+ on AmigaOS – Getting Started
This tutorial will get you started with OpenGL ES 2+ (GLES2) on AmigaOS. It’ll show you how to set up a window and render to it. The set up will be done using AmigaOS APIs directly (no GLUT, SDL or other cross-platform library).OpenGL (ES) 2+ is a popular cross-platform shader based graphics API. It’s used […]

