Web-based viewer for BeatSaver maps, built with A-Frame and JavaScript.
The viewer works within a normal web browser and can be embedded on any webpage. It can also be previewed within VR headsets on browsers that support VR (e.g., Supermedium).
Featured on the unofficial Beat Saber Songs site.
You can visit or link the viewer directly.
Or if you have a site, you can I-Frame the viewer and pass a query parameter containing the song ID and difficulty:
<iframe src="https://supermedium.com/beatsaver-viewer/?id=811-535&difficulty=Expert">
- Safari support (BeatSaver currently serves OGGs which is not supported)
- Custom saber viewer
The BeatSaver viewer is an unofficial community project and not officially affiliated with Beat Saber.
Built with A-Frame, a web framework that we created for building VR experiences. And JavaScript.
npm install
npm run start
Then head to localhost:9999
in your browser.