Skip to content

pharo-graphics/pharo-sdl-experiments

Repository files navigation

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:master/';
	load

License

This code is licensed under the MIT license.