Skip to content

A Chip8 Emulator made in Rust, works on all games that aren't too slow

License

Notifications You must be signed in to change notification settings

BudzioT/Chip8-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stargazers MIT License


Rust

Chip 8 Rust Emulator

Emulator of Chip 8, available both on Desktop and browsers

View Demo · Report Bug / Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License

About The Project


Product Screenshot

This version of Chip 8 Emulator allows you to play games made for this system
Both on desktop, using cargo run, and on browser.
It is possible thanks to magic power of WebAssembly!

(top)

Built Using

This Emulator was build using loved by many people language, also used WebAssembly

  • Rust
  • JS

(top)

Getting Started

How to install and use this software?

Installation

  1. Clone the repository
    git clone https://github.com/BudzioT/Godot_Super-Wakatime.git
  2. Install needed dependencies (mainly VCPKG, read instruction for your OS)
  3. Run this in the Desktop directory:
    cargo build
    

(top)

Usage

How to use this emulator manually?

  1. Install Chip 8 games from your prefered source
  2. Run
cargo run path/to/game
  1. If you are using browser version, just upload your game or choose one from a list

(top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

About

A Chip8 Emulator made in Rust, works on all games that aren't too slow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published