A Networked VR Engine
Explore the docs »
Web Site
·
Discord
·
Issues
·
Report Bug
·
Make Feature Request
Table of Contents
This is an old copy of RhubarbVR before the major Steam and deep godot integration rewrite this repo will stay for people to mess with but RhubarbVR is nolonger be open source do to lisensing problems with new libraries that are in use. The new repo for isuse and reports is RhubarbVR
RhubarbVR is a networked VR game engine. What does this mean? Well, Rhubarb is a game engine that allows you to add custom shaders and allows you to program in it. It does all of this while synchronizing modifications of the world with everyone in a session so you can collaborate and socialize with people to create amazing things. It allows you to make extensive multiplayer VR games and social experiences.
This is how to run the program and the standard problems you might encounter with trying to start or compile Rhubarb VR.
You can get a compiled version of RhubarbVR through this GitHub repository or obtain it from Steam. But with either of these, you need to the net6 runtime installed. Net7 Runtime
- You will need to download and install Net7 SDK
- Clone the repo
git clone https://github.com/RhubarbVR/RhubarbVR.git
- Run Build Helper
cd RhubarbVR Build.bat
- Clone the repo
git clone https://github.com/RhubarbVR/RhubarbVR.git
- Install Net7 SDK Ubuntu 21.04 for OtherDistros
wget https://packages.microsoft.com/config/ubuntu/21.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb rm packages-microsoft-prod.deb sudo apt-get update; \ sudo apt-get install -y apt-transport-https && \ sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-7.0
- Run Build Helper
cd RhubarbVR Build.sh
You can use this networked Engine for many things. For example, people can use it for socializing with others, making games, sharing their creativity with others, and educating people.
If you want info on where RhubarbVR is going you can join the DiscordServer for info.
- See the open issues for a list of proposed features (and known issues).
- See the Milestones for a list of major features that are actively being implemented.
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3 License. See LICENSE
for more information.
-
Project Link: https://github.com/RhubarbVR/RhubarbVR
-
Website: https://RhubarbVR.net
-
DiscordServer: https://discord.com/invite/GTQhxeq/
-
Faolan Rad - Main Developer/Owner - Discord Faolan#0473