Experiment SDL2 layer composition from Pharo
# 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: ```Smalltalk Metacello new baseline: 'SDLExperiments'; repository: 'github://pharo-graphics/pharo-sdl-experiments:master/'; load ``` ## License This code is licensed under the [MIT license](./LICENSE).