NuiLab / code-vr

🐍 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!
MIT License
146 stars 13 forks source link

Python AST to CodeVR Scene Converter #8

Closed alaingalvan closed 6 years ago

alaingalvan commented 7 years ago

I was looking at the branch and saw server1.py, server2.py, etc. Dude. this is git, any changes get saved in git, why are you doing that? 😞

alaingalvan commented 7 years ago

We're almost at the final stretch! 😄

From here it's just getting the AST schema, deserializing the JSON data from python to Rust data structures, and traversing that data structure to create the scene, where the engine handles the rest.

That could be another feature branch. I've detailed some of this stuff at Issue #7.

alaingalvan commented 7 years ago

Can we merge this?