Edwin Jakobs 75b5fb5e84 Bumped to version 0.0.7
version of JumpFlood with reusable color buffers
2018-10-07 17:02:57 +02: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-07 17:02:57 +02:00
2018-10-04 22:58:28 +02:00
2018-10-04 22:58:28 +02:00
2018-10-04 23:13:24 +02:00
2018-10-05 16:45:35 +02:00

ORX (OPENRNDR EXTRA)

A growing library of assorted data structures, algorithms and utilities.

  • orx-kdtree - kd-tree implementation for fast nearest point searches

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