A-Frame
Jump to navigation
Jump to search
A-Frame | |
---|---|
License: | MIT License |
Website: | https://aframe.io/ |
An open source Web framework for building virtual reality scenes |
A-Frame is an open source Web framework for building virtual reality scenes, maintained by Mozilla and WebVR. The following libraries integrate OpenStreetMap-based maps into A-Frame projects:
- aframe-map, based on Mapbox GL - displays a 2D map in a flat surface within a 3D environment
- aframe-tangram-component, based on Tangram - displays a 2D map in a flat surface within a 3D environment
- osm4vr (3DStreet fork) – 3D buildings from vector tiles or GeoJSON
- vrmap A demo to 3D render buildings and trees on a 2D map - Try it
A-Frame uses a HTML-Syntax to build 3D Worlds. The Syntax can be extended by Components. There are some, supporting maps and OSM:
- aframe-map: The <a-map> entity displays a plane textured with a rendered OpenStreetMap map. [1]
- aframe-openlayers-component: Allows the use of OpenLayers maps inside A-Frame. [2]
- aframe-geojson-component: A GeoJSON/TopoJSON component for easily building an orthographic globe in A-Frame. [3]
- aframe-tangram-component: A Mapzen Tangram component for A-Frame. [4]
- aframe-tangram-terrain-component: A Mapzen Tangram terrain component for A-Frame. [5]