A cute little animal friend that lives in your watch and responds to the things that you do!
❄️ Is it cold outside? Your Garmagotchi will don a beanie and a scarf to keep warm!
💦 Heart rate high? Your Garmagotchi will be working hard and sweating right there with you!
😏 Battery at 69%? Nice. Your Garmagotchi will be giving you a knowing smirk.
- Install the Garmin ConnectIQ SDK and follow its setup instructions.
- Install Garmin's MonkeyC vscode extension.
- Set up a dev key by running the
Monkey C: Verify Installation
command from your VSCode command pallette (cmd-shift-p). NOTE: you must save this file to the repo root. - Make the
connectiq
andmonkeyc
shell commands available by following the setup instructions. - Run
./dev.sh
from your console to start everything up!
- Run
./dev.sh
- That's it! Your app will refresh in the sim after you make any change to the source files.
dev-flow-demo.mp4
- (If using Mac) Install Android File Transfer to transfer the PRG file to your watch.
- In VSCode, open the
garmagotchi
workspace and run theMonkey C: Build for Device
command from your VSCode command pallette (cmd-shift-p). - Running that command should prompt you to select which watch you'd like to build for, where to save your PRG file, and whether you'd like a debug or release build. Choose the release option.
- Find the
garmagotchi.prg
file in your finder and transfer it to your watch by dragging it it intoGARMIN/apps
.