Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Simulator

Run mousefood apps on your computer inside a simulator! Uses embedded-graphics-simulator.

Requirements

This app requires SDL2 to be installed.

If you use nix you can run nix-shell -p SDL2 before running the application.

Run

To start the minimal demo, simply run:

cargo run -p simulator

For the modifiers demo, run:

cargo run -p simulator --bin modifiers

A window will open with the simulator running.