Safe and expressive Rust bindings for the Pebble SDK. A project for Rebble Hackathon #002.
Caution
While I intend to write complete bindings, this is a massive undertaking and probably won't be done for a while. As of right now, expect nothing to work.
During the hackathon, my goal is to finish at least the following:
- Get the SDK linking via Cargo
- (Unsafe) low-level bindings to the SDK in pebblesdk-sys
- A simple "Hello World!"-style app running within the emulator
- Documentation
Eventually:
- Higher-level safe library wrapping the SDK
- Scripts for publishing to the Rebble App Store
- Better documentation
Copyright (C) jae beller, 2025.
Released under the GNU Lesser General Public License, Version 3 or later. See LICENSE for more information.