Skip to content

Code samples

  • Repo: https://gitee.com/as_pixar/glass3sdkdemo
  • These pages describe the glass3sdkdemo project: searchable explanations with pointers into source so developers integrating Rokid Glass 3 can run and reuse the demos quickly.

How to read this section

  • For the big picture, start with Overview.
  • To run demos locally, start with Quick start.
  • If you already know the capability you need, jump to its category below.

How it should feel in the doc site

  • Left sidebar: grouped by capability.
  • Main column: problem first (“what this solves”), then where to tap, where the code lives, and how the flow runs.
  • On this page: keep stable sections — purpose, entry, files, flow, pitfalls.

Page template

Across samples we use the same outline so readers can skim across pages:

  • Purpose
  • Entry point
  • Platform(s)
  • Main files
  • Flow / steps
  • Key SDK APIs (when relevant)
  • Notes