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

https://github.com/programmersteve/emscripten-site

Uses Emscripten to create a webpage using C++ and SDL2
https://github.com/programmersteve/emscripten-site

cmake cpp emscripten sdl2

Last synced: 12 months ago
JSON representation

Uses Emscripten to create a webpage using C++ and SDL2

Awesome Lists containing this project

README

          

### Building wasm file and running website

- source ./build_project
- python3 -m http.server

sudo apt-get install libsdl1.2-dev