triedal / pebble-cpp

Pebble, but with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Inlcude 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.

About

Pebble, but with C++

License:MIT License


Languages

Language:C++ 83.6%Language:Python 16.4%