leirn / nes_emu_rust

NES Emulator in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clippy check

nes_emu_rust

NES Emulator in Rest

This repository intends to port nes_emu_py once it will be working enough. This a sandbox to learn programming in Rust.

Current status:

  • CPU : fully functional and compliant to nestest
  • PPU : implementation in progress. Probably 80 to 90% done
  • APU : not started
  • Inputs : Just started, not pluged yet. 20% done
  • Mappers : only mapper 0 hardcoded

Setup development environment

More information on https://crates.io/crates/sdl2

About

NES Emulator in Rust

License:MIT License


Languages

Language:Rust 100.0%