Skip to content

slp/zig-chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-chip8

A CHIP-8 emulator written in Zig.

Status

This is intended as a learning exercise to get familiar with Zig. The code is still a bit rough, but my intention is improving it iteratively as I become more familiar with the language.

The emulator is already able to run properly most programs, demos and games I've found.

Building

Requisites

  • Zig version 0.10.0
  • SDL2 and SDL_mixer development headers (SDL2-devel and SDL2_mixer-devel in Fedora)

Building

zig build

Running

./zig-out/bin/zig-chip8 ROM_FILE

Acknowledgements

I'd like to thank Tobias V. Langhoff for his excellent Guide to making a CHIP-8 emulator post.

About

CHIP-8 emulator written in Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages