Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)
## Desktop

Compile/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/)