Skip to content

Commit

Permalink
update to latest sokol, add screenshots and blog post link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 6, 2025
1 parent b7d73b6 commit b273092
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

> NOTE: no longer works with Zig 0.13.0, instead use the Zig nightly version
Also see blog post [Zig and Emulators](https://floooh.github.io/2024/08/24/zig-and-emulators.html)

![Pacman](media/screenshots/pacman.webp)
![Pengo](media/screenshots/pengo.webp)
![Bombjack](media/screenshots/bombjack.webp)
![KC85/3 Digger](media/screenshots/kc853_digger.webp)
![KC85/4 Demo](media/screenshots/kc854_demo.webp)

## Usage

### Arcade Machines:
Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
.dependencies = .{
// sokol only needed for the actual emulators
.sokol = .{
.url = "git+https://github.com/floooh/sokol-zig.git#98de43bce51ada01210cc87e6d5aa479661c98e0",
.hash = "1220569229cb9907c35c3a19ddae4eb27eee8b8b0766f0aeb839d7dff6942cc17029",
.url = "git+https://github.com/floooh/sokol-zig.git#25b0297f188459b3c3da2f0d4ca5542de81e571c",
.hash = "1220a7e94b9331b0142419419841b7e414ae9caf01d481016c7324ada0e5d2fb1e0e",
},
},
.paths = .{
Expand Down
Binary file added media/screenshots/bombjack.webp
Binary file not shown.
Binary file added media/screenshots/kc853_digger.webp
Binary file not shown.
Binary file added media/screenshots/kc854_demo.webp
Binary file not shown.
Binary file added media/screenshots/pacman.webp
Binary file not shown.
Binary file added media/screenshots/pengo.webp
Binary file not shown.

0 comments on commit b273092

Please sign in to comment.