Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelators4014/pixelent
https://github.com/pixelators4014/pixelent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelators4014/pixelent
- Owner: Pixelators4014
- Created: 2024-07-20T06:23:52.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T17:04:13.000Z (6 months ago)
- Last Synced: 2024-07-23T08:00:31.485Z (6 months ago)
- Language: C++
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`.