What it does
- Simulates the Dartsnut hardware runtime on PC
- Supports local development and debugging for widgets and games
- Validates interactions and logic before real-device deployment
AI GAME CREATOR
Powered by `dartsnut_emulator`, you can quickly simulate Dartsnut hardware on Windows, complete debugging earlier, and deploy to real devices with fewer test iterations.
Quick Start
pip install -r requirement.txt
python emulator.py --path "example/simple_clock_128_128"You can preload programs from the command line, or open a project folder after startup via File → Open program….