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
- Host: GitHub
- URL: https://github.com/programmersteve/emscripten-site
- Owner: ProgrammerSteve
- Created: 2025-02-16T01:28:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T01:45:40.000Z (12 months ago)
- Last Synced: 2025-02-16T02:26:15.330Z (12 months ago)
- Topics: cmake, cpp, emscripten, sdl2
- Language: JavaScript
- Homepage: https://programmersteve.github.io/emscripten-site/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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