Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 733 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 733 Bytes

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.