Learning Programming in a Virtual Reality Environment

I’ve been working on a real-time Python programming VR environment where people can write Python code and see the effects of the code they write on the world around them instantly. I am using the Unity engine and have embedded IronPython within the C# code in order to run the Python code the user writes in the environment. You can find the GitHub repo here and try the demo if you have an Oculus Rift DK: The original intention for this project was to serve as a
Back to Top