Browse Source

Merge pull request #3 from reinvdwoerd/patch-2

Added missing orx features...
master
Edwin Jakobs 5 years ago
committed by GitHub
parent
commit
6c0d0ed16b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 39
      build.gradle.kts

39
build.gradle.kts

@ -10,29 +10,36 @@ val applicationMainClass = "TemplateProgramKt"
/* Which additional (ORX) libraries should be added to this project. */ /* Which additional (ORX) libraries should be added to this project. */
val orxFeatures = setOf( val orxFeatures = setOf(
// "orx-camera", // "orx-camera",
"orx-compositor", "orx-compositor",
// "orx-easing", // "orx-easing",
// "orx-filter-extension", // "orx-file-watcher",
// "orx-file-watcher", // "orx-parameters",
// "orx-filter-extension",
"orx-fx", "orx-fx",
// "orx-glslify",
// "orx-gradient-descent",
// "orx-integral-image",
// "orx-interval-tree",
// "orx-jumpflood",
"orx-gui", "orx-gui",
// "orx-integral-image",
// "orx-interval-tree",
"orx-image-fit", "orx-image-fit",
// "orx-jumpflood", // "orx-kdtree",
// "orx-kinect-v1", // "orx-mesh-generators",
// "orx-kdtree", // "orx-midi",
// "orx-mesh-generators" // "orx-no-clear",
// "orx-midi",
// "orx-no-clear",
"orx-noise", "orx-noise",
// "orx-obj" // "orx-obj-loader",
"orx-olive", "orx-olive",
// "orx-osc" // "orx-osc",
// "orx-palette" // "orx-palette",
// "orx-runway" // "orx-poisson-fill",
// "orx-runway",
// "orx-shader-phrases",
"orx-shade-styles" "orx-shade-styles"
// "orx-syphon",
// "orx-temporal-blur",
// "orx-kinect-v1"
) )
/* Which OPENRNDR libraries should be added to this project? */ /* Which OPENRNDR libraries should be added to this project? */

Loading…
Cancel
Save