Skip to content

lorentzengineering/rabid-rider-coverage

 
 

Repository files navigation

Rabid Rider

GitHub

Rabid Rider is a extension for RoadRunner that adds some extra (ease of use) features.

Installation

Add the JitPack repository to your build.dependencies.gradle file:

repositories {
    ...
    maven { url 'https://jitpack.io' }
}

Add the dependency:

dependencies {
    ...
    implementation 'com.github.mmathijs:rabid-rider:0.1.1'
}

!! Make sure you have the latest version of RoadRunner installed. Rabid Rider is build on top of RoadRunner and requires it to be installed.

Changelog

0.1.1

  • Added extra intersection options by @mmathijs in mmathijs#2

0.1.0

  • Added Rectangle2d and Line2d, with some basic intersection methods by @mmathijs
  • Initial release by @mmathijs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%