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

View File

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