This is a Chip8 emulator written in Rust. The emulator allows you to run and play games designed for the Chip8 platform on your computer.
- Installation
- Usage
To use this emulator, you need to have Rust installed on your system. If you don't have Rust installed, you can get it from the official Rust website: https://www.rust-lang.org/.
Once you have Rust installed, follow these steps to build the emulator:
- Clone this repository to your local machine.
git clone https://github.com/a-isaiahharvey/chip8-egui.git
- Navigate to the project directory.
cd chip8-egui
- Build the emulator using Cargo, the package manager and build tool for Rust.
cargo install --path .
To run the emulator, use the following command:
cargo run --release