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.
To add scene_management
to your build, append --with //src/ui/lib/scene_management
to the fx set
invocation.
scene_management
can be used by depending on the //src/ui/lib/scene_management
GN target.
scene_management
is not available in the SDK.
Unit tests for scene_management
are available in thescene_management_tests
package.
$ fx test scene_management_tests
The main implementation is linked in src/lib.rs
.