Skip to content
/ chip8 Public

Chip8 emulator written in Zig that renders in the terminal instead of using graphical libraries.

Notifications You must be signed in to change notification settings

xyaman/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] Chip8 emulator written in Zig

It doesn't use a graphics library, like SDL, but instead renders the screen in the terminal using mibu.

Why write a Chip8 emulator in Zig?

I just wanted to try and test mibu, a library I wrote to interact with the terminal.

Tested with zig 0.13.0

About

Chip8 emulator written in Zig that renders in the terminal instead of using graphical libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages