Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeoSpark314/BeepSaber
A basic implementation of the Beat Saber VR game mechanic in the Godot Game Engine for Oculus Quest (and other VR headsets)
https://github.com/NeoSpark314/BeepSaber
godot godot-game-engine oculus-quest vr
Last synced: about 1 month ago
JSON representation
A basic implementation of the Beat Saber VR game mechanic in the Godot Game Engine for Oculus Quest (and other VR headsets)
- Host: GitHub
- URL: https://github.com/NeoSpark314/BeepSaber
- Owner: NeoSpark314
- License: mit
- Created: 2020-10-19T16:58:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T04:09:14.000Z (over 1 year ago)
- Last Synced: 2024-12-05T07:47:19.968Z (about 2 months ago)
- Topics: godot, godot-game-engine, oculus-quest, vr
- Language: GDScript
- Homepage:
- Size: 28.9 MB
- Stars: 105
- Watchers: 4
- Forks: 32
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - Beep Saber VR (⭐102) - Beat Saber clone in Godot. (Recently Updated / [Aug 25, 2024](/content/2024/08/25/README.md))
README
# Godot Beep Saber VR
This is a basic implementation of the beat saber game mechanic for VR using the [Godot Game Engine](https://godotengine.org/) and the [Godot Oculus Quest Toolkit](https://github.com/NeoSpark314/godot_oculus_quest_toolkit). The main objective of this project is to show how a VR game can be implemented using
the Godot game engine.The main target platform is the Oculus Quest but it should also work with SteamVR if you add the OpenVR plugin to the addons folder in the godot project.
Originally this game was (and still is) a demo game as part of the Godot Oculus Quest Toolkit. To keep the demo implementation small
this stand alone version was forked so that it can be changed and developed independent of the original demo.![screenshot01](doc/images/v0.3.0_screenshot01.jpg)
![screenshot02](doc/images/v0.3.0_screenshot02.jpg)
![screenshot03](doc/images/v0.3.0_screenshot03.jpg)
# About the implementation
This game uses godot 3.2. The implementation supports to load and play maps from [BeatSaver](https://beatsaver.com/).There is one demo song included that is part of the deployed package.
You can play custom songs by either using the in-game menu or by downloading them manually and unpacking them and putting them into folders `BeepSaber/Songs/songNameXYZ` on your Oculus Quest.
To play custom songs on desktop VR you need to put them into a folder like `Downloads/BeepSaber/Songs/songNameXYZ`.# Credits
The included Music Track is Time Lapse by TheFatRat (https://www.youtube.com/watch?v=3fxq7kqyWO8)# Licensing
The source code of the godot beep saber game in this repository is licensed under an MIT License.