https://github.com/randomsearch18/a-frame-fun
https://github.com/randomsearch18/a-frame-fun
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/randomsearch18/a-frame-fun
- Owner: RandomSearch18
- License: mit
- Created: 2024-07-10T16:50:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T00:11:40.000Z (almost 2 years ago)
- Last Synced: 2025-10-08T16:40:14.720Z (8 months ago)
- Language: TypeScript
- Size: 267 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A-Frame map renderer
The grand idea behind this project is to make a 3D world based on OpenStreetMap data that can be explored in VR (or with a keyboard and mouse).
At the moment, it's a functional but basic demo that supports 1 feature type (roads) and the ability to move through the world with WASD and your mouse.
**[View the demo at a-frame-fun.netlify.app](https://a-frame-fun.netlify.app/)**

## Technologies used
- [A-Frame](https://aframe.io/) is the framework that makes 3D things work
In the future, OpenStreetMap data will be used to populate the scene with map features.
## Development instructions
```bash
yarn # Install dependencies
yarn dev # Start a development server
```