Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-22T20:48:05.000Z (4 months ago)
- Last Synced: 2024-07-23T00:35:09.757Z (4 months ago)
- Topics: chip-8, chip8, chip8-emulator, dotnet, emulation, emulator, gpl3, gplv3, imgui, learning-exercise, net70, opengl, opentk
- Language: C#
- Homepage:
- Size: 214 KB
- Stars: 9
- 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.
![Lines of code](https://img.shields.io/tokei/lines/github/analogfeelings/sharp8?label=Lines%20Of%20Code&style=flat-square)
[![GitHub issues](https://img.shields.io/github/issues/analogfeelings/sharp8?label=Issues&style=flat-square)](https://github.com/AnalogFeelings/Sharp8/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/analogfeelings/sharp8?label=Pull%20Requests&style=flat-square)](https://github.com/AnalogFeelings/Sharp8/pulls)
[![GitHub](https://img.shields.io/github/license/analogfeelings/sharp8?label=License&style=flat-square)](https://github.com/AnalogFeelings/Sharp8/blob/master/LICENSE.txt)
[![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/analogfeelings/sharp8/master?label=Commit%20Activity&style=flat-square)](https://github.com/AnalogFeelings/Sharp8/graphs/commit-activity)
[![GitHub Repo stars](https://img.shields.io/github/stars/analogfeelings/sharp8?label=Stargazers&style=flat-square)](https://github.com/AnalogFeelings/Sharp8/stargazers)
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109309123442839534?domain=https%3A%2F%2Ftech.lgbt&style=social)](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).