pharo-sdl-experiments

Description

Experiment SDL2 layer composition from Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
7
Created
Jan. 14, 2023
Updated
March 23, 2026
Topics
pharo sdl2 smalltalk

Categories

System / OS

README excerpt

# 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:

```Smalltalk
Metacello new
	baseline: 'SDLExperiments';
	repository: 'github://pharo-graphics/pharo-sdl-experiments:master/';
	load
```

## License

This code is licensed under the [MIT license](./LICENSE).
← Back to results