Experimental rendering of FlatGeobuf geometries with Bevy Engine.
Uses WebGPU for native targets and WebGL2 for Web platform (WASM).
cargo run --release
or
make run
Prerequisites:
cargo install wasm-bindgen-cli --version 0.2.78
cargo install basic-http-server
Build and start web server:
make serve
and point your browser to http://127.0.0.1:4000
Enable tracing information with --features=trace
(enabled in make run
and make serve
).
Native:
- Run application
- Open Chrome(-ium)
- Open chrome://tracing/
- Load
trace-xxx.json
Web:
- Run application in Chrome(-ium)
- Open developer tools
- Profile in
Performance
tab