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?
1 ответ
+ 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.