getting-started

Vuer: Python async backend (aiohttp) <--WebSocket--> Browser client (Three.js)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "getting-started" with this command: npx skills add vuer-ai/vuer/vuer-ai-vuer-getting-started

Vuer Quick Start

Vuer: Python async backend (aiohttp) <--WebSocket--> Browser client (Three.js)

Minimal Example

from vuer import Vuer, VuerSession from vuer.schemas import DefaultScene, Box, Sphere

app = Vuer()

@app.spawn(start=True) async def main(session: VuerSession): session.set @ DefaultScene( Box(key="box", args=[0.2, 0.2, 0.2]), Sphere(key="sphere", args=[0.1], position=[0.5, 0, 0]), ) await session.forever()

View at https://vuer.ai (connects to ws://localhost:8012).

Session APIs

API Purpose

session.set @ Scene(...)

Initialize root scene (once)

session.upsert @ Element(...)

Update or insert element

session.update @ Element(...)

Update existing only

session.add @ Element(...)

Add new element

session.remove @ "key"

Remove by key

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

components

No summary provided by upstream source.

Repository SourceNeeds Review
General

examples

No summary provided by upstream source.

Repository SourceNeeds Review
General

getting-started

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

HTML to Markdown

Convert HTML↔Markdown for web clipping, clean notes, and batch content migration. Use when users ask 网页转Markdown/Markdown转HTML/批量转换. Supports local files, UR...

Registry SourceRecently Updated