https://github.com/peterhellberg/ff-fp8x8
Firefly Zero version of w4-8x8-fill-patterns
https://github.com/peterhellberg/ff-fp8x8
firefly-zero wasm zig
Last synced: about 2 months ago
JSON representation
Firefly Zero version of w4-8x8-fill-patterns
- Host: GitHub
- URL: https://github.com/peterhellberg/ff-fp8x8
- Owner: peterhellberg
- Created: 2025-03-17T08:57:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:05:38.000Z (about 1 year ago)
- Last Synced: 2025-03-17T11:26:05.364Z (about 1 year ago)
- Topics: firefly-zero, wasm, zig
- Language: Zig
- Homepage: https://play.c7.se/ff/fp8x8/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# peter.fp8x8 :zap:
Using [Zig](https://ziglang.org/) to compile a ROM for use in [Firefly Zero](https://fireflyzero.com/)
## Development
Build and run in the Firefly Zero emulator:
```sh
zig build run
```
File watcher (`spy`) can be started by calling:
```sh
zig build spy
```