Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotdotnet/WPILib
DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
https://github.com/robotdotnet/WPILib
Last synced: 3 months ago
JSON representation
DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
- Host: GitHub
- URL: https://github.com/robotdotnet/WPILib
- Owner: robotdotnet
- Created: 2015-01-27T22:49:25.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T19:19:37.000Z (8 months ago)
- Last Synced: 2024-04-28T15:05:53.244Z (7 months ago)
- Language: C#
- Homepage:
- Size: 91.4 MB
- Stars: 27
- Watchers: 7
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-frc - WPILib (C#) - Unofficial WPILib port for writing robot code in C#. (Repositories / C#)
README
# RobotDotNet WPILib
[![Build Status](https://dev.azure.com/robotdotnet/WPILib/_apis/build/status/robotdotnet.WPILib?branchName=master)](https://dev.azure.com/robotdotnet/WPILib/_build/latest?definitionId=4&branchName=master)This repository contains the source code for a DotNet implementation of the WPILib.
Currently going through a complete rewrite. All library code exists in here, deploy tools exist in the frc-cli repo, but are not currently published to be usable.
License
=======
See [LICENSE.txt](LICENSE.txt)Contributors
============Thad House (@thadhouse)
Jeremy Koritzinsky (@jkoritzinsky)Code for simulator derived from the following sources:
* RobotPy (@robotpy)
* Team254 (@team254)