Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5931df9

Browse filesBrowse files
authored
Newsletter 13: A section about "Writing Nes Emulator in Rust" (rust-gamedev#242)
* Newsletter 13: Writing Nes Emulator in Rust * trailing spaces fix
1 parent ed049e3 commit 5931df9
Copy full SHA for 5931df9

File tree

Expand file treeCollapse file tree

2 files changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+17
-0
lines changed

‎content/posts/newsletter-013/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-013/index.md
+17Lines changed: 17 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.