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