VR Programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

VR Programming

Hello Guys, recently im really interested in VR and VR Programming. But i can't find much information about the Programming process. Does anyone know something about this, like the language and the IDE?

25th May 2020, 1:48 PM
FlyiiingDani
FlyiiingDani - avatar
1 Answer
+ 2
If you want to program the entire thing by scratch, I canā€™t help you. However, the game engine Unity handles VR development pretty well. https://unity3d.com/unity/features/multiplatform/vr-ar There are many great tutorials out there, and there is sufficient documentation from Unity themselves. Unity uses a special version of C# so that would be your language, and Visual Studio would probably be the best IDE. Unity does come installed with a basic IDE ā€œMonodevelopā€ if you donā€™t want to download anything extra.
25th May 2020, 2:21 PM
Jax
Jax - avatar