Releases: nerfstudio-project/viser
Releases · nerfstudio-project/viser
Release v0.1.8
What's Changed
- JPG arg fix in imageio by @kerrj in #114
- Grid support by @brentyi in #116
- Reverse up-down viewport navigation for Q and E keys by @cvachha in #115
- Add corner logo by @brentyi in #117
- z-index tweaks by @brentyi in #118
- Fix filename in README.md by @nlml in #120
- Add
send_file_download()
by @brentyi in #119 - Add configurable control panel width by @brentyi in #123
- Add toon3, toon5 material options by @brentyi in #125
- Add segments arg for spline helpers by @brentyi in #126
- Add .flush(), deadlock fixes by @brentyi in #127
New Contributors
Full Changelog: v0.1.7...v0.1.8
Release v0.1.7
What's Changed
- RayClicks integration by @chungmin99 in #106
- Fix for Safari <17 (https://caniuse.com/offscreencanvas)
Full Changelog: v0.1.6...v0.1.7
Release v0.1.6
What's Changed
- Check mouse drag using onPointerDown/Move/Up by @chungmin99 in #104
- Fix scene node visibility + clicking bugs by @brentyi in #105
- Move share link to rich table by @ginazhouhuiwu in #108
- Account for minimum motion for node clicks by @chungmin99 in #109
- Add assignable
.content
property to markdown handles by @brentyi in #112 - Fix layout for markdown GUI example + update prettier by @brentyi in #111
- SceneNodeHandle cleanup, bump version by @brentyi in #113
New Contributors
- @ginazhouhuiwu made their first contribution in #108
Full Changelog: v0.1.5...v0.1.6
Release v0.1.5
What's Changed
- Add get_render() method for client handles by @brentyi in #102
- Fix asyncio + scene tree table errors, UI improvements by @brentyi in #103
- Adam/camera controls by @AdamRashid96 in #101
- Add glTF/GLB support by @origamiman72 in #95
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
Tunneling exception tweak.
Release v0.1.3
v0.1.2
v0.1.1
v0.1.0
We've added many core features, significantly improved stability + performance, and are much closer to a stable API.
What's Changed
- Click callbacks for scene node handles by @brentyi in #46
- Simplify label rendering on scene tree tab hover by @BrianSantoso in #50
- Implement custom titlebars that can be configured in Python by @jonahbedouch in #42
- Performance improvements, click event fix by @brentyi in #51
- MUI -> mantine transition by @brentyi in #49
- Fix scene node labels by @brentyi in #53
- Improve frustum + attribute update speed by @kerrj in #54
- Fix visibility icon for nested scene nodes by @brentyi in #55
- Farewell, Leva by @brentyi in #52
- Canvas export button, minor GUI fixes by @brentyi in #58
- Switch away from Create-React-App towards Vite by @jonahbedouch in #62
- Titlebar image dark mode by @origamiman72 in #56
- Viser mobile view by @jonahbedouch in #60
- Fix Vite HMR errors by @jonahbedouch in #64
- poetry => setuptools by @brentyi in #65
- Automate client builds by @origamiman72 in #66
- GUI container refactor, tab support by @brentyi in #63
- Significant performance improvements, URDF refactor by @brentyi in #67
- Jonah/sidebar by @jonahbedouch in #70
- Check to see if a Viewer is running and skip the build check by @jonahbedouch in #74
- 3D gui containers by @AdamRashid96 in #69
- Add MDX support to the GUI API by @jonahbedouch in #73
- Fix Control Panel Bug with 3D GUIs by @jonahbedouch in #75
- Rework guiIdSetFromContainerId into a dict of sets by @jonahbedouch in #76
- Modal Implementation by @mcallisterdavid in #72
- Fix
yarn start
detection by @brentyi in #81 - Websocket refactor + theming by @brentyi in #82
- GUI refactor, memory leak fixes, version bump by @brentyi in #84
New Contributors
- @BrianSantoso made their first contribution in #50
- @jonahbedouch made their first contribution in #42
- @origamiman72 made their first contribution in #56
- @AdamRashid96 made their first contribution in #69
- @mcallisterdavid made their first contribution in #72
Full Changelog: v0.0.16...v0.1.0
Release v0.0.16
Prevents an assertion error for sliders in nerfstudio.
Full Changelog: v0.0.15...v0.0.16