Crates.io | nes-ppu |
lib.rs | nes-ppu |
version | 0.2.0 |
source | src |
created_at | 2023-04-23 09:49:32.504566 |
updated_at | 2023-05-18 02:16:26.741515 |
description | A NES graphics emulator with a generic pluggable interface. |
homepage | |
repository | https://github.com/foobles/nes-ppu |
max_upload_size | |
id | 846450 |
size | 70,969 |
An emulator for the NTSC NES PPU (2c02) that provides a generic interface mimicking the interface that exists on actual NES hardware. In addition, the interface also contains some conveniences not available on the NES in order to make programming more ergonomic.
no_std
supportNone of the work on this emulator would have been possible without the years of research that members of the NESdev community have put into www.nesdev.org, nor would it have been possible without the assistance of members of the NESdev Discord server.