Skip to content

Commit efb7ca5

Browse files
authored
N21: Add KindNES (#594)
1 parent e531429 commit efb7ca5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/news/021/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,26 @@ On the infrastructure side, [wgpu] integrated [profiling] and got the first
170170
[gfx-release-blog]: https://gfx-rs.github.io/2021/04/30/release-0.8.html
171171
[naga perf numbers]: https://github.com/gfx-rs/wgpu-rs/discussions/879
172172

173+
### [KindNES]
174+
175+
![Super Mario Bros. running in KindNES](kindnes.png)
176+
177+
[KindNES] by [@henryksloan]
178+
is a new NES emulator that supports sound, controllers, and
179+
much of the NES library.
180+
181+
KindNES is designed to strike a balance between performance, hardware accuracy,
182+
and code clarity. It directly emulates the CPU, graphics, and sound of the NES
183+
with minimal approximation. The code is intended to pair well with the NESdev
184+
wiki as a resource for learning about the NES.
185+
186+
KindNES is in a playable state, and is approaching a release version.
187+
Features planned before release include saving and an improved cross-platform
188+
GUI.
189+
190+
[KindNES]: https://github.com/henryksloan/kind-nes/releases/tag/v0.9.1-beta
191+
[@henryksloan]: https://github.com/henryksloan
192+
173193
## Popular Workgroup Issues in Github
174194

175195
<!-- Up to 10 links to interesting issues -->

content/news/021/kindnes.png

10.9 KB
Loading

0 commit comments

Comments
 (0)