Virtual Reality Programming in Real-Time with Python

A first demo of a virtual reality programming environment I am working on with the intention to be used for teaching introductory computer science topics. This demonstrates how changing the Python code in the environment takes effect immediately. Also shown is that by looking at any object you can see what variable it is most recently stored in. This is part of the functionality intended for teaching. There is still a lot of work to do, but it is a fully functional Python Unity programming environment (if y
Back to Top