-
Notifications
You must be signed in to change notification settings - Fork 9
Python AST to CodeVR Scene Converter #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I was looking at the branch and saw |
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. |
Can we merge this? |
No description provided.