Skip to content

A VSCode Extension that adds Kotlin templates and support for the FIRST Robotics Competition.

License

Notifications You must be signed in to change notification settings

BrenekH/kotlin-for-frc

Repository files navigation

Kotlin for FIRST Robotics Competition

Kotlin for FRC is an unofficial companion extension to the WPILib extension. It adds various support features so that FRC teams can program effectively in Kotlin using Visual Studio Code.

Features

  • Easily convert new Java projects created by WPILib to Kotlin ones

Convert Demo

  • Quickly generate code files from templates just like WPILib does for C++ and Java

New Command Demo

  • Simulate Kotlin code in the FRC Sim GUI

Simulate Kotlin Code Demo

Contributing

Kotlin for FRC uses GitHub Discussions to talk and ask questions and GitHub Issues to track bugs and features.

Developer information, including project structure and dependencies, can be found in CONTRIBUTING.md.