Giter Site home page Giter Site logo

limited / tigerlib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itrt4176/tigerlib

0.0 0.0 0.0 184 KB

A library to reduce the year to year recreation of nearly identical code for the Iron Tigers Robotics Team.

License: GNU Lesser General Public License v3.0

Java 100.00%

tigerlib's Introduction

tigerlib - FRC Java Programs: Now with 100% Less Boilerplate

CI

THIS IS BETA SOFTWARE! USE WITH CAUTION

tigerlib is a library meant at reducing the year to year recreation of nearly identical code for the Iron Tigers Robotics Team.

Installation with Gradle

  1. Add the jitpack maven repository to the end of the repositories block in your build.gradle file:

    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
  2. Add the library to the end of the depencies block in your build.gradle file:

     dependencies {
         ...
         implementation 'com.github.itrt4176:tigerlib:v2023.1.0-beta1'
     }

Usage

Check our project wiki (coming soon) for tutorials and our javadoc for the full API.

tigerlib's People

Contributors

limited avatar npmanos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.