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.

Files changed (68) hide show
  1. vuer/__pycache__/__init__.cpython-311.pyc +0 -0
  2. vuer/__pycache__/base.cpython-311.pyc +0 -0
  3. vuer/__pycache__/events.cpython-311.pyc +0 -0
  4. vuer/__pycache__/serdes.cpython-311.pyc +0 -0
  5. vuer/__pycache__/server.cpython-311.pyc +0 -0
  6. vuer/__pycache__/types.cpython-311.pyc +0 -0
  7. vuer/__pycache__/types.cpython-38.pyc +0 -0
  8. vuer/client_build/404.html +5 -5
  9. vuer/client_build/assets/chunks/chunk-Bfuqp34V.js +6860 -0
  10. vuer/client_build/assets/chunks/chunk-Bfuqp34V.js.map +1 -0
  11. vuer/client_build/assets/chunks/chunk-CJqYWPfW.js +53 -0
  12. vuer/client_build/assets/chunks/chunk-CJqYWPfW.js.map +1 -0
  13. vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js +16 -0
  14. vuer/client_build/assets/chunks/chunk-CPRQl8Yc.js.map +1 -0
  15. vuer/client_build/assets/chunks/chunk-CY_2iGUk.js +3 -0
  16. vuer/client_build/assets/chunks/chunk-CY_2iGUk.js.map +1 -0
  17. vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js +269 -0
  18. vuer/client_build/assets/chunks/chunk-ChCpIqvJ.js.map +1 -0
  19. vuer/client_build/assets/chunks/chunk-Cwh42ARU.js +102 -0
  20. vuer/client_build/assets/chunks/chunk-Cwh42ARU.js.map +1 -0
  21. vuer/client_build/assets/chunks/chunk-D7HrI6pR.js +2 -0
  22. vuer/client_build/assets/chunks/chunk-D7HrI6pR.js.map +1 -0
  23. vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js +4660 -0
  24. vuer/client_build/assets/chunks/chunk-Dhe4rJMi.js.map +1 -0
  25. vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js +5 -0
  26. vuer/client_build/assets/entries/entry-client-routing.BH_27foy.js.map +1 -0
  27. vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js +2 -0
  28. vuer/client_build/assets/entries/pages_editor.BvGv6pkK.js.map +1 -0
  29. vuer/client_build/assets/entries/pages_error.D6auTzhG.js +2 -0
  30. vuer/client_build/assets/entries/pages_error.D6auTzhG.js.map +1 -0
  31. vuer/client_build/assets/entries/pages_index.BeavKUpT.js +2 -0
  32. vuer/client_build/assets/entries/pages_index.BeavKUpT.js.map +1 -0
  33. vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js +2 -0
  34. vuer/client_build/assets/entries/pages_simple.B6Yx1v5Z.js.map +1 -0
  35. vuer/client_build/assets/static/editor.B6qEVXNb.css +1 -0
  36. vuer/client_build/assets/static/index.BbAhTARb.css +1 -0
  37. vuer/client_build/assets/static/onRenderClient.C5hpRi0h.css +1 -0
  38. vuer/client_build/editor/index.html +8 -7
  39. vuer/client_build/index.html +8 -7
  40. vuer/client_build/pages/editor/+Page.d.ts +21 -1
  41. vuer/client_build/pages/index/+Page.d.ts +21 -1
  42. vuer/client_build/simple/index.html +6 -6
  43. vuer/frame/__init__.py +2 -0
  44. vuer/frame/__pycache__/__init__.cpython-38.pyc +0 -0
  45. vuer/frame/__pycache__/convert.cpython-38.pyc +0 -0
  46. vuer/frame/__pycache__/to_mat.cpython-38.pyc +0 -0
  47. vuer/frame/convert.py +44 -0
  48. vuer/frame/to_mat.py +50 -0
  49. vuer/schemas/__init__.py +1 -0
  50. vuer/schemas/__pycache__/__init__.cpython-311.pyc +0 -0
  51. vuer/schemas/__pycache__/__init__.cpython-38.pyc +0 -0
  52. vuer/schemas/__pycache__/drei_components.cpython-311.pyc +0 -0
  53. vuer/schemas/__pycache__/html_components.cpython-311.pyc +0 -0
  54. vuer/schemas/__pycache__/physics_components.cpython-311.pyc +0 -0
  55. vuer/schemas/__pycache__/scene_components.cpython-311.pyc +0 -0
  56. vuer/schemas/__pycache__/scene_components.cpython-38.pyc +0 -0
  57. vuer/schemas/__pycache__/vuer_components.cpython-311.pyc +0 -0
  58. vuer/schemas/__pycache__/vuer_components.cpython-38.pyc +0 -0
  59. vuer/schemas/physics_components.py +23 -11
  60. vuer/schemas/scene_components.py +169 -5
  61. vuer/schemas/vuer_components.py +47 -0
  62. vuer/types.py +0 -1
  63. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/METADATA +29 -29
  64. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/RECORD +68 -19
  65. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/WHEEL +1 -1
  66. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/LICENSE +0 -0
  67. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/entry_points.txt +0 -0
  68. {vuer-0.0.35rc18.dist-info → vuer-0.0.36rc1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/chunks/chunk-Cwh42ARU.js","assets/chunks/chunk-Bfuqp34V.js","assets/chunks/chunk-D7HrI6pR.js","assets/chunks/chunk-CJqYWPfW.js","assets/static/onRenderClient.C5hpRi0h.css"])))=>i.map(i=>d[i]);
2
+ import{_ as c}from"./chunk-D7HrI6pR.js";import{r,j as l}from"./chunk-CJqYWPfW.js";import{b6 as i}from"./chunk-Bfuqp34V.js";const m={all:255,foregrounds:2,backgrounds:1};let s=!1;async function p(a=t=>{s=t}){if(typeof window>"u")return;const{LumaSplatsThree:t}=await c(async()=>{const{LumaSplatsThree:o}=await import("./chunk-Cwh42ARU.js");return{LumaSplatsThree:o}},__vite__mapDeps([0,1,2,3,4]));i({LumaSplats:t}),a(!0)}function L({src:a,semantics:t="all",...o}){const[n,u]=r.useState(s);return r.useEffect(()=>{s||(async()=>(console.log("registering LumaSplats component. This should occur only once."),await p(e=>{u(e),s=e})))()},[]),n?l.jsx("lumaSplats",{semanticsMask:m[t],source:a,...o}):null}export{L as default};
3
+ //# sourceMappingURL=chunk-CY_2iGUk.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"mappings":";2HAGA,MAAMA,EAAI,CACR,IAAK,IACL,YAAa,EACb,YAAa,CACf,EACA,IAAI,EAAI,GACR,eAAeC,EAAEC,EAAK,GAAM,CAC1B,EAAI,CACN,EAAG,CACD,GAAI,OAAO,OAAS,IAAK,OACzB,KAAM,CAAE,gBAAiBC,GAAM,MAAKC,EAAA,wCAAC,QAAO,qBAA+B,2DAC3EC,EAAE,CAAE,WAAYF,CAAG,GAAGD,EAAE,EAAE,CAC5B,CACA,SAAS,EAAE,CACT,IAAKA,EACL,UAAW,EAAI,MACf,GAAG,CACL,EAAG,CACD,KAAM,CAACI,EAAGC,CAAC,EAAIC,WAAE,CAAC,EAClB,OAAOC,EAAC,UAAC,IAAM,CACb,IAAM,UACJ,QAAQ,IACN,gEACR,EAAS,MAAMR,EAAGS,GAAM,CAChBH,EAAEG,CAAC,EAAG,EAAIA,CAClB,CAAO,KAEP,EAAK,CAAE,GAAGJ,EAAoBK,EAAC,IAC3B,aACA,CACE,cAAeX,EAAE,CAAC,EAClB,OAAQE,EACR,GAAG,CACT,CACA,EAAM,IACN","names":["f","m","e","o","__vitePreload","i","r","n","l","c","a","u"],"ignoreList":[0],"sources":["../../../../node_modules/@vuer-ai/vuer/dist/index-D4RZlWUW.js"],"sourcesContent":["import { jsx as u } from \"react/jsx-runtime\";\nimport { extend as i } from \"@react-three/fiber\";\nimport { useState as l, useEffect as c } from \"react\";\nconst f = {\n all: 255,\n foregrounds: 2,\n backgrounds: 1\n};\nlet s = !1;\nasync function m(e = (t) => {\n s = t;\n}) {\n if (typeof window > \"u\") return;\n const { LumaSplatsThree: o } = await import(\"./luma-web.module-BDYasAck.js\");\n i({ LumaSplats: o }), e(!0);\n}\nfunction L({\n src: e,\n semantics: t = \"all\",\n ...o\n}) {\n const [r, n] = l(s);\n return c(() => {\n s || (async () => {\n console.log(\n \"registering LumaSplats component. This should occur only once.\"\n ), await m((a) => {\n n(a), s = a;\n });\n })();\n }, []), r ? /* @__PURE__ */ u(\n \"lumaSplats\",\n {\n semanticsMask: f[t],\n source: e,\n ...o\n }\n ) : null;\n}\nexport {\n L as default\n};\n"],"file":"assets/chunks/chunk-CY_2iGUk.js"}