tardypad / pebble-svg2pdc

Build pdc sequence from xml animation file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cards Example

This example shows how to implement a really cool cards based app. It demonstrates the use of the new Pebble Draw Commands API, which allows you to draw and animate vector graphics on Pebble.

Tools

The SVG2PDC script converts SVG images to a PDC (Pebble Draw Command) binary format image or sequence.

Usage

First install all the python dependencies

pip install -r requirements.txt

Then use the SVG2PDC tool to convert an SVG to PDC. Note that this will generate the PDC in the same directory as the source file (SVG).

python tools/svg2pdc.py resources/Pebble_50x50_Generic_weather.svg

Testing

Change the BACKGROUND_SCROLL_DURATION and SCROLL_DURATION in weather_app.c to see what's happening under the hood.

License

MIT

About

Build pdc sequence from xml animation file

License:MIT License


Languages

Language:C 96.6%Language:Python 3.4%