Rabid Rider is a extension for RoadRunner that adds some extra (ease of use) features.
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.
- Added extra intersection options by @mmathijs in mmathijs#2
- Added Rectangle2d and Line2d, with some basic intersection methods by @mmathijs
- Initial release by @mmathijs