NoobBoy
A simple GameBoy emulator written in C++ (by Mika412)
khednes
An NES emulator, built as a personal project (by khedoros)
NoobBoy | khednes | |
---|---|---|
3 | 1 | |
284 | 3 | |
- | - | |
4.1 | 10.0 | |
about 1 month ago | almost 4 years ago | |
C++ | C++ | |
GNU General Public License v3.0 only | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
NoobBoy
Posts with mentions or reviews of NoobBoy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-10.
- 328 points in 5 hours
-
I finally wrote my first ever emulator (GameBoy)
https://github.com/Mika412/NoobBoy
khednes
Posts with mentions or reviews of khednes.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-10.
-
I finally wrote my first ever emulator (GameBoy)
https://github.com/khedoros/khednes Don't take that as an example of anything...Initial code was written around 2007, most of the core development around 2010 and 2012, spottily updated since then, and it really ended up being more about experimentation than writing a good emulator (or good c++, for that matter). Some examples: there's a pretty janky detection of idle loops in the CPU, tile caching in the PPU, and the idea of compositing the screen together line-by-line, in an attempt to allow mid-screen scrolling.
What are some alternatives?
When comparing NoobBoy and khednes you can also consider the following projects:
gbemu - A Gameboy emulator in modern C++
ghostliNES - Go NES emulator
sprite - A Game Boy emulator written in drizzle.
ZGB - Game Boy / Color engine with lots of features
pokegb - A gameboy emulator that only plays Pokemon Blue, in ~50 lines of c++.
lsdpack - Standalone LSDj recorder+player
dmge - C++ / OpenSiv3D でゲームボーイエミュレータ
tsemu - TypeScript Game Boy emulator
Gearboy - Game Boy / Gameboy Color emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
pandocs - New home of the infamous Pan Docs historical document: the single, most comprehensive Game Boy technical reference
Azayaka - A cycle-accurate Game Boy and Game Boy Color Emulator, with rewind feature.