smolnes
NES emulator in <5000 bytes of C (by binji)
jaktnesmonster
By sophiajt
smolnes | jaktnesmonster | |
---|---|---|
11 | 1 | |
650 | 77 | |
1.1% | - | |
4.0 | 3.1 | |
7 months ago | almost 2 years ago | |
C | CMake | |
MIT License | MIT License |
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.
smolnes
Posts with mentions or reviews of smolnes.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-14.
- I've made a Game Boy emulator using React and WebAssembly 🎮🕹️
- C++ Show and Tell - November 2022
-
smolnes: A NES emulator in less than 5000 significant bytes of C++
It's not really human readable in the minified version. If you look at the repo there is a "deobfuscated" version with actual variable names and comments explaining how it works.
- Smolnes: A NES emulator in less than 5000 significant bytes of C++
- smolnes: NES emulator in <5000 bytes of C++
- GitHub - binji/smolnes: NES emulator in <5000 bytes of C++
- Smolnes: A NES Emulator In
jaktnesmonster
Posts with mentions or reviews of jaktnesmonster.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-28.
-
Smolnes: A NES Emulator In
A great resource for learning how to write an NES emulator is the Jakt NES monster video series [1] which covers writing the entire emulator where JT shows how to map specs of each instruction to code. The source code uses Jakt's modern syntax making it very readable [2].
[1] https://www.youtube.com/playlist?list=PLP2yfE2-FXdQBRpnZbcOb...
[2] https://github.com/jntrnr/jaktnesmonster
What are some alternatives?
When comparing smolnes and jaktnesmonster you can also consider the following projects:
FluidSimulation
binjnes - NES emulator implemented in C, that also runs in the browser
raw-wasm - Raw WebAssembly demos
pokegb - A gameboy emulator that only plays Pokemon Blue, in ~50 lines of c++.