Quote:
Originally Posted by pensono
Oh cool. Depending on weather the build tools are modifiable or not, this could be fairly easy. If they're using something like Gradle, then adding in another language to your project will be trivial. If they aren't using something like gradle, we'll just have to hope they've opensourced it. GitHub's a sponsor, maybe they'll post it there?
And if it's java, we can get minecraft to run on it. Anybody want to write some OpenGL drivers?
|
The
source for WPILib is available, but you have to have an account on the FRC TeamForge to access it. They might allow anonymous access soon. I believe the build scripts still use Ant, so you might be able to make it work.
I'm thinking about trying to write autonomous scripts in Javascript with Nashorn, but it might not be worth it because we don't have to reboot to upload code anymore.