Object-oriented interface for OpenGL in Squeak/Smalltalk.
Still very much work in progress.
Requires Squeak trunk
Requires VM newer than the one bundled with trunk images by default (202003021730) for FloatArrays to work correctly
Metacello new
baseline: 'OpenGLObjects';
repository: 'github://hpi-swa-lab/squeak-graphics-opengl:main/OpenGLObjects/src/';
load.
To see which dependencies will be installed or to find different load targets, look at the project's Metacello baseline.
See LearnOpenGL for numerous examples.