General Magic is a Pebble watchface experiment that renders both the background grid and the digits as smoothly-eased diagonal artifacts. The native C code lives inside GeneralMagic/src/c, JavaScript helpers (currently only logging) inside GeneralMagic/src/pkjs, and Pebble build tooling is configured via GeneralMagic/wscript.
cd GeneralMagic
pebble buildcd GeneralMagic
pebble install --emulator basalt # or any supported platformThe resulting .pbw bundle is generated under GeneralMagic/build.
