vuer 0.0.13rc3__py3-none-any.whl → 0.0.14__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of vuer might be problematic. Click here for more details.

@@ -0,0 +1,115 @@
1
+ Metadata-Version: 2.1
2
+ Name: vuer
3
+ Version: 0.0.14
4
+ Home-page: https://github.com/geyang/vuer
5
+ Author: Ge Yang<ge.ike.yang@gmail.com>
6
+ Author-email: ge.ike.yang@gmail.com
7
+ License: MIT
8
+ Classifier: Development Status :: 3 - Alpha
9
+ Classifier: Programming Language :: Python
10
+ Requires-Python: >=3.8.6
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Requires-Dist: aiohttp
14
+ Requires-Dist: aiohttp-cors
15
+ Requires-Dist: killport
16
+ Requires-Dist: params-proto >=2.11.16
17
+ Requires-Dist: pillow
18
+ Requires-Dist: tqdm
19
+ Requires-Dist: msgpack
20
+ Requires-Dist: numpy
21
+ Requires-Dist: termcolor
22
+ Requires-Dist: trimesh
23
+ Requires-Dist: websockets
24
+ Provides-Extra: dev
25
+ Requires-Dist: black ==22.3.0 ; extra == 'dev'
26
+ Requires-Dist: pylint ==2.13.4 ; extra == 'dev'
27
+ Requires-Dist: pytest ==7.1.2 ; extra == 'dev'
28
+
29
+ # Welcome to `Vuer`
30
+
31
+ [![PyPI version fury.io](https://badge.fury.io/py/vuer.svg)](https://pypi.python.org/pypi/vuer/)
32
+
33
+ ![Production](https://api.netlify.com/api/v1/badges/2df7f3ba-1a26-4047-b76a-d7401f907bb5/deploy-status)
34
+
35
+ ![Staging](https://api.netlify.com/api/v1/badges/1727476e-c992-4dc1-98bf-92ef266cad78/deploy-status)
36
+
37
+ Vuer is a light-weight visualization toolkit for interacting with dynamic 3D and robotics data. It is
38
+ VR and AR ready, and can be run on mobile devices.
39
+
40
+ ## Installation
41
+
42
+ You can install `vuer` with `pip`:
43
+
44
+ ```shell
45
+ pip install vuer
46
+ ```
47
+
48
+ Here is an example that loads a URDF file and displays it in the browser. For a more comprehensive list of examples, please refer to the [examples](https://docs.vuer.ai/en/latest/examples.html) page.
49
+
50
+ ```python
51
+ from vuer import Vuer, VuerSession
52
+ from vuer.schemas import DefaultScene, Urdf
53
+
54
+ app = Vuer()
55
+
56
+
57
+ @app.spawn(start=True)
58
+ async def main(session: VuerSession):
59
+ app.set @ DefaultScene(
60
+ Urdf("assets/urdf/robotiq.urdf"),
61
+ )
62
+
63
+ while True:
64
+ await session.sleep(0.1)
65
+ ```
66
+
67
+ <iframe src="https://vuer.ai?collapseMenu=True&background=131416,fff&initCamPos=2.8,2.2,2.5&ws=ws%3A%2F%2Flocalhost%3A8012&scene=3gAJqGNoaWxkcmVukd4ABKhjaGlsZHJlbpHeAAaoY2hpbGRyZW6Qo3RhZ6RVcmRmo2tleaExo3NyY9lSaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL25hc2EtanBsL20yMDIwLXVyZGYtbW9kZWxzL21haW4vcm92ZXIvbTIwMjAudXJkZqtqb2ludFZhbHVlc94AAKhyb3RhdGlvbpPLQAkeuGAAAAAAAKN0YWenTW92YWJsZaNrZXmhMqhwb3NpdGlvbpMAAMs%2FwzMzQAAAAKN0YWelU2NlbmWja2V5oTOidXCTAAABpGdyaWTDqHNob3dMZXZhwqtyYXdDaGlsZHJlbpLeAASoY2hpbGRyZW6Qo3RhZ6xBbWJpZW50TGlnaHSja2V5tWRlZmF1bHRfYW1iaWVudF9saWdodKlpbnRlbnNpdHkB3gAFqGNoaWxkcmVukKN0YWewRGlyZWN0aW9uYWxMaWdodKNrZXm5ZGVmYXVsdF9kaXJlY3Rpb25hbF9saWdodKlpbnRlbnNpdHkBpmhlbHBlcsOsaHRtbENoaWxkcmVukLJiYWNrZ3JvdW5kQ2hpbGRyZW6Q" width="100%" height="400px" frameborder="0"></iframe>
68
+
69
+ Vuer is built by researchers at MIT and UCSD in fields including robotics, computer vision, and computer graphics.
70
+
71
+ - light-weight and performant
72
+ - VR and AR ready
73
+ - has a strong community support
74
+ - Hackable and extensible
75
+ - Open source, licensed under MIT
76
+
77
+ To get a quick overview of what you can do with <code style="font-size: 1.3em; background-clip: text; color: transparent; background-image: linear-gradient(to right, rgb(0,140,220), rgb(226,213,79), rgb(210,0,12));">vuer</code>, check out the following:
78
+
79
+ - take a look at the example gallery [here](https://docs.vuer.ai/en/latest/examples.html)
80
+ - or try to take a look at this demo [here](https://docs.vuer.ai/en/latest/examples.html#demo)
81
+
82
+ For a comprehensive list of visualization components, please refer to
83
+ the [API documentation on Components](https://docs.vuer.ai/en/latest/api.html).
84
+
85
+ For a comprehensive list of data types, please refer to the [API documentation on Data Types](https://docs.vuer.ai/en/latest/api.html).
86
+
87
+ Now, to run the examples, first download the example datasets.
88
+
89
+ Each subdirectory in the `assets` directory contains a `Makefile`. Run the `make` command in each subdirectory to download the datasets. For example:
90
+
91
+ ```bash
92
+ cd assets/static_3d
93
+ make
94
+ ```
95
+
96
+ Then run the examples
97
+
98
+ ```bash
99
+ cd vuer/examples/vuer
100
+ python 01_trimesh.py
101
+ ```
102
+
103
+ ## To Develop
104
+
105
+ ### Setting up the Document Site
106
+
107
+ https://www.docslikecode.com/learn/05-cd-for-docs/
108
+
109
+ ```bash
110
+ cd docs
111
+ pip install -r requirements.txt
112
+ ```
113
+
114
+
115
+
@@ -21,9 +21,9 @@ vuer/addons/nerf_vuer/render_components.py,sha256=XilHnJySJWVgmdUbPFNYyc_YWV8O5A
21
21
  vuer/addons/nerf_vuer/render_nodes.py,sha256=5TKqIbMPiOtBxfF4FQI6uB0w_9FTfGiwS8xRbhPa0_g,14441
22
22
  vuer/addons/nerfuer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  vuer/addons/nerfuer/render_nodes.py,sha256=EJK5N3xne5n7abTaAoLPX7SRqQ_tEen9zNypvSnZTTw,4465
24
- vuer-0.0.13rc3.dist-info/LICENSE,sha256=MGF-inVBUaGe2mEjqT0g6XsHIXwoNXgNHqD7Z1MzR0k,1063
25
- vuer-0.0.13rc3.dist-info/METADATA,sha256=ksEDExwc6tvstcUt5vexy_g_Wfq2UN3BrvxqpKTHxao,1695
26
- vuer-0.0.13rc3.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
27
- vuer-0.0.13rc3.dist-info/entry_points.txt,sha256=J_NM6fbpipmD9oP7cdxd1UyBR8mVEQVx0xjlE_56yss,41
28
- vuer-0.0.13rc3.dist-info/top_level.txt,sha256=ermmVkwvGFAK4gfSgDIwOmKpxwpqNt-oo7gVQQUSHok,5
29
- vuer-0.0.13rc3.dist-info/RECORD,,
24
+ vuer-0.0.14.dist-info/LICENSE,sha256=MGF-inVBUaGe2mEjqT0g6XsHIXwoNXgNHqD7Z1MzR0k,1063
25
+ vuer-0.0.14.dist-info/METADATA,sha256=mn3k4HNequJaEJ4L3hPU3NcxJhbxy4bOH34IGtAhWRM,4122
26
+ vuer-0.0.14.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
27
+ vuer-0.0.14.dist-info/entry_points.txt,sha256=J_NM6fbpipmD9oP7cdxd1UyBR8mVEQVx0xjlE_56yss,41
28
+ vuer-0.0.14.dist-info/top_level.txt,sha256=ermmVkwvGFAK4gfSgDIwOmKpxwpqNt-oo7gVQQUSHok,5
29
+ vuer-0.0.14.dist-info/RECORD,,
@@ -1,80 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: vuer
3
- Version: 0.0.13rc3
4
- Home-page: https://github.com/geyang/vuer
5
- Author: Ge Yang<ge.ike.yang@gmail.com>
6
- Author-email: ge.ike.yang@gmail.com
7
- License: MIT
8
- Classifier: Development Status :: 3 - Alpha
9
- Classifier: Programming Language :: Python
10
- Requires-Python: >=3.8.6
11
- Description-Content-Type: text/markdown
12
- License-File: LICENSE
13
- Requires-Dist: aiohttp
14
- Requires-Dist: aiohttp-cors
15
- Requires-Dist: killport
16
- Requires-Dist: params-proto >=2.11.16
17
- Requires-Dist: pillow
18
- Requires-Dist: tqdm
19
- Requires-Dist: msgpack
20
- Requires-Dist: numpy
21
- Requires-Dist: termcolor
22
- Requires-Dist: trimesh
23
- Requires-Dist: websockets
24
- Provides-Extra: dev
25
- Requires-Dist: black ==22.3.0 ; extra == 'dev'
26
- Requires-Dist: pylint ==2.13.4 ; extra == 'dev'
27
- Requires-Dist: pytest ==7.1.2 ; extra == 'dev'
28
-
29
- # Vuer: A modern 3D Visualizer for Robotics and VR
30
-
31
- Vuer is a 3D visualization tool for robotics and VR applications.
32
-
33
- ## Installation In A Fresh Conda Environment
34
-
35
- Setup the conda environment
36
- ```bash
37
- conda create -n vuer python=3.8
38
- conda activate vuer
39
- ```
40
-
41
- Install vuer
42
- ```bash
43
- pip install vuer==0.0.9
44
-
45
- pip install numpy
46
- pip install trimesh
47
- pip install websockets
48
- pip install aiohttp-cors
49
- pip install pillow
50
- ```
51
-
52
- Now, to run the examples, first download the example datasets.
53
-
54
- Each subdirectory in the `assets` directory contains a `Makefile`. Run the `make` command in each subdirectory to download the datasets. For example:
55
-
56
- ```bash
57
- cd assets/static_3d
58
- make
59
- ```
60
-
61
- Then run the examples
62
-
63
- ```bash
64
- cd vuer/examples/vuer
65
- python 01_trimesh.py
66
- ```
67
-
68
- ## To Develop
69
-
70
- ### Setting up the Document Site
71
-
72
- https://www.docslikecode.com/learn/05-cd-for-docs/
73
-
74
- ```bash
75
- cd docs
76
- pip install -r requirements.txt
77
- ```
78
-
79
-
80
-