A clock slide for the vzglyd display engine. Displays local time alongside a 3D rotating globe rendered via a custom WGSL shader.
Build the slide:
./build.shThis produces clock.vzglyd — a packaged slide ready to be placed in your vzglyd slides directory.
This slide now emits top-level guest spans for vzglyd_configure, vzglyd_init, and
vzglyd_update. Use the normal host workflows to capture them:
cargo run --manifest-path /home/rodgerbenham/.openclaw/workspace/VRX-64-native/Cargo.toml -- \
--trace \
--scene /home/rodgerbenham/.openclaw/workspace/lume-clock/clock.vzglydFor web profiling, serve the bundle through the canonical VRX-64-web/web-preview/view.html
player and use Start Trace / Stop & Download.
- Rust stable with
wasm32-wasip1target:rustup target add wasm32-wasip1 wasm-packor the build script dependencies listed inbuild.sh
Licensed under either of MIT or Apache-2.0 at your option.