uffi-opengl

Description

OpenGL binding using the Pharo UFFI

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
2
Forks
5
Created
Sept. 30, 2018
Updated
Aug. 30, 2022

Categories

System / OS

README excerpt

# UFFIOpenGL
## OpenGL binding using the Pharo UFFI

## Installation

**Pharo 7**

```smalltalk
Metacello new
	baseline: 'UFFIOpenGL';
	repository: 'github://ronsaldo/uffi-opengl/tonel';
	load
```
← Back to results