/pebble-cpp

Pebble, but with C++

Primary LanguageC++MIT LicenseMIT

Pebble-CPP

Pebble, but with C++! This is a C++ wrapper for the original Pebble SDK.

Currently Wrapped Classes

  • App
  • CPPWindow
  • CPPLayer
  • CPPTextLayer
  • CPPBitmapLayer

Setup

You must have the Pebble SDK installed to use this library.

Include the following in your src\ folder:

  • pebble.h
  • pebble.cpp
  • malloc.cpp

License

You can check out the full license here

This project is licensed under the terms of the MIT license.