Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A basic A-Frame HTML program that creates a VR scene with a spinning box and a sky background.
# aframe/demo/index.html
<html>
<head>
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-box position="0 1.5 -3" rotation="0 45 0" color="#4CC3D9" animation="property: rotation; to: 0 405 0; loop: true; dur: 5000"></a-box>
<a-sky color="#ECECEC"></a-sky>
</a-scene>
</body>
</html>Frame is a web-based platform and runtime for building interactive 3D and virtual worlds. It focuses on immersive experiences, real-time collaboration, and extensible web-native content, running entirely in the browser using WebGL/WebGPU.
Origin & Creator
Frame was developed by Vircadia (previously High Fidelity) contributors, with ongoing development for open virtual spaces and web-based 3D collaboration (2015-present).
Industrial Note
Frame is used for virtual events, collaborative design, immersive learning, remote meetings, and interactive 3D presentations, bringing spatial computing to web-first environments.