A Networked VR Engine
Explore the docs »
Web Site
·
Discord
·
Issues
·
Report Bug
·
Make Feature Request
Table of Contents
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 net5 runtime installed. Net5 Runtime
- You will need to download and install Visual Studio 2019 .Net desktop development Component Group.
- Clone the repo
git clone https://github.com/RhubarbVR/RhubarbVR.git
- Open The solution file
RhubarbVR.sln
- Click build at the top
- Build solution
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