Hi
I know there have been numerous topics on this before but I wanted to do a poll to see which is the most favoured+used VEX V5 programming software currently.
Pros
RobotMesh
VexCode
0voters
Also if I’ve forgotten any programming softwares let me know in the comments.
Thanks
I mainly like PROS because you can put functions in different files, so everything is more organized.
It’s harder to use though, and i have to watch tutorials whenever I want to use it.
You can do multi file projects in Vexcode Text. If that is the only reason you are using PROS then highly suggest that you either familiarize yourself with the pros docs or explore multi file projects in vexcode. You will be more productive in vexcode if you don’t take the time to learn the pros set of commands and your editor of choice.
The main reason that we use PROS is because of its Linux support; most of our programmers do not have a Windows or macOS option. We definitely do not want to deal with emulation, virtual machines, or wine. As well as OS support, PROS also provides a CLI which is a huge plus for our team.
F for robotmesh and F for Vexcode Blocks. It really makes me sad that nobody uses those two. They’re really good programming solutions, but I get why RobotMesh is a bit difficult to get into because nobody really wants to commit to something that in-competition assistance is difficult to recieve.
These options are just inferior. They lack the same degrees of freedom as any other IDE. Blocks are specifically supposed to be a stepping stone to get into the real world of programming. I’d argue it’d be sad if anyone stayed on blocks for more than a few months.
Outside of a single employee, I do find it unfortunate that more people aren’t using RMS. Mimic is an ingenious tool that I’m glad someone made.
This I don’t agree with. Frankly, I really dislike the idea of block-based coding for VRC. Text based VEXcode takes all of an hour to begin using. For VIQC and classroom EDR, blocks is okay imo, but I really don’t think it’s good for anyone for VRC competitors to be relying on Blockly for programming.
Its been a while but I think you just right click on the folder you want to add a file to (defaults are include and src) and click new file and give it a name. Pretty sure its identical to the atom editor which is the default for pros.