Skip to content

Latest commit

 

History

History

OpenGLObjects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.