Viser

Latest version: v0.2.1

Safety actively analyzes 638361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 9

0.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 https://github.com/nerfstudio-project/viser/pull/46
* Simplify label rendering on scene tree tab hover by BrianSantoso in https://github.com/nerfstudio-project/viser/pull/50
* Implement custom titlebars that can be configured in Python by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/42
* Performance improvements, click event fix by brentyi in https://github.com/nerfstudio-project/viser/pull/51
* MUI -> mantine transition by brentyi in https://github.com/nerfstudio-project/viser/pull/49
* Fix scene node labels by brentyi in https://github.com/nerfstudio-project/viser/pull/53
* Improve frustum + attribute update speed by kerrj in https://github.com/nerfstudio-project/viser/pull/54
* Fix visibility icon for nested scene nodes by brentyi in https://github.com/nerfstudio-project/viser/pull/55
* Farewell, Leva by brentyi in https://github.com/nerfstudio-project/viser/pull/52
* Canvas export button, minor GUI fixes by brentyi in https://github.com/nerfstudio-project/viser/pull/58
* Switch away from Create-React-App towards Vite by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/62
* Titlebar image dark mode by origamiman72 in https://github.com/nerfstudio-project/viser/pull/56
* Viser mobile view by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/60
* Fix Vite HMR errors by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/64
* poetry => setuptools by brentyi in https://github.com/nerfstudio-project/viser/pull/65
* Automate client builds by origamiman72 in https://github.com/nerfstudio-project/viser/pull/66
* GUI container refactor, tab support by brentyi in https://github.com/nerfstudio-project/viser/pull/63
* Significant performance improvements, URDF refactor by brentyi in https://github.com/nerfstudio-project/viser/pull/67
* Jonah/sidebar by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/70
* Check to see if a Viewer is running and skip the build check by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/74
* 3D gui containers by AdamRashid96 in https://github.com/nerfstudio-project/viser/pull/69
* Add MDX support to the GUI API by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/73
* Fix Control Panel Bug with 3D GUIs by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/75
* Rework guiIdSetFromContainerId into a dict of sets by jonahbedouch in https://github.com/nerfstudio-project/viser/pull/76
* Modal Implementation by mcallisterdavid in https://github.com/nerfstudio-project/viser/pull/72
* Fix `yarn start` detection by brentyi in https://github.com/nerfstudio-project/viser/pull/81
* Websocket refactor + theming by brentyi in https://github.com/nerfstudio-project/viser/pull/82
* GUI refactor, memory leak fixes, version bump by brentyi in https://github.com/nerfstudio-project/viser/pull/84

New Contributors
* BrianSantoso made their first contribution in https://github.com/nerfstudio-project/viser/pull/50
* jonahbedouch made their first contribution in https://github.com/nerfstudio-project/viser/pull/42
* origamiman72 made their first contribution in https://github.com/nerfstudio-project/viser/pull/56
* AdamRashid96 made their first contribution in https://github.com/nerfstudio-project/viser/pull/69
* mcallisterdavid made their first contribution in https://github.com/nerfstudio-project/viser/pull/72

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.0.16...v0.1.0

0.0.16

Prevents an assertion error for sliders in nerfstudio.

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.0.15...v0.0.16

0.0.15

Dependency and display bug fixes.

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.0.14...v0.0.15

0.0.14

What's Changed
* Skeleton for configurable theme by brentyi in https://github.com/nerfstudio-project/viser/pull/40
* Fix edge case when float slider initial value is an integer by brentyi in https://github.com/nerfstudio-project/viser/pull/41
* Add examples to formatting action by brentyi in https://github.com/nerfstudio-project/viser/pull/43
* Remove multi-panel support, bottom bar by brentyi in https://github.com/nerfstudio-project/viser/pull/44
* Implement `add_mesh_trimesh()` by brentyi in https://github.com/nerfstudio-project/viser/pull/45

Also fixed some CDN issues.

**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.0.13...v0.0.14

0.0.13

What's Changed
* Refactor scene tree code, fix critical bugs by brentyi in https://github.com/nerfstudio-project/viser/pull/34


**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.0.12...v0.0.13

0.0.12

What's Changed
* Add button groups by brentyi in https://github.com/nerfstudio-project/viser/pull/13
* Add leva panel hints by tancik in https://github.com/nerfstudio-project/viser/pull/24
* Add dev and example packages to pyproject.toml by tancik in https://github.com/nerfstudio-project/viser/pull/25
* Update viewer dropdown types by tancik in https://github.com/nerfstudio-project/viser/pull/23
* Add gui button handle to init by tancik in https://github.com/nerfstudio-project/viser/pull/26
* Add setuptools to docs dependencies by brentyi in https://github.com/nerfstudio-project/viser/pull/27
* Enforce formatting by tancik in https://github.com/nerfstudio-project/viser/pull/31
* Create LICENSE by tancik in https://github.com/nerfstudio-project/viser/pull/30
* Remove support for python 3.7 by tancik in https://github.com/nerfstudio-project/viser/pull/32
* Add code check script by tancik in https://github.com/nerfstudio-project/viser/pull/29
* Rename "select" to "dropdown", improve types by brentyi in https://github.com/nerfstudio-project/viser/pull/33


**Full Changelog**: https://github.com/nerfstudio-project/viser/compare/v0.0.11...v0.0.12

Page 7 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.