squeak-graphics-opengl

Description

A collection of projects related to using OpenGL in Squeak/Smalltalk

Details

Source
GitHub
Dialect
squeak (25% confidence)
License
MIT
Stars
9
Created
March 8, 2021
Updated
Nov. 19, 2025

Categories

UI / Graphics

README excerpt

# Squeak Graphics OpenGL
Packages related to using OpenGL in [Squeak/Smalltalk].

| Package | Description |
| --- | --- |
| [OpenGL] | OpenGL (https://www.opengl.org/) bindings for [Squeak/Smalltalk] |
| [OpenGL Objects] | Object-oriented interface for [OpenGL] |
| [GLFW] | GLFW (https://www.glfw.org) bindings for [Squeak/Smalltalk] |
| [LearnOpenGL] | A loose adaptation of the https://learnopengl.com/ code examples to [OpenGL Objects] |
| [3DTransform] | A collection of classes useful for working in multidimensional spaces |

<!-- references -->
[Squeak/Smalltalk]: https://squeak.org
[OpenGL]: ./OpenGL
[OpenGL Objects]: ./OpenGLObjects
[GLFW]: ./GLFW
[LearnOpenGL]: ./LearnOpenGL
[3DTransform]: ./3DTransform
← Back to results