mirror of
https://github.com/google/pebble.git
synced 2025-06-01 16:03:11 +00:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
101
devsite/source/round/getting-started.md
Normal file
101
devsite/source/round/getting-started.md
Normal file
|
@ -0,0 +1,101 @@
|
|||
---
|
||||
# Copyright 2025 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
title: Getting Started with Pebble Time Round
|
||||
description: |
|
||||
Details on all the new features and APIs available for the Chalk platfom, or
|
||||
Pebble Time Round.
|
||||
layout: sdk/markdown
|
||||
permalink: /round/getting-started/
|
||||
generate_toc: true
|
||||
search_index: true
|
||||
platform_choice: true
|
||||
---
|
||||
|
||||
With the addition of Pebble Time Round to the Pebble hardware family, the Pebble
|
||||
SDK now targets a third platform called Chalk. Feature-wise, this new hardware
|
||||
is very similar to the Basalt platform with one major difference - a new display
|
||||
with a round shape and increased resolution.
|
||||
|
||||
Pebble SDK 3.6 is available to help developers write apps
|
||||
that are compatible with all hardware platforms. New graphics APIs and UI
|
||||
component behaviors assist with creating layouts ideally suited for both the
|
||||
rectangular and round display types.
|
||||
|
||||
^LC^ [Get the SDK >{center,bg-lightblue,fg-white}](/sdk/download/?sdk={{ site.data.sdk.c.version }})
|
||||
|
||||
^CP^ [Launch CloudPebble >{center,bg-lightblue,fg-white}]({{site.links.cloudpebble}})
|
||||
|
||||
## New Resources
|
||||
|
||||
To get you started, we have updated the following sections of the Pebble
|
||||
Developer site with new content and information on designing and developing
|
||||
for the new Pebble hardware platform:
|
||||
|
||||
* An updated
|
||||
[*Hardware Comparison*](/guides/tools-and-resources/hardware-information)
|
||||
chart - See the hardware differences between all Pebble platforms.
|
||||
|
||||
* [*Design in the Round*](/guides/design-and-interaction/in-the-round/) - A new
|
||||
section of the Design and Interaction guides with design guidance on how to
|
||||
best take advantage of this new display shape.
|
||||
|
||||
* [*Creating Circular Apps*](/guides/user-interfaces/round-app-ui/) - A new
|
||||
guide describing how to use new graphics APIs and features.
|
||||
|
||||
* An updated
|
||||
[*Building for Every Pebble*](/guides/best-practices/building-for-every-pebble/)
|
||||
guide - New information added on how to keep apps compatible with all three
|
||||
Pebble hardware platforms.
|
||||
|
||||
* Revised
|
||||
[*Platform-specific Resources*](/guides/app-resources/platform-specific/)
|
||||
guide - App resources can now be tagged according to intended usage in more
|
||||
ways than before to allow tailored resources for different display shapes.
|
||||
|
||||
|
||||
## New Examples
|
||||
|
||||
A number of new example apps have been created to help illustrate the round
|
||||
concept. They are listed below.
|
||||
|
||||
|
||||
### Watchfaces
|
||||
|
||||
**Time Dots**
|
||||
|
||||
^LC^ []({{site.links.examples_org}}/time-dots/)
|
||||
|
||||
^CP^ []({{site.links.cloudpebble}}ide/import/github/pebble-examples/time-dots/)
|
||||
|
||||
**Concentricity**
|
||||
{% screenshot_viewer %}
|
||||
{
|
||||
"image": "/images/sdk/concentricity.png",
|
||||
"platforms": [
|
||||
{"hw": "aplite", "wrapper": "red"},
|
||||
{"hw": "basalt", "wrapper": "time-black"},
|
||||
{"hw": "chalk", "wrapper": "time-round-silver-14"}
|
||||
]
|
||||
}
|
||||
{% endscreenshot_viewer %}
|
||||
|
||||
### Watchapps
|
||||
|
||||
**ContentIndicator Demo**
|
||||
|
||||
^LC^ []({{site.links.examples_org}}/content-indicator-demo/)
|
||||
|
||||
^CP^ []({{site.links.cloudpebble}}ide/import/github/pebble-examples/content-indicator-demo/)
|
38
devsite/source/round/index.html
Normal file
38
devsite/source/round/index.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
# Copyright 2025 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
layout: sidebar_narrow
|
||||
title: Pebble Time Round
|
||||
description: |
|
||||
Learn more about the new APIs and SDK tools available for Pebble Time Round
|
||||
sidebar_only: true
|
||||
menu_section: none
|
||||
---
|
||||
</div><!-- sidebar__wrapper -->
|
||||
<div class="content no-gutter full-height--m full-height--l round-landing">
|
||||
{% include search.html %}
|
||||
<div class="round-landing__contents">
|
||||
<h3 class="round-landing__header">Welcome Developers!</h3>
|
||||
<p class="round-landing__text">
|
||||
Get your hands on the Pebble Time Round SDK and start building the apps
|
||||
you want to see. Happy coding!
|
||||
</p>
|
||||
<div class="round-landing__buttons">
|
||||
<a href="/sdk/round-getting-started/" class="btn btn--fg-white btn--bg-lightblue">Get Started</a>
|
||||
<a href="/sdk/download/?sdk={{ site.data.sdk.c.version }}" class="btn btn--fg-white btn--bg-lightblue">Download the SDK</a>
|
||||
<a href="{{site.links.cloudpebble_beta}}" class="btn btn--fg-white btn--bg-lightblue">Launch CloudPebble</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue