Skip to main content

About PARts Library

About PARTs Library

The PARTs library is a public Java / Gradle library full of utilities that we use for our robot.
We've felt a need to make our own library as our amount of reusable code skyrocketed. It's hard to keep track of all code that's reusable and with the more modular direction we were heading, it was obvious that we need a reusable library. Hence the PARTs Library was born. This lets us write game agnostic code that can be reused as we need down the line. Better yet, it's public so everyone can use our code!

The code can be found here.