Skip to content

Commit 5931df9

Browse files
authored
Newsletter 13: A section about "Writing Nes Emulator in Rust" (#242)
* Newsletter 13: Writing Nes Emulator in Rust * trailing spaces fix
1 parent ed049e3 commit 5931df9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/posts/newsletter-013/index.md

+17
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,23 @@ _Discussions:
8585

8686
## Learning Material Updates
8787

88+
### [Writing NES Emulator in Rust][rust_nes_tutorial]
89+
90+
![writing nes emulator](nes_emulator_rust.png)
91+
92+
"Writing NES Emulator in Rust" is a tutorial by [@bugzmanov] on creating a fully
93+
capable NES/Famicom emulator from scratch in the online book format. It walks
94+
through major steps of emulating NES platform components to run
95+
all-time classics, like Pacman, Donkey Kong, and Super Mario Bros.
96+
97+
It's a fun way of getting into hardware internals and fundamentals of
98+
computer systems. The tutorial also covers game-dev basics and how to
99+
work with graphics in Rust using [SDL2][sdl2] library.
100+
101+
[rust_nes_tutorial]: https://bugzmanov.github.io/nes_ebook/index.html
102+
[@bugzmanov]: https://twitter.com/bugzmanov
103+
[sdl2]:https://www.libsdl.org/
104+
88105
## Library & Tooling Updates
89106

90107
### [hexasphere] v1.0
Loading

0 commit comments

Comments
 (0)