Compare commits

...

2 Commits

Author SHA1 Message Date
achester88
16ecc5be1b Merge 1b3eee8155 into 7b7d32b819 2024-09-10 08:37:37 -05:00
achester88
1b3eee8155 Added Rust NES Emulator 2024-05-31 14:08:28 -05:00

View File

@@ -164,6 +164,7 @@ It's a great way to learn.
* [**JavaScript**: _GameBoy Emulation in JavaScript_](http://imrannazar.com/GameBoy-Emulation-in-JavaScript)
* [**Python**: _Emulation Basics: Write your own Chip 8 Emulator/Interpreter_](http://omokute.blogspot.com.br/2012/06/emulation-basics-write-your-own-chip-8.html)
* [**Rust**: _0dmg: Learning Rust by building a partial Game Boy emulator_](https://jeremybanks.github.io/0dmg/)
* [**Rust**: _Writing NES Emulator in Rust_](https://bugzmanov.github.io/nes_ebook/)
#### Build your own `Front-end Framework / Library`