Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 784 Bytes

File metadata and controls

29 lines (19 loc) · 784 Bytes

Squeak OpenGL Objects

Object-oriented interface for OpenGL in Squeak/Smalltalk.

Still very much work in progress.

Installation

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.

Usage

See LearnOpenGL for numerous examples.