Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/humbertodias/sdl-musl
- Owner: humbertodias
- Created: 2023-10-11T13:31:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T19:37:55.000Z (about 1 year ago)
- Last Synced: 2023-10-12T07:59:16.932Z (about 1 year ago)
- Topics: musl, sdl1, sdl2, shell
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)