Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flash3388/flashlib
A robotics development framework
https://github.com/flash3388/flashlib
framework frc java opencv robot robotics vision
Last synced: about 1 month ago
JSON representation
A robotics development framework
- Host: GitHub
- URL: https://github.com/flash3388/flashlib
- Owner: Flash3388
- License: bsd-3-clause
- Created: 2017-05-02T08:51:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T12:34:05.000Z (7 months ago)
- Last Synced: 2024-10-11T16:22:59.096Z (about 1 month ago)
- Topics: framework, frc, java, opencv, robot, robotics, vision
- Language: Java
- Homepage:
- Size: 142 MB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FlashLib
![Maven Central](https://img.shields.io/maven-central/v/com.flash3388.flashlib/flashlib.core.svg)
![Travis (.com) branch](https://img.shields.io/travis/com/Flash3388/FlashLib/master)
![GitHub](https://img.shields.io/github/license/FLASH3388/FlashLib.svg)FlashLib is a robotics software development library for Java, originally designed to improve and help FRC teams,
but now built to support non-FRC robots and even other usages.- [Building](#building)
- [Code Of Conduct](#code-of-conduct)
- [Contributing](#contributing)
- [Wiki](#wiki)## Building
FlashLib uses the gradle build system. With the help of gradle-wrapper, all the is needed to build is to
run `./gradlew build` (on `Linux systems`) or `gradlew.bat build` (on `Windows systems`)You can find the binary files in the `build` folder.
For further information, checkout the Wiki [main page](https://github.com/Flash3388/FlashLib/wiki).
## Code Of Conduct
FlashLib is here to help the community in the development of robotics solutions, and thus supports an open and welcoming
environment for users and developers. We expect everyone to act with respect and according to our code of conduct.Please see [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for information about our code of conduct.
## Contributing
As an open-source project we readily welcome anyone wanting to contribute. But in order to maintain organization we have a few
rules and guidelines for contributions.Please see [CONTRIBUTING.md](CONTRIBUTING.md) if you are interested in contributing to this project.
## Wiki
We are working tirelessly to provide has much documentations and guides for anyone who wants to use or learn about FlashLib. The FlashLib wiki contains information from features and how they work to guides for getting started. It is highly recommended to visit the wiki before starting to work with FlashLib.
The wiki is hosted with this repository and can be found [here](https://github.com/Flash3388/FlashLib/wiki).