All Projects → NeoSpark314 → Beepsaber

NeoSpark314 / Beepsaber

Licence: mit
A basic implementation of the Beat Saber VR game mechanic in the Godot Game Engine for Oculus Quest (and other VR headsets)

Labels

Projects that are alternatives of or similar to Beepsaber

Godot oculus quest toolkit
An easy to use VR toolkit for Oculus Quest development using the Godot game engine
Stars: ✭ 207 (+444.74%)
Mutual labels:  godot, vr
godot experiments
Some 2D, 3D & VR experiments and tutorials in Godot 3
Stars: ✭ 181 (+376.32%)
Mutual labels:  vr, godot
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+1465.79%)
Mutual labels:  godot, vr
Openvr Northstar
This is a community driver to support the North Star headset on OpenVR.
Stars: ✭ 17 (-55.26%)
Mutual labels:  vr
Gdmultiplayertutorial
Reference/companion material to a written tutorial teaching how to setup multiplayer game in Godot
Stars: ✭ 18 (-52.63%)
Mutual labels:  godot
Unity Fragment
用于UGUI界面间的跳转 类似Android中的Fragment
Stars: ✭ 14 (-63.16%)
Mutual labels:  vr
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-10.53%)
Mutual labels:  godot
Editorxr
Author XR in XR
Stars: ✭ 790 (+1978.95%)
Mutual labels:  vr
Godot Python
Python support for Godot 🐍🐍🐍
Stars: ✭ 944 (+2384.21%)
Mutual labels:  godot
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+2150%)
Mutual labels:  godot
Openhmd
Free and Open Source API and drivers for immersive technology.
Stars: ✭ 837 (+2102.63%)
Mutual labels:  vr
Webxr Physics
Adds physics to WebXR
Stars: ✭ 18 (-52.63%)
Mutual labels:  vr
Thrive
The main repository for the development of the evolution game Thrive.
Stars: ✭ 874 (+2200%)
Mutual labels:  godot
Virtualproduction Vrchat
Multicam Virtual Reality Production Rig + Crane + Overlays for VRChat
Stars: ✭ 18 (-52.63%)
Mutual labels:  vr
Animvrunitytoolkit
Bring your AnimVR creations into Unity
Stars: ✭ 31 (-18.42%)
Mutual labels:  vr
Steamvr unity plugin
SteamVR Unity Plugin - Documentation at: https://valvesoftware.github.io/steamvr_unity_plugin/
Stars: ✭ 796 (+1994.74%)
Mutual labels:  vr
Trance
procedural RIST
Stars: ✭ 27 (-28.95%)
Mutual labels:  vr
Godot Command Palette
A quick file finder and command palette for the Godot game engine.
Stars: ✭ 27 (-28.95%)
Mutual labels:  godot
Godot Addon Template
Repository template with a standard structure for Godot add-ons. Usage: Create a new repository based on this template and replace uppercase strings (LIKE_THIS) accordingly.
Stars: ✭ 23 (-39.47%)
Mutual labels:  godot
Aframe Simple Sun Sky
An A-Frame WebVR sky primitive using a simple (and fast) gradient away from the sun
Stars: ✭ 14 (-63.16%)
Mutual labels:  vr

Godot Beep Saber VR

This is a basic implementation of the beat saber game mechanic for VR using the Godot Game Engine and the 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 screenshot02 screenshot03

About the implementation

This game uses godot 3.2. The implementation supports to load and play maps from BeatSaver.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].