Skip to content

vexide/Hydrozoa-Java-Template

Repository files navigation

Hydrozoa Java Template

Ready-to-use template for developing VEX V5 robots in Java.

Hydrozoa is an experimental WebAssembly-based runtime that allows VEX V5 robots to run Java and Kotlin.

Using This Template

To start a project using this template, click the "Use this template" button in the upper right corner of the GitHub repository. Choose an appropriate name and clone the new repository using Git. Finally, open the repository in an IDE such as IntelliJ IDEA.

Installation

Hydrozoa currently requires you to install a custom command line tool which our Gradle plugin uses to upload programs. On a system with Rust installed, run the following command:

cargo install --git https://github.com/vexide/hydrozoa-cli.git

Now, you can build and upload your program either by activating the "Build & Upload Robot" task from IntelliJ, or running the following command in your terminal:

./gradlew upload

Resources

Hydrozoa is currently considered experimental, which means you may find that our documentation is sparse. However, you may find the following resources useful:

About

Template for programming VEX V5 robots in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages