Build 3D mapping UI with WebSockets
frontend-3d-buildersubagentsetup L3★0
delatorrecj/matrix ↗What it does
Generate and optimize 3D scenes for web browsers
Best for
Building browser-based 3D visualizations when performance budget is tight and delivery is web-only
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
Requires
- · Three.js
- · Babylon.js
- · or WebGL
Preconditions
- · Scene geometry specified
- · Browser target defined (mobile/desktop)
- · Performance constraints quantified
Failure modes
- · Over-using geometry detail without LOD (frame rate drops)
- · Unoptimized shaders causing GPU throttle
- · Missing texture compression
Trust signals
- · Polygon count and draw-call metrics reported
- · LOD/culling strategy documented