tinchodias / pharo-sdl-experiments

Experiment SDL2 layer composition from Pharo
MIT License
5 stars 0 forks source link
pharo sdl2 smalltalk

pharo-sdl-experiments

License Tests

This repository has a collection of experiments around "layer composition" in Pharo FFI bindings to SDL2 library.

Please check the Wiki for more information.

Installation

Evaluate in Pharo 11 or 12:

Metacello new
    baseline: 'SDLExperiments';
    repository: 'github://tinchodias/pharo-sdl-experiments:main/';
    load

License

This code is licensed under the MIT license.