Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).