6702686b9be9785bcd50d00be3de9466b03d440c
ORX (OPENRNDR EXTRA)
A growing library of assorted data structures, algorithms and utilities.
- orx-kdtree, a kd-tree implementation for fast nearest point searches
- orx-jumpflood, a filter/shader based implementation of the jump flood algorithm for finding fast approximate (directional) distance fields
Usage
Easiest way to add ORX to your project is through the use of Jitpack
Add repository:
repositories {
maven { url 'https://jitpack.io' }
}
Add dependency:
dependencies {
compile 'com.github.openrndr:orx:v0.0.7'
}
Description
Languages
Kotlin
69.3%
JavaScript
26.1%
GLSL
3.5%
ANTLR
1%