Skip to main content

Crate tellur_live

Crate tellur_live 

Source

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::Timeline builder from a cdylib, wrapping it in a LegacyTimeline adapter so it serves through the migrated collection unchanged.
export_timeline
Exports a single TimelineComponent builder from a cdylib.
export_timeline_collection
Exports a custom TimelineCollection builder from a cdylib.

Structs§

LegacyTimeline
Adapts an old closure-based Timeline to the new TimelineComponent model so the existing demo scene (which still builds a Timeline) can be served by the migrated collection without rewriting it.
SingleTimeline
Wraps a single resolved TimelineComponent as a one-entry collection.
TimelineInfo
Metadata for one timeline exposed by a plugin.

Traits§

TimelineCollection
A collection of timelines exported by one dynamic library.

Functions§

single_timeline
Resolves root and wraps it as a one-entry TimelineCollection.
single_timeline_with_canvas
Like single_timeline but resolves against an explicit logical canvas.