Edwin Jakobs 40b8a8ace7 Added orx-integral-image
Fixed bug in JumpFlood
2018-10-30 15:41:48 +01:00
2018-10-04 22:58:28 +02:00
2018-10-04 22:58:28 +02:00
2018-10-04 22:58:28 +02:00
2018-10-23 20:48:49 +02:00
2018-10-04 22:58:28 +02:00
2018-10-04 22:58:28 +02:00
2018-10-30 15:41:48 +01:00
2018-10-30 15:41:48 +01:00

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
  • orx-integral-image, a CPU-based implementation for integral images (summed area tables)

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:<orx-artifact>:v0.0.7'
}
Description
No description provided
Readme BSD-2-Clause 15 MiB
Languages
Kotlin 69.3%
JavaScript 26.1%
GLSL 3.5%
ANTLR 1%