atomr-view-core 0.4.0

Core scene, bridge, and actor primitives for the atomr-view backend-agnostic UI system.
Documentation
1
2
3
4
5
6
7
8
pub mod actors;
pub mod bridge;
pub mod scene;

pub use bridge::{BackendCommand, BackendEvent, UiBridge, UiBridgeActor};
pub use scene::{SceneDescription, SceneKey, SceneNode, ScenePatch};

uniffi::setup_scaffolding!();