pebble/devsite/source/_guides/graphics-and-animations/index.md
2025-02-24 18:58:29 -08:00

1.6 KiB

title description guide_group menu permalink generate_toc hide_comments
Graphics and Animations Information on using animations and drawing shapes, text, and images, as well as more advanced techniques. graphics-and-animations false /guides/graphics-and-animations/ false true

The Pebble SDK allows drawing of many types of graphics in apps. Using the Graphics Context, GBitmap, GDrawCommand and Framebuffer APIs gives developers complete control over the contents of the display, and also can be used to complement UI created with the various types of Layer available to enable more complex UI layouts.

Both image-based and property-based animations are available, as well as scheduling regular updates to UI components with Timer objects. Creative use of Animation and PropertyAnimation can help to delight and engage users, as well as highlight important information inside apps.

Contents

{% include guides/contents-group.md group=page.group_data %}