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

This commit is contained in:
Abe Pazos
2023-06-02 14:59:36 +02:00
parent 8ed15ab6eb
commit 36fc9c7908
2 changed files with 11 additions and 4 deletions

View File

@@ -15,14 +15,18 @@ 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",
@@ -31,6 +35,7 @@ val orxFeatures = setOf<String>(
// "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",
) )

View File

@@ -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"