vuer 0.0.35rc18__py3-none-any.whl → 0.0.36rc1__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.
- vuer/__pycache__/__init__.cpython-311.pyc +0 -0
- vuer/__pycache__/base.cpython-311.pyc +0 -0
- vuer/__pycache__/events.cpython-311.pyc +0 -0
- vuer/__pycache__/serdes.cpython-311.pyc +0 -0
- vuer/__pycache__/server.cpython-311.pyc +0 -0
- vuer/__pycache__/types.cpython-311.pyc +0 -0
- vuer/__pycache__/types.cpython-38.pyc +0 -0
- vuer/client_build/404.html +5 -5
- vuer/client_build/assets/chunks/chunk-Bfuqp34V.js +6860 -0
- vuer/client_build/assets/chunks/chunk-Bfuqp34V.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CJqYWPfW.js +53 -0
- vuer/client_build/assets/chunks/chunk-CJqYWPfW.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js +16 -0
- vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-CY_2iGUk.js +3 -0
- vuer/client_build/assets/chunks/chunk-CY_2iGUk.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js +269 -0
- vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-Cwh42ARU.js +102 -0
- vuer/client_build/assets/chunks/chunk-Cwh42ARU.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-D7HrI6pR.js +2 -0
- vuer/client_build/assets/chunks/chunk-D7HrI6pR.js.map +1 -0
- vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js +4660 -0
- vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js.map +1 -0
- vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js +5 -0
- vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js.map +1 -0
- vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js +2 -0
- vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js.map +1 -0
- vuer/client_build/assets/entries/pages_error.D6auTzhG.js +2 -0
- vuer/client_build/assets/entries/pages_error.D6auTzhG.js.map +1 -0
- vuer/client_build/assets/entries/pages_index.BeavKUpT.js +2 -0
- vuer/client_build/assets/entries/pages_index.BeavKUpT.js.map +1 -0
- vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js +2 -0
- vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js.map +1 -0
- vuer/client_build/assets/static/editor.B6qEVXNb.css +1 -0
- vuer/client_build/assets/static/index.BbAhTARb.css +1 -0
- vuer/client_build/assets/static/onRenderClient.C5hpRi0h.css +1 -0
- vuer/client_build/editor/index.html +8 -7
- vuer/client_build/index.html +8 -7
- vuer/client_build/pages/editor/+Page.d.ts +21 -1
- vuer/client_build/pages/index/+Page.d.ts +21 -1
- vuer/client_build/simple/index.html +6 -6
- vuer/frame/__init__.py +2 -0
- vuer/frame/__pycache__/__init__.cpython-38.pyc +0 -0
- vuer/frame/__pycache__/convert.cpython-38.pyc +0 -0
- vuer/frame/__pycache__/to_mat.cpython-38.pyc +0 -0
- vuer/frame/convert.py +44 -0
- vuer/frame/to_mat.py +50 -0
- vuer/schemas/__init__.py +1 -0
- vuer/schemas/__pycache__/__init__.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/__init__.cpython-38.pyc +0 -0
- vuer/schemas/__pycache__/drei_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/html_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/physics_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/scene_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/scene_components.cpython-38.pyc +0 -0
- vuer/schemas/__pycache__/vuer_components.cpython-311.pyc +0 -0
- vuer/schemas/__pycache__/vuer_components.cpython-38.pyc +0 -0
- vuer/schemas/physics_components.py +23 -11
- vuer/schemas/scene_components.py +169 -5
- vuer/schemas/vuer_components.py +47 -0
- vuer/types.py +0 -1
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/METADATA +29 -29
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/RECORD +68 -19
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/WHEEL +1 -1
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/LICENSE +0 -0
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/entry_points.txt +0 -0
- {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/top_level.txt +0 -0
vuer/schemas/scene_components.py
CHANGED
|
@@ -459,9 +459,17 @@ class Movable(SceneElement):
|
|
|
459
459
|
|
|
460
460
|
class Hands(SceneElement):
|
|
461
461
|
"""
|
|
462
|
-
The Hand component offers a way to stream the current pose of the hand to the server.
|
|
463
462
|
|
|
464
|
-
|
|
463
|
+
.. admonition:: tip Setting stream to True
|
|
464
|
+
|
|
465
|
+
Important: You need to set the `stream` option to `True` to
|
|
466
|
+
start streaming the hand movement.
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
The Hand component offers a way to stream the current pose of the hand to the server.
|
|
470
|
+
You can get the full pose of the hands by listening to the `HAND_MOVE` event.
|
|
471
|
+
You can add flags `left` and `right` to specify which hand you want to track.
|
|
472
|
+
The returned data looks like the following:
|
|
465
473
|
|
|
466
474
|
.. code-block:: typescript
|
|
467
475
|
|
|
@@ -484,30 +492,185 @@ class Hands(SceneElement):
|
|
|
484
492
|
squeezeValue: number;
|
|
485
493
|
tapValue: number;
|
|
486
494
|
}
|
|
495
|
+
|
|
496
|
+
**Matrix format**
|
|
497
|
+
|
|
498
|
+
All 4x4 transform matrices used in WebGL are stored in 16-element `Float32Arrays`.
|
|
499
|
+
The values are stored in the array in column-major order; that is, each column is
|
|
500
|
+
written into the array top-down before moving to the next column to the right and
|
|
501
|
+
writing it into the array. Therefore, for the array [a0, a1, a2, …, a13, a14, a15],
|
|
502
|
+
the matrix looks like this:
|
|
503
|
+
|
|
504
|
+
.. code-block::
|
|
505
|
+
⌈ a0 a4 a8 a12 ⌉
|
|
506
|
+
| a1 a5 a9 a13 |
|
|
507
|
+
| a2 a6 a10 a14 |
|
|
508
|
+
⌊ a3 a7 a11 a15 ⌋
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
For details, refer to the MDN documentation on [XR Rigid Body Transformation](https://developer.mozilla.org/en-US/docs/Web/API/XRRigidTransform/matrix)
|
|
512
|
+
|
|
513
|
+
**Hand Landmarks**
|
|
514
|
+
|
|
515
|
+
We follow the [XR Hand](https://developer.mozilla.org/en-US/docs/Web/API/XRHand)
|
|
516
|
+
conventions, and return the landmarks in a single array of `25 * 16` values in
|
|
517
|
+
the following order:
|
|
518
|
+
|
|
519
|
+
.. list-table::
|
|
520
|
+
:widths: 40 10 40 10
|
|
521
|
+
:header-rows: 1
|
|
522
|
+
|
|
523
|
+
* - Hand joint
|
|
524
|
+
- Index
|
|
525
|
+
- Hand joint (continue)
|
|
526
|
+
- Index
|
|
527
|
+
* - wrist
|
|
528
|
+
- 0
|
|
529
|
+
- middle-finger-phalanx-distal
|
|
530
|
+
- 13
|
|
531
|
+
* - thumb-metacarpal
|
|
532
|
+
- 1
|
|
533
|
+
- middle-finger-tip
|
|
534
|
+
- 14
|
|
535
|
+
* - thumb-phalanx-proximal
|
|
536
|
+
- 2
|
|
537
|
+
- ring-finger-metacarpal
|
|
538
|
+
- 15
|
|
539
|
+
* - thumb-phalanx-distal
|
|
540
|
+
- 3
|
|
541
|
+
- ring-finger-phalanx-proximal
|
|
542
|
+
- 16
|
|
543
|
+
* - thumb-tip
|
|
544
|
+
- 4
|
|
545
|
+
- ring-finger-phalanx-intermediate
|
|
546
|
+
- 17
|
|
547
|
+
* - index-finger-metacarpal
|
|
548
|
+
- 5
|
|
549
|
+
- ring-finger-phalanx-distal
|
|
550
|
+
- 18
|
|
551
|
+
* - index-finger-phalanx-proximal
|
|
552
|
+
- 6
|
|
553
|
+
- ring-finger-tip
|
|
554
|
+
- 19
|
|
555
|
+
* - index-finger-phalanx-intermediate
|
|
556
|
+
- 7
|
|
557
|
+
- pinky-finger-metacarpal
|
|
558
|
+
- 20
|
|
559
|
+
* - index-finger-phalanx-distal
|
|
560
|
+
- 8
|
|
561
|
+
- pinky-finger-phalanx-proximal
|
|
562
|
+
- 21
|
|
563
|
+
* - index-finger-tip
|
|
564
|
+
- 9
|
|
565
|
+
- pinky-finger-phalanx-intermediate
|
|
566
|
+
- 22
|
|
567
|
+
* - middle-finger-metacarpal
|
|
568
|
+
- 10
|
|
569
|
+
- pinky-finger-phalanx-distal
|
|
570
|
+
- 23
|
|
571
|
+
* - middle-finger-phalanx-proximal
|
|
572
|
+
- 11
|
|
573
|
+
- pinky-finger-tip
|
|
574
|
+
- 24
|
|
575
|
+
* - middle-finger-phalanx-intermediate
|
|
576
|
+
- 12
|
|
577
|
+
- -
|
|
578
|
+
- -
|
|
579
|
+
|
|
580
|
+
Usage Example:
|
|
581
|
+
|
|
582
|
+
.. code-block:: python
|
|
583
|
+
|
|
584
|
+
from vuer import Vuer, VuerSession
|
|
585
|
+
from vuer.schemas import Hands
|
|
586
|
+
from asyncio import sleep
|
|
587
|
+
|
|
588
|
+
app = Vuer()
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
@app.add_handler("HAND_MOVE")
|
|
592
|
+
async def handler(event, session):
|
|
593
|
+
print(f"Movement Event: key-{event.key}", event.value)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
@app.spawn(start=True)
|
|
597
|
+
async def main(session: VuerSession):
|
|
598
|
+
# Important: You need to set the `stream` option to `True` to start
|
|
599
|
+
# streaming the hand movement.
|
|
600
|
+
session.upsert @ Hands(stream=True, key="hands")
|
|
601
|
+
|
|
602
|
+
while True:
|
|
603
|
+
await sleep(1)
|
|
604
|
+
|
|
487
605
|
"""
|
|
488
606
|
|
|
489
607
|
tag = "Hands"
|
|
490
608
|
|
|
491
609
|
def __init__(
|
|
492
610
|
self,
|
|
493
|
-
fps=30,
|
|
494
611
|
key="hands",
|
|
495
612
|
eventTypes=("squeeze",),
|
|
496
|
-
stream=
|
|
613
|
+
stream=True,
|
|
497
614
|
left=None,
|
|
498
615
|
right=None,
|
|
616
|
+
showLeft=True,
|
|
617
|
+
showRight=True,
|
|
499
618
|
**kwargs,
|
|
500
619
|
):
|
|
501
620
|
super().__init__(
|
|
502
|
-
fps=fps,
|
|
503
621
|
key=key,
|
|
504
622
|
eventTypes=eventTypes,
|
|
505
623
|
stream=stream,
|
|
506
624
|
left=left,
|
|
507
625
|
right=right,
|
|
626
|
+
showLeft=True,
|
|
627
|
+
showRight=True,
|
|
508
628
|
**kwargs,
|
|
509
629
|
)
|
|
510
630
|
|
|
631
|
+
class MotionControllers(SceneElement):
|
|
632
|
+
"""
|
|
633
|
+
MotionController for tracking XR controller poses and button states.
|
|
634
|
+
|
|
635
|
+
:param key: Unique identifier for the controller.
|
|
636
|
+
:type key: str, optional
|
|
637
|
+
:param eventTypes: A tuple or list of events to track (e.g., "trigger", "squeeze").
|
|
638
|
+
:type eventTypes: tuple or list, optional
|
|
639
|
+
:param stream: Whether to enable streaming of controller data.
|
|
640
|
+
:type stream: bool, optional
|
|
641
|
+
:param left: Boolean indicating if the left controller should be tracked.
|
|
642
|
+
:type left: bool, optional
|
|
643
|
+
:param right: Boolean indicating if the right controller should be tracked.
|
|
644
|
+
:type right: bool, optional
|
|
645
|
+
:param showLeft: Boolean indicating if the left controller visualization should be shown.
|
|
646
|
+
:type showLeft: bool, optional
|
|
647
|
+
:param showRight: Boolean indicating if the right controller visualization should be shown.
|
|
648
|
+
:type showRight: bool, optional
|
|
649
|
+
"""
|
|
650
|
+
|
|
651
|
+
tag = "MotionControllers"
|
|
652
|
+
|
|
653
|
+
def __init__(
|
|
654
|
+
self,
|
|
655
|
+
key="motionControllers",
|
|
656
|
+
eventTypes=("trigger", "squeeze"),
|
|
657
|
+
stream=True,
|
|
658
|
+
left=None,
|
|
659
|
+
right=None,
|
|
660
|
+
showLeft=True,
|
|
661
|
+
showRight=True,
|
|
662
|
+
**kwargs,
|
|
663
|
+
):
|
|
664
|
+
super().__init__(
|
|
665
|
+
key=key,
|
|
666
|
+
eventTypes=eventTypes,
|
|
667
|
+
stream=stream,
|
|
668
|
+
left=left,
|
|
669
|
+
right=right,
|
|
670
|
+
showLeft=showLeft,
|
|
671
|
+
showRight=showRight,
|
|
672
|
+
**kwargs,
|
|
673
|
+
)
|
|
511
674
|
|
|
512
675
|
class Obj(SceneElement):
|
|
513
676
|
tag = "Obj"
|
|
@@ -651,6 +814,7 @@ class Scene(BlockElement):
|
|
|
651
814
|
AmbientLight(key="ambient", intensity=0.25),
|
|
652
815
|
PointLight(key="spot", intensity=1, position=[0, 1, 1]),
|
|
653
816
|
Hands(fps=30, eventType=["squeeze"], stream=True),
|
|
817
|
+
MotionControllers(fps=30, eventType=["trigger", "squeeze"], stream=True),
|
|
654
818
|
]
|
|
655
819
|
|
|
656
820
|
self.up = up
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
from typing import List
|
|
2
|
+
|
|
3
|
+
from .scene_components import SceneElement
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class ContribLoader(SceneElement):
|
|
7
|
+
"""
|
|
8
|
+
ContribLoader is a specialized SceneElement responsible for handling
|
|
9
|
+
external library contributions. It manages the loading of a library
|
|
10
|
+
including its version, entry point, and development mode flag.
|
|
11
|
+
|
|
12
|
+
the library needs to be in umd format, and accesses the shared vuer
|
|
13
|
+
components via globals:
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
declare global {
|
|
17
|
+
interface Window {
|
|
18
|
+
React: typeof React;
|
|
19
|
+
ReactDOM: typeof ReactDOM;
|
|
20
|
+
VUER: typeof VUER;
|
|
21
|
+
THREE: typeof THREE;
|
|
22
|
+
JSX: typeof JSX;
|
|
23
|
+
FIBER: typeof FIBER;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Attributes:
|
|
29
|
+
tag (private str): Identifier for the component. Default is "ContribLoader".
|
|
30
|
+
|
|
31
|
+
url (str | None): The URL from which the external library is loaded.
|
|
32
|
+
library (str | None): The name of the external library being managed.
|
|
33
|
+
version (str): The version of the external library. Default is "latest".
|
|
34
|
+
main (str): The relative path to the main entry point of the library.
|
|
35
|
+
Default is "dist/index.js". This needs to be an umd module.
|
|
36
|
+
dev (bool): A flag to denote whether the library is in development mode.
|
|
37
|
+
Default is False. When in development mode, it loads from
|
|
38
|
+
`third_party/${fileName}?ts=${Date.now()}`
|
|
39
|
+
"""
|
|
40
|
+
tag = "ContribLoader"
|
|
41
|
+
url = None
|
|
42
|
+
library = None
|
|
43
|
+
version = "latest"
|
|
44
|
+
main = "dist/index.js"
|
|
45
|
+
dev = False
|
|
46
|
+
|
|
47
|
+
|
vuer/types.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vuer
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.36rc1
|
|
4
4
|
Home-page: https://github.com/vuer-ai/vuer
|
|
5
5
|
Author: Ge Yang<ge.ike.yang@gmail.com>
|
|
6
6
|
Author-email: ge.ike.yang@gmail.com
|
|
@@ -10,39 +10,39 @@ Classifier: Programming Language :: Python
|
|
|
10
10
|
Requires-Python: >=3.7
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
|
-
Requires-Dist: params-proto
|
|
13
|
+
Requires-Dist: params-proto>=2.11.16
|
|
14
14
|
Requires-Dist: pillow
|
|
15
15
|
Requires-Dist: msgpack
|
|
16
|
-
Requires-Dist: numpy
|
|
16
|
+
Requires-Dist: numpy>=1.21
|
|
17
17
|
Requires-Dist: websockets
|
|
18
18
|
Provides-Extra: all
|
|
19
|
-
Requires-Dist: aiohttp
|
|
20
|
-
Requires-Dist: aiohttp-cors
|
|
21
|
-
Requires-Dist: killport
|
|
22
|
-
Provides-Extra: dev
|
|
23
|
-
Requires-Dist: aiohttp ; extra == 'dev'
|
|
24
|
-
Requires-Dist: aiohttp-cors ; extra == 'dev'
|
|
25
|
-
Requires-Dist: killport ; extra == 'dev'
|
|
26
|
-
Requires-Dist: black ==22.3.0 ; extra == 'dev'
|
|
27
|
-
Requires-Dist: pylint ==2.13.4 ; extra == 'dev'
|
|
28
|
-
Requires-Dist: pytest ==7.1.2 ; extra == 'dev'
|
|
29
|
-
Requires-Dist: sphinx ==7.1.2 ; extra == 'dev'
|
|
30
|
-
Requires-Dist: furo ; extra == 'dev'
|
|
31
|
-
Requires-Dist: sphinx-autobuild ; extra == 'dev'
|
|
32
|
-
Requires-Dist: sphinx-copybutton ; extra == 'dev'
|
|
33
|
-
Requires-Dist: myst-parser ; extra == 'dev'
|
|
34
|
-
Requires-Dist: trimesh ; extra == 'dev'
|
|
35
|
-
Requires-Dist: tqdm ; extra == 'dev'
|
|
19
|
+
Requires-Dist: aiohttp; extra == "all"
|
|
20
|
+
Requires-Dist: aiohttp-cors; extra == "all"
|
|
21
|
+
Requires-Dist: killport; extra == "all"
|
|
36
22
|
Provides-Extra: example
|
|
37
|
-
Requires-Dist: aiohttp
|
|
38
|
-
Requires-Dist: aiohttp-cors
|
|
39
|
-
Requires-Dist: killport
|
|
40
|
-
Requires-Dist: open3d
|
|
41
|
-
Requires-Dist: trimesh
|
|
42
|
-
Requires-Dist: cmx
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist: opencv-python
|
|
23
|
+
Requires-Dist: aiohttp; extra == "example"
|
|
24
|
+
Requires-Dist: aiohttp-cors; extra == "example"
|
|
25
|
+
Requires-Dist: killport; extra == "example"
|
|
26
|
+
Requires-Dist: open3d<0.16.0,>=0.15.0; extra == "example"
|
|
27
|
+
Requires-Dist: trimesh; extra == "example"
|
|
28
|
+
Requires-Dist: cmx; extra == "example"
|
|
29
|
+
Requires-Dist: functional_notations; extra == "example"
|
|
30
|
+
Requires-Dist: ml_logger; extra == "example"
|
|
31
|
+
Requires-Dist: opencv-python; extra == "example"
|
|
32
|
+
Provides-Extra: dev
|
|
33
|
+
Requires-Dist: aiohttp; extra == "dev"
|
|
34
|
+
Requires-Dist: aiohttp-cors; extra == "dev"
|
|
35
|
+
Requires-Dist: killport; extra == "dev"
|
|
36
|
+
Requires-Dist: black==22.3.0; extra == "dev"
|
|
37
|
+
Requires-Dist: pylint==2.13.4; extra == "dev"
|
|
38
|
+
Requires-Dist: pytest==7.1.2; extra == "dev"
|
|
39
|
+
Requires-Dist: sphinx==7.1.2; extra == "dev"
|
|
40
|
+
Requires-Dist: furo; extra == "dev"
|
|
41
|
+
Requires-Dist: sphinx-autobuild; extra == "dev"
|
|
42
|
+
Requires-Dist: sphinx_copybutton; extra == "dev"
|
|
43
|
+
Requires-Dist: myst_parser; extra == "dev"
|
|
44
|
+
Requires-Dist: trimesh; extra == "dev"
|
|
45
|
+
Requires-Dist: tqdm; extra == "dev"
|
|
46
46
|
|
|
47
47
|
<h2>Vuer: Modern High-Performance Visualization for AI & Robotics in VR
|
|
48
48
|
<br/>
|
|
@@ -3,17 +3,23 @@ vuer/base.py,sha256=oZWLC1QJ-Oa3ekCtqu3sVLgvUF2Mp7brgtv0OF4uXSI,4226
|
|
|
3
3
|
vuer/events.py,sha256=FFNCEXFZDIEvNV58ZWOZE4Xg-Qf60YJ6w6MLlyOAfiw,7931
|
|
4
4
|
vuer/serdes.py,sha256=GcUTcNwFj2rd-H9Konnud3w1hs7_ACdKzhDuHbnOaB0,2606
|
|
5
5
|
vuer/server.py,sha256=kjTXTOjlIyiJpun_3HJyJQ40BJRoaYP1KKMGyEEWosY,24420
|
|
6
|
-
vuer/types.py,sha256=
|
|
6
|
+
vuer/types.py,sha256=PAhSQtFCpo35H70ndcwEAzQhPgEXX1EjC9nsJK5A1Qw,1221
|
|
7
|
+
vuer/__pycache__/__init__.cpython-311.pyc,sha256=jtNzgxMRe_sQNA7bcFGYXtNQv_fTiR_yvvV1MAen0aw,786
|
|
7
8
|
vuer/__pycache__/__init__.cpython-38.pyc,sha256=9UiyDbGVhzENW5OZYxPZhMK1kVGNV6sTlNFK1Soetdk,652
|
|
9
|
+
vuer/__pycache__/base.cpython-311.pyc,sha256=WP8WCNerh55287dkUtNRRwkTgdIOFphwUI6n9RuB8Xw,8746
|
|
8
10
|
vuer/__pycache__/base.cpython-38.pyc,sha256=-6Ys76_bhj6Eozvh56583kc5JbwMWXa31pCowRCRavY,4789
|
|
11
|
+
vuer/__pycache__/events.cpython-311.pyc,sha256=hjCTwuSe638Gavc5Xu1iPgcyPDxOJ6ggZY2GW6T7oA8,14745
|
|
9
12
|
vuer/__pycache__/events.cpython-38.pyc,sha256=Uvjj__OHltPlyjcaCpOvEQMHFePDW2UdQnAHt9ORi1A,9952
|
|
13
|
+
vuer/__pycache__/serdes.cpython-311.pyc,sha256=oC-sI0zHgAbMLHVD_biVJ6SQfYsXfVc2bGgS6gVPWsM,4631
|
|
10
14
|
vuer/__pycache__/serdes.cpython-38.pyc,sha256=dq4IFqiPsgG26p7ZAd09ehhCTkzsvGTtu8NYck1qBDU,2263
|
|
15
|
+
vuer/__pycache__/server.cpython-311.pyc,sha256=iN010SBrGMzLPa70jGnotbNQLXlfb88NNYIoXDVH8Qo,35379
|
|
11
16
|
vuer/__pycache__/server.cpython-38.pyc,sha256=jEjRV5_-_OrzxDlagGB2EslIIamlm_GVk9_nxux_rFU,22523
|
|
12
|
-
vuer/__pycache__/types.cpython-
|
|
17
|
+
vuer/__pycache__/types.cpython-311.pyc,sha256=mfz-J5SSxO4SF64zPuKxuBavx_CAXfC79OrbIriBtGU,2681
|
|
18
|
+
vuer/__pycache__/types.cpython-38.pyc,sha256=pUI5lGYFXP9idrQMmzgoBqSWtohhJVl708vJakBTaSk,1797
|
|
13
19
|
vuer/addons/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
20
|
vuer/addons/camera_rtc.py,sha256=sT2JjIDCCFacXs9AMrFm2aO3O49n_8iCSRNOjl2P-Yk,5165
|
|
15
|
-
vuer/client_build/404.html,sha256=
|
|
16
|
-
vuer/client_build/index.html,sha256=
|
|
21
|
+
vuer/client_build/404.html,sha256=jVNHGKVKSSK2IagEmTsYdIGbLIfB56tQYHYBqicv6Qs,1319
|
|
22
|
+
vuer/client_build/index.html,sha256=_A8AeneZ53cCiEjMkOLOeX5GcPv9yBSUfpaiWqMp1oU,1441
|
|
17
23
|
vuer/client_build/index.pageContext.json,sha256=r4gtxG-2ZQM_Anhw7hVJ0x1LH6i4SvnrPrmdTD-X_dM,262
|
|
18
24
|
vuer/client_build/assets/chunks/chunk--DLKqV7K.js,sha256=5rBADyJLlTTx23jfyu7Zn0pSVmdRTuhyAQvIXAeNZD0,442057
|
|
19
25
|
vuer/client_build/assets/chunks/chunk--DLKqV7K.js.map,sha256=xaEgB-Q3iNIWYKZ0N8CZH6Rdw3QhZm9N8KLkn5115sY,505135
|
|
@@ -51,6 +57,8 @@ vuer/client_build/assets/chunks/chunk-BcglUJA-.js,sha256=teknNQSIEbAojElR1GjRRb8
|
|
|
51
57
|
vuer/client_build/assets/chunks/chunk-BcglUJA-.js.map,sha256=2Ik6-ufuhnHU0BQfMBBucLrA6ICczgc6SQfw0zhv6o0,3826503
|
|
52
58
|
vuer/client_build/assets/chunks/chunk-BfA9-tgs.js,sha256=Vu3-p81QEj0UnR3PufjrkfDxWRlzSnrMr_V1QO4-Voc,1020
|
|
53
59
|
vuer/client_build/assets/chunks/chunk-BfA9-tgs.js.map,sha256=jm1Yd5HMOZ6_IikHWgBIX7gHS-C22YdgdL940B_PC2A,1761
|
|
60
|
+
vuer/client_build/assets/chunks/chunk-Bfuqp34V.js,sha256=NhAddLSYIYRoE2p2DpbwXk3TDGoW9I7Y3gSWl-_m05c,2753780
|
|
61
|
+
vuer/client_build/assets/chunks/chunk-Bfuqp34V.js.map,sha256=H_RECskOFMphw5zLKCdab-qvPTexqOQX5WxijIAdQC0,9218902
|
|
54
62
|
vuer/client_build/assets/chunks/chunk-Bhi1NkQR.js,sha256=3Ce6jAOPMCXff6DfSIxcPO1ahZOG46dqjWQj7yoaqvg,1020
|
|
55
63
|
vuer/client_build/assets/chunks/chunk-Bhi1NkQR.js.map,sha256=z88rVnY6IisSBhgtxkaT8-rbO3QipMUadB3tuMrEwqY,1761
|
|
56
64
|
vuer/client_build/assets/chunks/chunk-BoHiROvd.js,sha256=q7vlJmojtTuhqhu2v7JY6bfDMzBwe6xzdSdA38VA6tE,442057
|
|
@@ -81,12 +89,20 @@ vuer/client_build/assets/chunks/chunk-CFfnL_8m.js,sha256=T_faXU7Z8Af40hbmQarYqcH
|
|
|
81
89
|
vuer/client_build/assets/chunks/chunk-CFfnL_8m.js.map,sha256=I9t70Rq1X0KYY5r7cNkuMys6hnPwXatWQtu6sRUctbw,505144
|
|
82
90
|
vuer/client_build/assets/chunks/chunk-CHZXciYf.js,sha256=h92s2TsFJUVnsFDOhoj0Mn3OzrgsZFmM4hWhypdk3Ug,1020
|
|
83
91
|
vuer/client_build/assets/chunks/chunk-CHZXciYf.js.map,sha256=BXOyhEm3rVoInpf3Xu0bylM-TYnotkFVj1OFK1ITNDY,1761
|
|
92
|
+
vuer/client_build/assets/chunks/chunk-CJqYWPfW.js,sha256=DV41DVKm-mvQsYvGSjwBllL1q_aOBJ89lM5z8fFVoKs,159787
|
|
93
|
+
vuer/client_build/assets/chunks/chunk-CJqYWPfW.js.map,sha256=eJAoSOhHNQGc-fOo3SUA3xzzwm1cxqL__y9fzqk0-0E,413167
|
|
84
94
|
vuer/client_build/assets/chunks/chunk-CKZ-860S.js,sha256=TPDfJ9r_uribAH7XYv4eISIySah4RIFSwwbmPo89Gis,704233
|
|
85
95
|
vuer/client_build/assets/chunks/chunk-CKZ-860S.js.map,sha256=77T8XsD576M4MwTD-NL5Xtop0CJ6kQhFZMOxShFaios,3826503
|
|
96
|
+
vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js,sha256=LpZdjXl1sKH0c9TK3Zu2AD0aAv1dfpLx3WTT0YTHHnM,131987
|
|
97
|
+
vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js.map,sha256=_SbZLhhQykVZtuZd9YtyLrZ7UfYOucHa3KYSS1S_tpY,345209
|
|
86
98
|
vuer/client_build/assets/chunks/chunk-CYTjWIao.js,sha256=jWVKC-4GTJ_MjICciA45GpPOIat9x7cIUkG59ZxU6j8,159719
|
|
87
99
|
vuer/client_build/assets/chunks/chunk-CYTjWIao.js.map,sha256=y_L4OchCa6Cr8gl7AUdEXojPNohac3hnNLBvncU40Mk,413060
|
|
100
|
+
vuer/client_build/assets/chunks/chunk-CY_2iGUk.js,sha256=qQEYjJnwPgCkRFfHPWkn-EVrE4ozDncuZdyPobNtdSo,1021
|
|
101
|
+
vuer/client_build/assets/chunks/chunk-CY_2iGUk.js.map,sha256=zb0RQrpsMoXlMMggzim42W031x0zDj-0gpWnJ9sxXno,1751
|
|
88
102
|
vuer/client_build/assets/chunks/chunk-CbxBbXvJ.js,sha256=snun-4QWcQLMMs_jVmXGQfuutkj8FoX5hFXAbLfiFq8,1160
|
|
89
103
|
vuer/client_build/assets/chunks/chunk-CbxBbXvJ.js.map,sha256=ymWslgFTIjM7PaQci3ZwGLFvXEWoRiBIcIVwYKDv70Y,98
|
|
104
|
+
vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js,sha256=GBi0W7AwRSRTVaY4FX1miaKtuQNechCR9scO1tnWBOA,801527
|
|
105
|
+
vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js.map,sha256=-3vIdIxODE-BBO3sBbBnRGvzxQHR7ubWoQSyIc1TH_k,2894659
|
|
90
106
|
vuer/client_build/assets/chunks/chunk-CiBNmAfZ.js,sha256=pALyy-SN0GCF7rVAM2BQ52faiRG7HhHr4MqaqgiJvY8,442057
|
|
91
107
|
vuer/client_build/assets/chunks/chunk-CiBNmAfZ.js.map,sha256=MppCPKWXiAckxzLqZX5691QNdVmu9kzF1mhle_VStmc,505424
|
|
92
108
|
vuer/client_build/assets/chunks/chunk-CsvNjlxk.js,sha256=MPccJVlDix0HJAv-70fJtOvP4OoyQSe6vMuozApE2ko,5208564
|
|
@@ -95,8 +111,12 @@ vuer/client_build/assets/chunks/chunk-Ct1q18S2.js,sha256=MtUOPBC2ZMqmRlLBLLfJqpn
|
|
|
95
111
|
vuer/client_build/assets/chunks/chunk-Ct1q18S2.js.map,sha256=dkiuwGzVPtKPk9YVUKfpEWZGwzFoRed_eK-lQ33neqU,505108
|
|
96
112
|
vuer/client_build/assets/chunks/chunk-CuFIYora.js,sha256=iofYrTwC4GiRpqh0maoKAuCOoVEl_aYBHdB0iTCJ_6Y,1020
|
|
97
113
|
vuer/client_build/assets/chunks/chunk-CuFIYora.js.map,sha256=LdxvnveBc48vuhx66wQV2fCd2VTeujmYI66JSVVCM6E,1885
|
|
114
|
+
vuer/client_build/assets/chunks/chunk-Cwh42ARU.js,sha256=GIkAsNHZQjSmgTxkdpflt9P7ygHy1hg25jnqB8Kiy-s,442100
|
|
115
|
+
vuer/client_build/assets/chunks/chunk-Cwh42ARU.js.map,sha256=TyZEjLadbSF5Vrv37youNS2Q9fjycVDpsQODd1DYE_8,505486
|
|
98
116
|
vuer/client_build/assets/chunks/chunk-CzrCPN4I.js,sha256=VekSAQNbp7fmQo3YKbVJ-LhyVzozcNrRoAEyB_htMXc,1020
|
|
99
117
|
vuer/client_build/assets/chunks/chunk-CzrCPN4I.js.map,sha256=jq-gbbVpvoHDIZEwCfoaGubHO9N7a4JdCilfPCYZWj0,1936
|
|
118
|
+
vuer/client_build/assets/chunks/chunk-D7HrI6pR.js,sha256=XtpnVGazJzwxryWnCsV0evlNTR1H1wrEqqz12SQD0Cc,1060
|
|
119
|
+
vuer/client_build/assets/chunks/chunk-D7HrI6pR.js.map,sha256=3Lj96o1TArIsN8KERSqsGUjWPfiMaImpKvzulKQv8T8,98
|
|
100
120
|
vuer/client_build/assets/chunks/chunk-DAfdqQjW.js,sha256=wZmRPkHwutF2gRlhsYbNnoplQhNLE1-97LuRd5G-rgI,120601
|
|
101
121
|
vuer/client_build/assets/chunks/chunk-DAfdqQjW.js.map,sha256=Bp18AVyiwsK6_NcXNO56SnYs44MP93IwEFEYnqKZSW4,316883
|
|
102
122
|
vuer/client_build/assets/chunks/chunk-DCDpkMG7.js,sha256=EzEMq08UNySmGAATJ-jEO5Vs4u7HYECzFbqa0JdFRvU,442057
|
|
@@ -109,6 +129,8 @@ vuer/client_build/assets/chunks/chunk-DYKOHF2g.js,sha256=0TS3tqHKvqsnfjN1ATJHhmP
|
|
|
109
129
|
vuer/client_build/assets/chunks/chunk-DYKOHF2g.js.map,sha256=XIPMTX1VesDsAnhxNoFL20dFom_rbVgTjtO2_jzxa4E,1761
|
|
110
130
|
vuer/client_build/assets/chunks/chunk-DfPmMDZ_.js,sha256=I3p2IICei4ggwdDAekzI980k434Y2sNTmsNeZHLBRbE,442057
|
|
111
131
|
vuer/client_build/assets/chunks/chunk-DfPmMDZ_.js.map,sha256=pjr0QD5EEQXI0uQ-97BFgeSw2_ZtzBX002jS2XVld2I,505063
|
|
132
|
+
vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js,sha256=I67d1tHnGLTaf2LMNUN7wJBz6Mc7mPTKiFF3XRZuR7k,707940
|
|
133
|
+
vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js.map,sha256=2UQ9cCca2DKIBzL81kliGSFacHYYOlbr9d7-pzSdPcM,3854813
|
|
112
134
|
vuer/client_build/assets/chunks/chunk-DmJpzbm4.js,sha256=AV0DOARnr9CeiVoVuhYJSMqDfCghldkKnENqRC_vzgw,1020
|
|
113
135
|
vuer/client_build/assets/chunks/chunk-DmJpzbm4.js.map,sha256=H2U_eaVVx-yidSQISXa4Tx1dUBYJOkIF9VQEpuLeTS4,1761
|
|
114
136
|
vuer/client_build/assets/chunks/chunk-DwbVXIvg.js,sha256=j4gGNPWbHQdTpS6TcD-6-zlG5kgz0P3yTLcOFnDTm5g,5189944
|
|
@@ -145,6 +167,8 @@ vuer/client_build/assets/chunks/chunk-nZxgQgPf.js,sha256=G2uv1S9cpQtQgKaEDXfeyuq
|
|
|
145
167
|
vuer/client_build/assets/chunks/chunk-nZxgQgPf.js.map,sha256=1PqIF4igbGpe_hL8sm1jalOk30jPnpijJdVIylfGsY8,505424
|
|
146
168
|
vuer/client_build/assets/entries/entry-client-routing.B1dSIReX.js,sha256=abM3sWFtk_0uJQYkwDDv9zltWJ7VJvPfzDMy-2OHuVQ,70496
|
|
147
169
|
vuer/client_build/assets/entries/entry-client-routing.B1dSIReX.js.map,sha256=G6zlvsu4XYTldVLsb9mKg8MhiScQfS-BFoNTf1MuYjM,361312
|
|
170
|
+
vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js,sha256=doNorTh1KXFGRMyQkomcymj3KMKcuA3jdYDE3h3rHKE,70535
|
|
171
|
+
vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js.map,sha256=CflUNm8fiB8BwcqAjQmqVMd5vcUvHdFmTApRvU3ZpLY,361930
|
|
148
172
|
vuer/client_build/assets/entries/entry-client-routing.CTN-tpDF.js,sha256=NqhN1ZEvv_nzEl2Rx3TLlIEhBFawsQSMjqcGpAjsIbs,70496
|
|
149
173
|
vuer/client_build/assets/entries/entry-client-routing.CTN-tpDF.js.map,sha256=n0GVvZMaejK5H_eyAxxulqDWZk4IrG_TBjtwVk9wP50,361312
|
|
150
174
|
vuer/client_build/assets/entries/entry-client-routing.CYpDmEEY.js,sha256=9L_oqqdCVuqs2HJOMvqG4ebrit8smvc41FTIvWXWgSk,70496
|
|
@@ -165,6 +189,8 @@ vuer/client_build/assets/entries/entry-client-routing.rRnBeHCY.js,sha256=VE9Hggl
|
|
|
165
189
|
vuer/client_build/assets/entries/entry-client-routing.rRnBeHCY.js.map,sha256=J5-74z2GwcIwpHv9OcSIGhBAEyyTAozmeIAVPd_sJ9Q,361312
|
|
166
190
|
vuer/client_build/assets/entries/pages_editor.BHCCdoPn.js,sha256=pH00P4c0VsNjwSG9CM1wTjHfZE-PqATxHSx2-7Lgmvk,3987
|
|
167
191
|
vuer/client_build/assets/entries/pages_editor.BHCCdoPn.js.map,sha256=61K0VyW7ATyBelTHuVrhcYjbyhC_J1zvEpDYGWt3sss,8111
|
|
192
|
+
vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js,sha256=tsQHNMBa_ZGt_4UOONUwJ8iZgq2SZVz6kcwO_wukjHA,4355
|
|
193
|
+
vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js.map,sha256=kJT3WQDt8bM4tIfmgc-tpICmZLf06dndBSCmxTeoWc0,9501
|
|
168
194
|
vuer/client_build/assets/entries/pages_editor.D-SQOLMj.js,sha256=JpheM-SQaTVkQVZSG5_TUUNbhcNa5kBA4-Sg964j4Po,3805
|
|
169
195
|
vuer/client_build/assets/entries/pages_editor.D-SQOLMj.js.map,sha256=vlShOAe49zoqxpUXrRvU2zuxgZ3I3sLsgXxWt_ddEC0,7566
|
|
170
196
|
vuer/client_build/assets/entries/pages_editor.DUpLeT29.js,sha256=LySQWQyiZAWmYzDL-lLl79cV3dZKTkpNaUtLVxyioK4,3987
|
|
@@ -185,8 +211,12 @@ vuer/client_build/assets/entries/pages_editor.vu7gyt89.js,sha256=2z0H2o_iwtLCWPy
|
|
|
185
211
|
vuer/client_build/assets/entries/pages_editor.vu7gyt89.js.map,sha256=vI6pR3vjwwNXTQc6IvIk7KdfeOuWPRFyB_JZ0rppLMA,8111
|
|
186
212
|
vuer/client_build/assets/entries/pages_error.B5GIitAt.js,sha256=JmPgqZp5rwbKofnj1pSiDc_ny5uHihHZuaiYh0i9i9U,2157
|
|
187
213
|
vuer/client_build/assets/entries/pages_error.B5GIitAt.js.map,sha256=e62Iwjw5IjxEvgN1JBeekigrW7s4vZ-QFOnMGYvyXQs,1329
|
|
214
|
+
vuer/client_build/assets/entries/pages_error.D6auTzhG.js,sha256=iIeR7OpWRYU6XNFEosL3YlefmM5g8DK4HyJINp7R34Q,2157
|
|
215
|
+
vuer/client_build/assets/entries/pages_error.D6auTzhG.js.map,sha256=M4bzhqCDlDcR7TrcE_cgGvGncKvHPKPKvyjfgSzxogs,1334
|
|
188
216
|
vuer/client_build/assets/entries/pages_index.B_uQlUq1.js,sha256=ivP61mB5kSfPzVcUdTBK7kN_wYp3577tOEoFprCgBXA,3066
|
|
189
217
|
vuer/client_build/assets/entries/pages_index.B_uQlUq1.js.map,sha256=j7QBAstQY48qkILVQ7ZhalPRVu6B5ahW6F3hiunRw1A,5813
|
|
218
|
+
vuer/client_build/assets/entries/pages_index.BeavKUpT.js,sha256=jmu9IXjfiicF-7yyqIBZpJPXjk2c_srlF3rI4WeFRIg,3342
|
|
219
|
+
vuer/client_build/assets/entries/pages_index.BeavKUpT.js.map,sha256=12C7G-IpruEvBG4TZ5lum0DbbwGvGLUHMd7v08Y4mBk,6868
|
|
190
220
|
vuer/client_build/assets/entries/pages_index.Bq-2rgFL.js,sha256=8RolR85TvYUad58oAxPspTosSjoGrEeL4O2IQT2ufkU,3066
|
|
191
221
|
vuer/client_build/assets/entries/pages_index.Bq-2rgFL.js.map,sha256=x2Vcv8ZxGFM6jDhhu6eCNGTlh2WE6WByTMaHt-ZGmcg,6179
|
|
192
222
|
vuer/client_build/assets/entries/pages_index.CHrRJO18.js,sha256=_fr5xzWom6IbZOx1RW4AeBQe2VQaln9BcPe2B9smbcw,3066
|
|
@@ -205,6 +235,8 @@ vuer/client_build/assets/entries/pages_index._zBLzbRS.js,sha256=INeWJYVmpEQOCXfz
|
|
|
205
235
|
vuer/client_build/assets/entries/pages_index._zBLzbRS.js.map,sha256=b4FrX6zz386ZeJ8sptN_CFKyuYcZ8xFKA62mv4Mxzj4,5813
|
|
206
236
|
vuer/client_build/assets/entries/pages_index.tVdD5GSD.js,sha256=sa7HaiDAP4DjtcZH018wMffrqocFSFeTJr5Tdttiy8s,3066
|
|
207
237
|
vuer/client_build/assets/entries/pages_index.tVdD5GSD.js.map,sha256=Cbqj0JtKcqNBo3XP8NCT4_rX0Oaa94hzlLOXUfWVEks,6179
|
|
238
|
+
vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js,sha256=QZOQOalKq5za4Uxo5CmGgqQpE2Df3ra_o749UCkDiAk,2191
|
|
239
|
+
vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js.map,sha256=5hZ9Hua84jLEPfvrqVU2iFbDj56QMKGuy-6WoKx-FEM,1280
|
|
208
240
|
vuer/client_build/assets/entries/pages_simple.C83OOGlu.js,sha256=J7IUjapPoBK1IpzEJmzjf9Io6NG7TaeAewNP3OpdWsU,2189
|
|
209
241
|
vuer/client_build/assets/entries/pages_simple.C83OOGlu.js.map,sha256=CeVOwcB2Py3xS_ATgJvQuLaoVdWuwiN6K7L-jFJNCKQ,1285
|
|
210
242
|
vuer/client_build/assets/entries/pages_simple.CdaRQTQe.js,sha256=Q1nJov3nn9f2jzACTqf5oNidIkPbJTAYyNJ9FSzZyMQ,2189
|
|
@@ -225,15 +257,18 @@ vuer/client_build/assets/entries/pages_simple.pTJPS3oZ.js,sha256=-9TS16WPaC44ON-
|
|
|
225
257
|
vuer/client_build/assets/entries/pages_simple.pTJPS3oZ.js.map,sha256=h8rB10z-PW6sCfH2OqLYgnmGDtYmY0jyybQvJVX59vA,1285
|
|
226
258
|
vuer/client_build/assets/entries/pages_simple.tQB5fH89.js,sha256=zuvAGkhJmWW2guZYV9rUv5V_rEbtO4Qsup3NhWZmNdI,2189
|
|
227
259
|
vuer/client_build/assets/entries/pages_simple.tQB5fH89.js.map,sha256=bvQjnLjzunyKCDPPUh0v6hzMMMMuwKqj4ZoPT1NFSWc,1285
|
|
260
|
+
vuer/client_build/assets/static/editor.B6qEVXNb.css,sha256=COYsPdFoFsBandZN5uv9xRzb3MlH9M9-de-TuCmfsVA,121
|
|
228
261
|
vuer/client_build/assets/static/editor.e6iYOnjc.css,sha256=COYsPdFoFsBandZN5uv9xRzb3MlH9M9-de-TuCmfsVA,121
|
|
262
|
+
vuer/client_build/assets/static/index.BbAhTARb.css,sha256=WWV7I9mur1lWEo8lWppkuYlBx2dQKpEXt-0azMYnLIU,134
|
|
229
263
|
vuer/client_build/assets/static/index.CdgWIjKL.css,sha256=WWV7I9mur1lWEo8lWppkuYlBx2dQKpEXt-0azMYnLIU,134
|
|
230
264
|
vuer/client_build/assets/static/logo.2_7Lo9tV.svg,sha256=vr4ukFyN_pgQCYZZTj73l8rIXKUB0SvkrqNcgmebgLA,5786
|
|
265
|
+
vuer/client_build/assets/static/onRenderClient.C5hpRi0h.css,sha256=Pi5--ucBQ6l2KdfoZ7IkCzmOGOroRL-mD2t_f4hkMSs,1284
|
|
231
266
|
vuer/client_build/assets/static/onRenderClient.DQ-loHhw.css,sha256=Pi5--ucBQ6l2KdfoZ7IkCzmOGOroRL-mD2t_f4hkMSs,1284
|
|
232
|
-
vuer/client_build/editor/index.html,sha256=
|
|
267
|
+
vuer/client_build/editor/index.html,sha256=BMb5PHLcUfFvQagaUOjc2dV_0gjr8Xk_J5Vsw_wvbcc,3216
|
|
233
268
|
vuer/client_build/editor/index.pageContext.json,sha256=bLcKDOa4CtiHhbja7nw5Oh5ol4l4ue5gRlrkYbKHofg,263
|
|
234
269
|
vuer/client_build/pages/_error/+Page.d.ts,sha256=hXxTpSGQAzc1Kn3yurA755YFc1JnvMpBgG5HwHWqOOs,83
|
|
235
|
-
vuer/client_build/pages/editor/+Page.d.ts,sha256=
|
|
236
|
-
vuer/client_build/pages/index/+Page.d.ts,sha256=
|
|
270
|
+
vuer/client_build/pages/editor/+Page.d.ts,sha256=JXeDuj0A25_99LOFA_1wKpnUyaxknltOxMzs2vjEBko,652
|
|
271
|
+
vuer/client_build/pages/index/+Page.d.ts,sha256=0SlZf9LercYWk-_Nc2AkE-kWsYOIoXqbMdHBI9oiYws,666
|
|
237
272
|
vuer/client_build/pages/simple/+Page.d.ts,sha256=iIH_g-HEeICF2A7Ksn-kcOY6Tjj_mCn7CLy7SYYRICE,73
|
|
238
273
|
vuer/client_build/renderer/+config.d.ts,sha256=UCfIMXcVPKjbEQMUK9Sh8-xowNsNK0OyNUUExBqpaLQ,1108
|
|
239
274
|
vuer/client_build/renderer/+onHydrationEnd.d.ts,sha256=AtVksa3VS-7Oh6QNvh-UwKV1vBbAQecr1YMHHNDtx8U,128
|
|
@@ -247,22 +282,36 @@ vuer/client_build/renderer/PageContext.d.ts,sha256=hH4ljDXmvkz_xXlbjBI_llgEUqrMK
|
|
|
247
282
|
vuer/client_build/renderer/getPageTitle.d.ts,sha256=rHvLmsnh4G0xD9B0FlcrAI93RT0GInufGOinxZSSScQ,132
|
|
248
283
|
vuer/client_build/renderer/useData.d.ts,sha256=lTrtm6SLW2aYv-3Z6my7GcYvkWXg0pqUGEzkD51IaSY,60
|
|
249
284
|
vuer/client_build/renderer/usePageContext.d.ts,sha256=26uPKf2dSf8qlkUMSF9q2dppl4AJ31ab4kcxHu1xuwc,363
|
|
250
|
-
vuer/client_build/simple/index.html,sha256=
|
|
285
|
+
vuer/client_build/simple/index.html,sha256=GVAQ1ygyE6zIk5AJ1acoP1s37LKyMsVefcs4Tc-9nJQ,1321
|
|
251
286
|
vuer/client_build/simple/index.pageContext.json,sha256=LMLlfm0XgdlLe9rwQs5dEdo6xt65vOCxWfdfriECyyA,263
|
|
252
|
-
vuer/
|
|
287
|
+
vuer/frame/__init__.py,sha256=y0xBYalkjHutUK71HO7vIy_Hk1fsuJV4FQIgS79S4VU,45
|
|
288
|
+
vuer/frame/convert.py,sha256=qEew5qJlt7yOsT8ei61Zp6Y_4RqocNFiV2vHOYkrLtc,591
|
|
289
|
+
vuer/frame/to_mat.py,sha256=-S_HZafF_2BYR8dJVyN2dlB6iK2e4iSuHtWRq5dActE,1459
|
|
290
|
+
vuer/frame/__pycache__/__init__.cpython-38.pyc,sha256=MtKJVW7n-TZAI7hwJ4i0xOP02OahqiQorq-WZKtsbxo,182
|
|
291
|
+
vuer/frame/__pycache__/convert.cpython-38.pyc,sha256=uCHSY3vsm0YZVGkQ-4lI0xdFu8sl9QyC3sFSdN4-tds,579
|
|
292
|
+
vuer/frame/__pycache__/to_mat.cpython-38.pyc,sha256=NOApu1ix9Wrej8l7YHoAjUyxCALQI49FBk910Wp0e2s,1223
|
|
293
|
+
vuer/schemas/__init__.py,sha256=NQdnh7O1om6omAEBvqvq9dXwuxmW3NC0m23h1mmqc14,159
|
|
253
294
|
vuer/schemas/drei_components.py,sha256=U9svEOnNprhZaobLagaFnqEtZxo5hiriSqjDnvQutoA,6989
|
|
254
295
|
vuer/schemas/html_components.py,sha256=28KuxiSoLi0W7LLK81QqyZbBQ6IsK5HyQqWN86ZlUuo,6759
|
|
255
|
-
vuer/schemas/physics_components.py,sha256=
|
|
256
|
-
vuer/schemas/scene_components.py,sha256=
|
|
296
|
+
vuer/schemas/physics_components.py,sha256=AQdqyoOYMRoqXwT-UQOkDQrdVyjnpSPPBZEXreFEnl8,1622
|
|
297
|
+
vuer/schemas/scene_components.py,sha256=8aRAXtUrQKjKCW9R4NCXxygJ6aEOL4t8Vsov_MgP8o0,27679
|
|
257
298
|
vuer/schemas/timeline_components.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
258
|
-
vuer/schemas/
|
|
299
|
+
vuer/schemas/vuer_components.py,sha256=lfFZjsfuMSnfdPN0ZUtFcdQ4tcGiJkQGRA1nq2pRcUE,1542
|
|
300
|
+
vuer/schemas/__pycache__/__init__.cpython-311.pyc,sha256=2rX523HNmNtcY1ylKcziHX06I1VS7ewBVzbHPHflkII,356
|
|
301
|
+
vuer/schemas/__pycache__/__init__.cpython-38.pyc,sha256=8k4UWqg9gv6D0OZCCYq6YAiI5gwb1_2Y6fZDOQ0wJUg,286
|
|
302
|
+
vuer/schemas/__pycache__/drei_components.cpython-311.pyc,sha256=t8UfZ7kSoHSTarv_1CPmRxUjlaC56f3IVmTenqB89Xw,8317
|
|
259
303
|
vuer/schemas/__pycache__/drei_components.cpython-38.pyc,sha256=YzK4Sa888xt8OhOPsx2L3iEQEU4ZGS5AwrcsQHNzN1E,7720
|
|
304
|
+
vuer/schemas/__pycache__/html_components.cpython-311.pyc,sha256=QuQijps1rCiC0XKMsKz3UfNJhNuKLslSkd_AAIbYGow,14384
|
|
260
305
|
vuer/schemas/__pycache__/html_components.cpython-38.pyc,sha256=et9rfXXph4c6sBBzL7Hwptff3-nscvnxoIIH9xOK-9o,8753
|
|
306
|
+
vuer/schemas/__pycache__/physics_components.cpython-311.pyc,sha256=EPllfgDfrW8Ul8ruPodpfB8rlTgMjztOv7R4BPugP3M,1742
|
|
261
307
|
vuer/schemas/__pycache__/physics_components.cpython-38.pyc,sha256=DvetxsLdYiYVgUtLvmsTZY4zNB8HQmlrY6q-2IYSgy4,1274
|
|
262
|
-
vuer/schemas/__pycache__/scene_components.cpython-
|
|
263
|
-
vuer-
|
|
264
|
-
vuer-
|
|
265
|
-
vuer-
|
|
266
|
-
vuer-0.0.
|
|
267
|
-
vuer-0.0.
|
|
268
|
-
vuer-0.0.
|
|
308
|
+
vuer/schemas/__pycache__/scene_components.cpython-311.pyc,sha256=0cjc3Mlk63igX7UMfBe7ZjEvBh3uQZ3rXY_ubZT3nLI,37691
|
|
309
|
+
vuer/schemas/__pycache__/scene_components.cpython-38.pyc,sha256=28QR41a4HpE8NIcZzP7qgKUZggQG1D-OLmz5bfhl-tc,28875
|
|
310
|
+
vuer/schemas/__pycache__/vuer_components.cpython-311.pyc,sha256=F3ZG81FIJzBhycQGKbRRQ3fXLm-QoI1x6QOlUO91C4g,1973
|
|
311
|
+
vuer/schemas/__pycache__/vuer_components.cpython-38.pyc,sha256=wtdKfPyqbswLT3oAPWe7GKuxfyU7lLVvYdEbt6IIRFY,1819
|
|
312
|
+
vuer-0.0.36rc1.dist-info/LICENSE,sha256=MGF-inVBUaGe2mEjqT0g6XsHIXwoNXgNHqD7Z1MzR0k,1063
|
|
313
|
+
vuer-0.0.36rc1.dist-info/METADATA,sha256=A--pRZFsApCBWwC8cGXSv-QKuwIUxEnZ3cq-UuJ7h5g,5626
|
|
314
|
+
vuer-0.0.36rc1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
315
|
+
vuer-0.0.36rc1.dist-info/entry_points.txt,sha256=J_NM6fbpipmD9oP7cdxd1UyBR8mVEQVx0xjlE_56yss,41
|
|
316
|
+
vuer-0.0.36rc1.dist-info/top_level.txt,sha256=ermmVkwvGFAK4gfSgDIwOmKpxwpqNt-oo7gVQQUSHok,5
|
|
317
|
+
vuer-0.0.36rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|