https://github.com/pharo-graphics/pharo-sdl-experiments
Experiment SDL2 layer composition from Pharo
https://github.com/pharo-graphics/pharo-sdl-experiments
pharo sdl2 smalltalk
Last synced: 9 months ago
JSON representation
Experiment SDL2 layer composition from Pharo
- Host: GitHub
- URL: https://github.com/pharo-graphics/pharo-sdl-experiments
- Owner: pharo-graphics
- License: mit
- Created: 2023-01-14T03:48:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-03T17:59:50.000Z (10 months ago)
- Last Synced: 2025-09-03T19:43:57.622Z (10 months ago)
- Topics: pharo, sdl2, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 472 KB
- Stars: 6
- 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://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).