4
4
[ ![ Github All Releases] ( https://img.shields.io/github/downloads/OkapiLib/OkapiLib/total.svg )] ( https://github.com/OkapiLib/OkapiLib/releases )
5
5
[ ![ License: MPL 2.0] ( https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg )] ( https://opensource.org/licenses/MPL-2.0 )
6
6
7
- # OkapiLib
7
+ # OkapiLib 5
8
8
9
- A PROS library for programming VEX V5 robots. This library is intended to raise the floor for teams
9
+ A maintainance fork of [ OkapiLib] ( https://github.com/OkapiLib/OkapiLib ) , a PROS library for programming VEX V5 robots.
10
+ Due to the widespread use of the library, we at the PROS team are working to maintain it so that it continues to
11
+ work with future versions of PROS.
12
+
13
+ This library is intended to raise the floor for teams
10
14
with all levels of experience. New teams should have an easier time getting their robot up and
11
15
running, and veteran teams should find that OkapiLib doesn't get in the way or place any limits on
12
16
functionality.
@@ -18,16 +22,24 @@ PROS documentation is hosted on the Purdue site
18
22
19
23
## Installing
20
24
21
- OkapiLib is installed by default in new projects. If it is not, you can install it using the PROS
25
+ OkapiLib is installed by default in new PROS projects. If it is not, you can install it using the PROS
22
26
CLI. In your terminal, inside the project you want to install OkapiLib in, run `prosv5 conduct apply
23
27
okapilib`.
24
28
25
29
## Contributing
26
30
31
+ Although we are not adding new features to OkapiLib, bug reports are still greatly appreciated!
32
+ Additionally, we may still add changes and features that community contributes. If you
33
+ have added a feature you would like to share with the rest of the community, please open a pull
34
+ request!
35
+
27
36
Please read [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for details on how to help contribute to this project
28
37
and make OkapiLib better. It covers submitting bugs and features, opening pull requests, and other
29
38
formatting and code style requirements.
30
39
40
+ If you and/or your team would be interested it taking over Okapilib, please reach out to the PROS
41
+ team to discuss it with us.
42
+
31
43
## Versioning
32
44
33
45
OkapiLib uses [ SemVer] ( semver.org ) for versioning. For available versions, see the [ tags on this
@@ -40,7 +52,7 @@ file for the full license.
40
52
41
53
## Acknowledgments
42
54
43
- The OkapiLib team would like to thank, for their contributions, knowledge, and/or otherwise,
44
- - [ The PROS team] ( https://github.com/purduesigbots )
45
- - [ Jonathan Bayless and Purdue Vex U team BLRS] ( https://github.com/purduesigbots/libblrs )
55
+ We would like to thank all of those who helped to build OkapiLib and made it what it became:
56
+ - Salmon
46
57
- [ Brad Miller and WPIlib] ( https://github.com/wpilibsuite/allwpilib )
58
+ - The community that helped this library grow
0 commit comments