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