Video game emulation and hardware drivers.
If you just want to try it out complete the following steps.
git clone https://github.com/PenguinOfWar/chip.rs.git
cd chip.rs
./target/release/chip.rs
Press Esc
key to eject or Ctrl + c
the terminal process.
To compile this project locally and check it out for yourself you will need to install the following libraries.
% curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
% /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
SDL2 >= 2.0.8 is required.
% brew install sdl2
% brew install sdl2_ttf
% brew install sdl2_gfx
% cargo run
% cargo build
If you get stuck, try turning it off and on again.
% cargo clean && cargo build
% cargo build --release