From 6035687166ac808cfcba0d0cdfbf067e7808cef5 Mon Sep 17 00:00:00 2001 From: George Hilliard Date: Wed, 24 Apr 2019 15:01:02 -0500 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e05840 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Consensus +This is a clean, elegant analog watchface for Pebble watches. +It is notable for its early integration of the Health API, its customizable "complications," its relatively large userbase, and the use of C++ as its implementation language. +The binary fits in about 16KB of space on the watch. + +You can see it in the Rebble store [here](https://apps.rebble.io/en_US/application/567312691a9a82d62800003d?native=false&query=consensus§ion=watchfaces). + +## Design +Most of the Pebble API is wrapped using a small wrapper named "boulder." Other portions of it were an exercise in writing resource-constrained modern C++ and might not be reusable outside of the project. +Most of the code is not exception-safe; exceptions are disabled due to limited space on the watch. + +## Status +Consensus is considered finished. I am open to community contributions, but I will not be doing much further work on it.