David Tyler's Blog
Technical writing mostly focused on emulating old systems.
Posts with the tag rust:
NES Emulator in Rust
2020-12-10
2438 words
12 minutes
emulation
rust
Writing a NES Emulator in Rust with no unsafe code and only compile time guarantees. Does rust provide good value when writing an emulator?