https://github.com/colinbellino/odin-sokol-wasm-playground
https://github.com/colinbellino/odin-sokol-wasm-playground
odin sokol wasm
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/colinbellino/odin-sokol-wasm-playground
- Owner: colinbellino
- Archived: true
- Created: 2024-03-26T14:32:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:20:11.000Z (7 months ago)
- Last Synced: 2025-02-18T20:45:43.429Z (3 months ago)
- Topics: odin, sokol, wasm
- Language: C
- Homepage:
- Size: 2.82 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-odin - Sokol WASM Playground
README
## Odin Sokol WASM playground
Build the app:
- Run `./build.sh`. (Outputs in dist/freestanding_wasm_debug by default).
- Serve the folder. (Something like `python -m http.server 8080 --bind 127.0.0.1 --directory ./dist/freestanding_wasm32_debug/`, but any tool that can app serve static assets should work.)
- Open in a browser. (http://127.0.0.1:8080 for example)This should give you something like that:
