Four new examples, each of which is also the test surface for the thing it
demonstrates:
- datagrid — the DataGrid widget across five tabs (sheets with a formula
engine, big data, charts, pixels, widgets).
- portallist_hit — PortalList hit-testing, with a UI test suite.
- render_to_texture — the offscreen pass, with a UI test suite.
- splat_bench — Gaussian splat sorting and drawing under load.
uizoo gains a dropdown tab; the splash example's UI test follows the splash
host-services change.
13 lines
430 B
TOML
13 lines
430 B
TOML
[package]
|
|
name = "makepad-example-splat-bench"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Scripted-camera benchmark + capture harness for the ViewSplat Gaussian-splat renderer"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
|
|
makepad-xr = { path = "../../xr", version = "1.0.0" }
|
|
|
|
[lints.rust]
|
|
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(headless)"] }
|