I was wondering hense vex stopped using vex code studio how do you import the vex program into C C++ and Python . I know that robot mesh uses this extension for python and C++ but python and C++ are to complete programming languages So i was wondering how to import the vex file
Vexcode V5 text should work. just copy-paste in.
For Robot Mesh Studio C++, you should be able to copy in your VCS code with only minor changes. There is no formal import process from a VCS .vex file, though, so it would be a manual copy. And as you point out, Python and C++ are two different languages, so you would have to rewrite your code in Python if you went with Python.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.