tree: 8e5cda6b70ef7308bd7318e6774ca8a0cb86d886 [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.