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: about 1 month ago
JSON representation

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)

Lists

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)