A collection of projects related to using OpenGL in Squeak/Smalltalk
# 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