Re-exports§
pub use build_watch::describe_build;pub use build_watch::run_build_once;pub use build_watch::AutoBuildOptions;pub use build_watch::CompileSnapshot;pub use build_watch::CompileState;pub use build_watch::CompileStatus;pub use plugin::HotReloadPlugin;pub use plugin::PluginLoadError;pub use server::serve;pub use server::ServerOptions;
Modules§
- build_
watch - plugin
- Hot-reload loader for timeline plugins.
- server
- startup_
info
Macros§
- export_
legacy_ timeline - Exports a single OLD closure-based
tellur_core::timeline::Timelinebuilder from acdylib, wrapping it in aLegacyTimelineadapter so it serves through the migrated collection unchanged. - export_
timeline - Exports a single
TimelineComponentbuilder from acdylib. - export_
timeline_ collection - Exports a custom
TimelineCollectionbuilder from acdylib.
Structs§
- Legacy
Timeline - Adapts an old closure-based
Timelineto the newTimelineComponentmodel so the existing demo scene (which still builds aTimeline) can be served by the migrated collection without rewriting it. - Single
Timeline - Wraps a single resolved
TimelineComponentas a one-entry collection. - Timeline
Info - Metadata for one timeline exposed by a plugin.
Traits§
- Timeline
Collection - A collection of timelines exported by one dynamic library.
Functions§
- single_
timeline - Resolves
rootand wraps it as a one-entryTimelineCollection. - single_
timeline_ with_ canvas - Like
single_timelinebut resolves against an explicit logicalcanvas.