Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khopa/khopa_rusty_chip8
A chip8 emulator written in Rust
https://github.com/khopa/khopa_rusty_chip8
Last synced: 11 days ago
JSON representation
A chip8 emulator written in Rust
- Host: GitHub
- URL: https://github.com/khopa/khopa_rusty_chip8
- Owner: Khopa
- License: mit
- Created: 2022-08-08T16:08:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T13:48:49.000Z (over 1 year ago)
- Last Synced: 2024-11-13T19:17:14.259Z (2 months ago)
- Language: Rust
- Size: 648 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Rusty Chip 8
============What is this:
-------------This is a simple CHIP 8 Emulator written in Rust using SDL2 and rodio.
How to use:
-----------```cargo run --package rusty_chip_8 --bin rusty_chip_8 -- --filename ```
Screenshoots with some popular chip8 roms :
-------------------------------------------**IBM**
![image](https://user-images.githubusercontent.com/2546901/184558021-91afb0c5-84ac-4c4f-8698-66fa6479f759.png)
**MAZE**
![image](https://user-images.githubusercontent.com/2546901/184558097-36870fdf-4d28-469d-9345-c6854174f11f.png)
**KALEID**
![image](https://user-images.githubusercontent.com/2546901/184561197-2610ee2f-55c0-4bbd-9516-2113713f5bde.png)
**TETRIS**
![image](https://user-images.githubusercontent.com/2546901/184561265-4850cbe0-39a2-4fcf-a5f1-ce2c8ea707b6.png)
**PONG2**
![image](https://user-images.githubusercontent.com/2546901/184561316-f821b02b-086e-47f0-ba0f-3ac6e1be5540.png)