Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinchodias/pharo-sdl-experiments
Experiment SDL2 layer composition from Pharo
https://github.com/tinchodias/pharo-sdl-experiments
pharo sdl2 smalltalk
Last synced: about 1 month ago
JSON representation
Experiment SDL2 layer composition from Pharo
- Host: GitHub
- URL: https://github.com/tinchodias/pharo-sdl-experiments
- Owner: tinchodias
- License: mit
- Created: 2023-01-14T03:48:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T22:25:38.000Z (7 months ago)
- Last Synced: 2024-05-14T00:00:42.316Z (6 months ago)
- Topics: pharo, sdl2, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 327 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pharo-sdl-experiments
[![License](https://img.shields.io/github/license/tinchodias/pharo-sdl-experiments.svg)](./LICENSE)
[![Tests](https://github.com/tinchodias/pharo-sdl-experiments/actions/workflows/tests.yml/badge.svg)](https://github.com/tinchodias/pharo-sdl-experiments/actions/workflows/tests.yml)This repository has a collection of experiments around "layer composition" in Pharo FFI bindings to SDL2 library.
Please check the [Wiki](../../wiki) for more information.
## Installation
Evaluate in Pharo 11 or 12:
```Smalltalk
Metacello new
baseline: 'SDLExperiments';
repository: 'github://tinchodias/pharo-sdl-experiments:master/';
load
```## License
This code is licensed under the [MIT license](./LICENSE).