Interactive WebGL2 implementation of MobileNeRF++ inference.
Based on the wgpu examples.
Install wasm-pack:
cargo install wasm-pack
Build the viewer and launch a local server using:
./build_and_serve.sh
To run without VSync limits, start chrome with:
chromium --disable-gpu-vsync --disable-frame-rate-limit