tree: 2c0d58d9f1c9522f3a8be8e90578271903ac902b [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. METADATA.textproto
  4. OWNERS
  5. README.md
src/ui/lib/scene_management/README.md

scene_management

Reviewed on: 2021-01-21

scene_management is a library for creating and modifying a Scenic scene graph in a session. For more information, see Scenic, the Fuchsia graphics engine.

Building

To add scene_management to your build, append --with //src/ui/lib/scene_management to the fx set invocation.

Using

scene_management can be used by depending on the //src/ui/lib/scene_management GN target.

scene_management is not available in the SDK.

Testing

Unit tests for scene_management are available in thescene_management_tests package.

$ fx test scene_management_tests

Source layout

The main implementation is linked in src/lib.rs.