Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wintersnake/cs8-emulator
A Chip8 Emulator (library + ncurses & raylib frontend), Assembler, and Disassembler Implemented in C# (dotnet core)
https://github.com/wintersnake/cs8-emulator
assembler chip8 disassembler emulator ncurses
Last synced: about 2 months ago
JSON representation
A Chip8 Emulator (library + ncurses & raylib frontend), Assembler, and Disassembler Implemented in C# (dotnet core)
- Host: GitHub
- URL: https://github.com/wintersnake/cs8-emulator
- Owner: WinterSnake
- License: mit
- Created: 2023-01-07T10:37:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T08:08:46.000Z (7 months ago)
- Last Synced: 2024-05-20T09:29:04.070Z (7 months ago)
- Topics: assembler, chip8, disassembler, emulator, ncurses
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# C# Chip8 Emulator
Implementation of a Chip8 Emulator written in C# with a frontend written using Raylib and NCurses.