Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterhellberg/w4-shadows


https://github.com/peterhellberg/w4-shadows

gamedev wasm wasm4 zig

Last synced: 28 days ago
JSON representation

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
```