https://github.com/analogfeelings/sharp8
A simple CHIP-8 emulator written in C#. Extensively commented for code clarity.
https://github.com/analogfeelings/sharp8
chip-8 chip8 chip8-emulator dotnet emulation emulator gpl3 gplv3 imgui learning-exercise net70 opengl opentk
Last synced: 7 months ago
JSON representation
A simple CHIP-8 emulator written in C#. Extensively commented for code clarity.
- Host: GitHub
- URL: https://github.com/analogfeelings/sharp8
- Owner: AnalogFeelings
- License: gpl-3.0
- Created: 2023-02-27T16:26:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T16:38:31.000Z (12 months ago)
- Last Synced: 2025-04-10T23:14:05.739Z (11 months ago)
- Topics: chip-8, chip8, chip8-emulator, dotnet, emulation, emulator, gpl3, gplv3, imgui, learning-exercise, net70, opengl, opentk
- Language: C#
- Homepage:
- Size: 216 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Sharp8
A simple .NET emulator for CHIP-8.

[](https://github.com/AnalogFeelings/Sharp8/issues)
[](https://github.com/AnalogFeelings/Sharp8/pulls)
[](https://github.com/AnalogFeelings/Sharp8/blob/master/LICENSE.txt)
[](https://github.com/AnalogFeelings/Sharp8/graphs/commit-activity)
[](https://github.com/AnalogFeelings/Sharp8/stargazers)
[](https://tech.lgbt/@analog_feelings)
This is a simple CHIP-8 emulator I wrote in C# one weekend when bored. It's meant to have a clean and concise codebase.
It's still not finished! I got tired of working on CHIP-8 stuff, so I may finish it sometime later this year.
# :balance_scale: License
This project is licensed under the [GPL v3.0 license](LICENSE.txt).