Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/humbertodias/sdl-musl

SDL 1/2 compiled through cmake statically using musl
https://github.com/humbertodias/sdl-musl

musl sdl1 sdl2 shell

Last synced: about 1 month ago
JSON representation

SDL 1/2 compiled through cmake statically using musl

Awesome Lists containing this project

README

        

# SDL Musl

Basic hello world program using SDL 1/2 compiled with musl

### SDL1

```shell
make sdl1-shell
```

### SDL2

```shell
make sdl2-shell
```

## Manual

* [SDL 1](https://www.libsdl.org/release/SDL-1.2.15/docs/html/reference.html)
* [SDL 2](https://documentation.help/SDL/index.html)