squeak-graphics-canvas

Description

A collection of projects related to hardware-accelerated rendering of Squeak's Morphic.

Details

Source
GitHub
Dialect
squeak (90% confidence)
License
MIT
Stars
1
Created
April 9, 2020
Updated
Jan. 31, 2025
Topics
opengl smalltalk squeak

Categories

UI / Graphics

README excerpt

# Squeak Morphic Layers
This repository contains multiple projects closely related to (hardware-accelerated) rendering in [Squeak/Smalltalk].
Please note, that most of this is work in progress.

| Package | Description |
| --- | --- |
| [RenderThee] | A hodgepodge of projects loosely related to hardware-accelerating [Squeak/Smalltalk]'s UI framework Morphic. |
| [ArrayBulkPlugin] | A plugin for [Squeak/Smalltalk]'s [VM]. Can improve data transfer speeds from Squeak to raw memory when writing multiple values at a time. |


<!-- references -->
[Squeak/Smalltalk]: https://squeak.org
[GLSL]: https://www.khronos.org/opengl/wiki/Core_Language_(GLSL)
[VM]: https://github.com/OpenSmalltalk/opensmalltalk-vm
[OpenGL]: https://github.com/hpi-swa-lab/squeak-graphics-opengl

[ArrayBulkPlugin]: ./ArrayBulkPlugin
[RenderThee]: ./RenderThee

← Back to results