Metadata-Version: 2.1
Name: streamlit-slb-cognite3dviewer
Version: 1.0.6
Summary: Streamlit component that allows to render 3D and display data from Cognite data models
Home-page: 
Author: Sharizan Redzuan
Author-email: sredzuan@slb.com
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.38
Provides-Extra: devel
Requires-Dist: wheel; extra == "devel"
Requires-Dist: pytest==7.4.0; extra == "devel"
Requires-Dist: playwright==1.39.0; extra == "devel"
Requires-Dist: requests==2.31.0; extra == "devel"
Requires-Dist: pytest-playwright-snapshot==1.0; extra == "devel"
Requires-Dist: pytest-rerunfailures==12.0; extra == "devel"

# streamlit_mubadala_threedviewer

Streamlit component that allows user to display threed objects

## Installation instructions

```sh
pip install streamlit_mubadala_threedviewer
```

## Release Notes

1.0.1

- Added additional metadata for clicked beacon

  1.0.2

- Enabled Html Click through and enhance canvas configuration to avoid black screen glitch

  1.0.3

- Add options to enable and disabled animation
- Add semi transparent box

  1.0.4

- Add support for displaying cctv camera

  1.0.5

- Add feature to add floating information to the 3D
- Fix camera rendering issue

  1.0.6

- Fix camera rendering issue
