Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinbellino/odin_sokol_wasm_playground
https://github.com/colinbellino/odin_sokol_wasm_playground
odin sokol wasm
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/colinbellino/odin_sokol_wasm_playground
- Owner: colinbellino
- Created: 2024-03-26T14:32:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:20:11.000Z (30 days ago)
- Last Synced: 2024-10-18T10:50:14.425Z (28 days ago)
- Topics: odin, sokol, wasm
- Language: C
- Homepage: https://colinbellino.github.io/odin_sokol_wasm_playground/dist/freestanding_wasm32_debug
- Size: 2.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
![odin_sokol_wasm_clear_color.png](odin_sokol_wasm_clear_color.png)