Skip to content

lisphacker/rs-chip8-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-chip8-emu

Introduction

This is a CHIP-8 emulator in Rust. I started this off as a project to learn Rust programming. At the moment, it's able to run the TICTAC program.

The I/O is performed in the main thread while the simulation runs in a dedicated thread. It currently uses SDL as a backend, but the interface has been seperated and I'm looking at libraries for a text UI backend. At the moment, the issue is that I can't find a text UI library that will give seperate key-down and key-up events.

References

About

CHIP-8 emulator in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages