code-vr icon indicating copy to clipboard operation
code-vr copied to clipboard

🐍 Program and explore real applications with virtual reality! Learn how to program, compete to build apps, and even collaborate with other people in realtime, in game or not!

Results 5 code-vr issues
Sort by recently updated
recently updated
newest added

Here's a few of the tasks that I'm currently working on: # Primary Goals These modules will remain coupled to CodeVR until they can be split into their own separate...

# CodeVR's Vulkan Renderer > The following is the start of some discussion on the Rendering System Pull Request #5. CodeVR's renderer is modeled after a centralized graphics state store,...

CodeVR's scene system is modeled after the design of most game engines, there's a scene with actors, each behaving independently and each communicating with the engine state. ## Destruction Actors...