Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humbertodias/sdl-pwa
SDL compiled with emscripten and packaged as PWA
https://github.com/humbertodias/sdl-pwa
emscripten sdl sdl2
Last synced: 27 days ago
JSON representation
SDL compiled with emscripten and packaged as PWA
- Host: GitHub
- URL: https://github.com/humbertodias/sdl-pwa
- Owner: humbertodias
- Created: 2022-10-19T07:46:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T11:34:49.000Z (over 2 years ago)
- Last Synced: 2025-01-10T18:20:16.214Z (about 1 month ago)
- Topics: emscripten, sdl, sdl2
- Language: C
- Homepage: https://humbertodias.github.io/sdl-pwa
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDL-PWA
SDL compiled with emscripten and packaged as PWA
# How to Run
## Web
[Play](https://humbertodias.github.io/sdl-pwa)
## DesktopCompile/Run
```sh
make compile run
```Then
http://localhost:8080# References
* [webassembly-graphics-with-sdl](https://www.jamesfmackenzie.com/2019/12/01/webassembly-graphics-with-sdl)
* [porting-a-c-game-to-webassembly.html](https://ryanpcmcquen.org/code/2020/11/26/porting-a-c-game-to-webassembly.html)
* [text2image](https://text2image.com/en/)