Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterhellberg/w4-shadows
https://github.com/peterhellberg/w4-shadows
gamedev wasm wasm4 zig
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterhellberg/w4-shadows
- Owner: peterhellberg
- Created: 2023-11-29T07:43:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T21:26:17.000Z (about 1 year ago)
- Last Synced: 2024-11-14T13:31:12.228Z (3 months ago)
- Topics: gamedev, wasm, wasm4, zig
- Language: Zig
- Homepage: https://peter.tilde.team/games/w4-shadows/
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# w4-shadows :zap:
Using [Zig](https://ziglang.org/) to compile a `.wasm` cart
for use in [WASM-4](https://wasm4.org/)## Development
File watcher can be started by calling:
```sh
zig build spy
```Running the cart in WASM-4:
```sh
zig build run
```Deploy:
```
make Deploy
```