https://github.com/feenkcom/gtoolkit-glutin
GToolkit bindings to Glutin
https://github.com/feenkcom/gtoolkit-glutin
Last synced: over 1 year ago
JSON representation
GToolkit bindings to Glutin
- Host: GitHub
- URL: https://github.com/feenkcom/gtoolkit-glutin
- Owner: feenkcom
- License: mit
- Created: 2018-11-01T18:27:09.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T18:26:03.000Z (over 2 years ago)
- Last Synced: 2023-12-12T19:05:29.869Z (over 2 years ago)
- Language: Smalltalk
- Homepage:
- Size: 850 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GToolkit-Glutin
GToolkit bindings to [Glutin](https://github.com/rust-windowing/glutin) and [Winit](https://github.com/rust-windowing/winit).
## Installation
```smalltalk
EpMonitor current disable.
[
Metacello new
baseline: 'Glutin';
repository: 'github://feenkcom/gtoolkit-glutin:main/src';
load
] ensure: [ EpMonitor current enable ].
```