tree: e5e3cde8b35fea76a0a81a21ccf46f868c93ff6a [path history] [tgz]
  1. lib/
  2. meta/
  3. analysis_options.yaml
  4. BUILD.gn
  5. OWNERS
  6. pubspec.yaml
  7. README.md
examples/spinning_cube/README.md

Spinning Cube

This is a Flutter app that draws continuously and can be used to analyze interactions between Flutter and Scenic, as well as stress test GPU context switching.

Build

To build the example use:

fx set workstation.<BOARD> --with //src/experiences/examples/spinning_cube
fx build

Testing

There are no tests for this example.