Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 631 Bytes

File metadata and controls

30 lines (18 loc) · 631 Bytes

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.