eariassoto / dear_nes

Nintendo Entertainment System (NES) emulator written in modern C++ using Dear ImGui as graphic layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dear NES Emulator

This project is a Nintendo Entertainment System (NES) emulator written in modern C++ and using Dear ImGui as graphic layer. It targets to be a emulator focused for game developers, programmers and assembly/OS enthusiasts.

There are no release so far because the emulator is still missing features and stability/accuracy must be improved. [Documentation on the project and how-to-build is in progress].

This repository includes the code for the GUI layer of the emulator. The NES logic is compiler as a static library that the project uses. This library can be found in this repository.

Screenshot

Dear NES Emulator

Dependencies

About

Nintendo Entertainment System (NES) emulator written in modern C++ using Dear ImGui as graphic layer.

License:MIT License


Languages

Language:C++ 92.1%Language:CMake 7.7%Language:Batchfile 0.2%