Releases: nerfstudio-project/viser
Releases · nerfstudio-project/viser
v0.2.4
What's Changed
- Make 'gdown' an example group dependency. by @kdexd in #234
- Basic skinned meshes by @brentyi in #203
- (Experimental) Recording/playback API by @brentyi in #240
- (Experimental) Gaussian splatting + WebGL by @brentyi in #110
- Add progressbar component by @jkulhanek in #238
- Revisit serialization dependencies, add progress bar for playback (experimental) by @brentyi in #244
- Add GUI reset helper + fix init race condition by @brentyi in #241
- Move WebSocket clients to web workers + compress messages by @brentyi in #245
- Fix broken cleanup, skinned mesh race condition by @brentyi in #250
- (experimental) Playback control prototype by @brentyi in #251
- Global sort + SIMD for Gaussian rendering by @brentyi in #252
- More optimizations for Gaussian rendering by @brentyi in #257
- Untie splat rendering components from
viser-specific internals by @brentyi in #258 - Add
instance_indexto click event for batched axes by @brentyi in #272 - Notifications by @ginazhouhuiwu in #225
New Contributors
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
Bug fixes!
What's Changed
- Small fix in development.md by @ginazhouhuiwu in #224
- Default mime type to application/octet-stream for unrecognized file types by @ginazhouhuiwu in #227
- Fix context forwarding for 3D GUI containers by @brentyi in #229
- Fix scene pointer events for Firefox by @brentyi in #228
- Fix message buffer race conditions by @brentyi in #223
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
Updated API.
Before:
server.add_gui_button()
server.add_gui_folder()
server.on_scene_click()
server.add_mesh()
server.reset_scene()After:
server.gui.add_button()
server.gui.add_folder()
server.scene.on_click()
server.scene.add_mesh()
server.scene.reset()Deprecations warnings are now raised when the older API is used.
Full Changelog: v0.1.31...v0.2.0
v0.1.34
Fix edge cases in 3D gui container.
Full Changelog: v0.1.33...v0.1.34
v0.1.33
Minor bug fixes: GUI dropdown edge case, unnecessary client builds.
Full Changelog: v0.1.32...v0.1.33
v0.1.32
Fixed edge cases with GUI containers.
Full Changelog: v0.1.31...v0.1.32
v0.1.31
v0.1.30
What's Changed
- Support batch axes + broadcasting for
viser.transformsby @brentyi in #208 - Handle empty string case for plotly json loading (bugfix) by @chungmin99 in #209
- Fix wrong length value for the initial value of vector3 by @yzslab in #213
New Contributors
Full Changelog: v0.1.29...v0.1.30