Difference between revisions of "Virtual Reality"
Line 10: | Line 10: | ||
To make interactive experiences of your own in VR, there are a variety of tools to choose from, such as Unity, Godot, and the Unreal game engine. | To make interactive experiences of your own in VR, there are a variety of tools to choose from, such as Unity, Godot, and the Unreal game engine. | ||
+ | Godot already has a good, informative, and official guide on [http://docs.godotengine.org/en/latest/getting_started/step_by_step/intro_to_the_editor_interface.html how to start using the engine], and another for [http://docs.godotengine.org/en/latest/tutorials/vr/vr_starter_tutorial.html getting started with VR]. | ||
+ | |||
We have created some informational tutorials for working with Unity and VR, which are below. | We have created some informational tutorials for working with Unity and VR, which are below. | ||
+ | |||
=Unity= | =Unity= | ||
Revision as of 16:43, 14 November 2018
Virtual Reality is an exciting new technology that uses software to generate a virtual 3D environment that can be interacted with and experienced through senses such as sight and sound. There are several different devices that offer this new experience, and the following is a list of the available virtual reality devices offered at _Space.URI:
To make interactive experiences of your own in VR, there are a variety of tools to choose from, such as Unity, Godot, and the Unreal game engine.
Godot already has a good, informative, and official guide on how to start using the engine, and another for getting started with VR.
We have created some informational tutorials for working with Unity and VR, which are below.
Unity
Making Virtual Reality Experiences (WIP Guide)
Mini Projects/ Tutorials
- Create a Terrain in Unity (and then view it with a VR headset)