8000 GitHub - Pixelators4014/pixelent
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pixelators4014/pixelent

Repository files navigation

Pixelent

Layout

The build is split into 2 libraries. A java library is built. This has access to all of wpilib.

A native C++ library is built. This has access to all of wpilib. This should implement the standard wpilib interfaces.

Building and editing

This uses gradle, and uses the same base setup as a standard GradleRIO robot project. This means you build with ./gradlew build, and can install the native toolchain with ./gradlew installRoboRIOToolchain. If you open this project in VS Code with the wpilib extension installed, you will get intellisense set up for both C++ and Java.

By default, this template builds against the latest WPILib development build. To build against the last WPILib tagged release, build with ./gradlew build -PreleaseMode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0