vrmx
v0.0.0
Published
Inspired by [vrml](https://en.wikipedia.org/wiki/VRML), [a-frame](https://aframe.io/), and [htmx](https://htmx.org/), vrmx is a [hypertext](https://en.wikipedia.org/wiki/Hypertext) for building an interactable server-generated [metaverse](https://en.wikip
Downloads
2
Readme
vrmx - a hypertext for the metaverse
Inspired by vrml, a-frame, and htmx, vrmx is a hypertext for building an interactable server-generated metaverse.
<html>
<head>
<title>Metaverse</title>
<script src="https://unpkg.com/vrmx/dist/index.js"></script>
</head>
<mv-world>
<mv-object post="/hat-touched" src="hat.gltf" swap="self">
<mv-object y="-.025">
<geo-box widght="1" height=".05" depth="1">
<mat-std color="brown">
<mv-object>
</mv-world>
</html>
@app.post("/hat-touched")
def hat_touched():
return '<mv-object src="rabit.gltf">'