Browse Source

Add 7 new orx extensions, use OPENRNDR and ORX 0.4.3-alpha9

master
Abe Pazos 1 year ago
parent
commit
36fc9c7908
  1. 11
      build.gradle.kts
  2. 4
      gradle/libs.versions.toml

11
build.gradle.kts

@ -15,22 +15,27 @@ val orxFeatures = setOf<String>(
// "orx-chataigne", // "orx-chataigne",
"orx-color", "orx-color",
"orx-compositor", "orx-compositor",
// "orx-compute-graph",
// "orx-compute-graph-nodes",
// "orx-dnk3", // "orx-dnk3",
// "orx-easing", // "orx-easing",
// "orx-expression-evaluator",
// "orx-file-watcher", // "orx-file-watcher",
"orx-fx", "orx-fx",
// "orx-git-archiver",
// "orx-glslify", // "orx-glslify",
// "orx-gradient-descent", // "orx-gradient-descent",
// "orx-git-archiver",
"orx-gui", "orx-gui",
// "orx-hash-grid",
"orx-image-fit", "orx-image-fit",
// "orx-integral-image", // "orx-integral-image",
// "orx-interval-tree", // "orx-interval-tree",
// "orx-jumpflood", // "orx-jumpflood",
// "orx-kdtree", // "orx-kdtree",
// "orx-keyframer", // "orx-keyframer",
// "orx-kinect-v1", // "orx-kinect-v1",
// "orx-kotlin-parser", // "orx-kotlin-parser",
// "orx-marching-squares",
// "orx-mesh-generators", // "orx-mesh-generators",
// "orx-midi", // "orx-midi",
// "orx-minim", // "orx-minim",
@ -43,6 +48,7 @@ val orxFeatures = setOf<String>(
"orx-panel", "orx-panel",
// "orx-parameters", // "orx-parameters",
// "orx-poisson-fill", // "orx-poisson-fill",
// "orx-quadtree",
// "orx-rabbit-control", // "orx-rabbit-control",
// "orx-realsense2", // "orx-realsense2",
// "orx-runway", // "orx-runway",
@ -55,6 +61,7 @@ val orxFeatures = setOf<String>(
// "orx-time-operators", // "orx-time-operators",
// "orx-timer", // "orx-timer",
// "orx-triangulation", // "orx-triangulation",
// "orx-turtle",
"orx-video-profiles", "orx-video-profiles",
"orx-view-box", "orx-view-box",
) )

4
gradle/libs.versions.toml

@ -1,7 +1,7 @@
[versions] [versions]
kotlin = "1.8.21" kotlin = "1.8.21"
openrndr = "0.4.2" openrndr = "0.4.3-alpha9"
orx = "0.4.2" orx = "0.4.3-alpha9"
orml = "0.4.1" orml = "0.4.1"
slf4j = "2.0.7" slf4j = "2.0.7"

Loading…
Cancel
Save