Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinchodias/pharo-sdl-experiments

Experiment SDL2 layer composition from Pharo
https://github.com/tinchodias/pharo-sdl-experiments

pharo sdl2 smalltalk

Last synced: about 1 month ago
JSON representation

Experiment SDL2 layer composition from Pharo

Awesome Lists containing this project

README

        

# pharo-sdl-experiments

[![License](https://img.shields.io/github/license/tinchodias/pharo-sdl-experiments.svg)](./LICENSE)
[![Tests](https://github.com/tinchodias/pharo-sdl-experiments/actions/workflows/tests.yml/badge.svg)](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).