-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
67 lines (65 loc) · 1.87 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
rootProject.name = 'orx'
include 'openrndr-demos',
'orx-boofcv',
'orx-camera',
'orx-chataigne',
'orx-color',
'orx-compositor',
'orx-dnk3',
'orx-easing',
'orx-file-watcher',
'orx-parameters',
'orx-filter-extension',
'orx-fx',
'orx-glslify',
'orx-gradient-descent',
'orx-integral-image',
'orx-interval-tree',
'orx-jumpflood',
'orx-gui',
'orx-image-fit',
'orx-kdtree',
'orx-keyframer',
'orx-mesh-generators',
'orx-kotlin-parser',
'orx-midi',
'orx-no-clear',
'orx-noise',
'orx-obj-loader',
'orx-olive',
'orx-osc',
'orx-palette',
'orx-panel',
'orx-poisson-fill',
'orx-quadtree',
'orx-rabbit-control',
'orx-realsense2',
'orx-realsense2-natives-linux-x64',
'orx-realsense2-natives-macos',
'orx-realsense2-natives-windows',
'orx-runway',
'orx-shader-phrases',
'orx-shade-styles',
'orx-shapes',
'orx-syphon',
'orx-temporal-blur',
'orx-tensorflow',
'orx-tensorflow-gpu-natives-linux-x64',
'orx-tensorflow-gpu-natives-windows',
'orx-tensorflow-mkl-natives-linux-x64',
'orx-tensorflow-mkl-natives-macos',
'orx-tensorflow-mkl-natives-windows',
'orx-tensorflow-natives-linux-x64',
'orx-tensorflow-natives-macos',
'orx-tensorflow-natives-windows',
'orx-timer',
'orx-time-operators',
'orx-triangulation',
'orx-kinect-common',
'orx-kinect-v1',
'orx-kinect-v1-natives-linux-arm64',
'orx-kinect-v1-natives-linux-x64',
'orx-kinect-v1-natives-macos',
'orx-kinect-v1-natives-windows',
'orx-kinect-v1-demo',
'orx-video-profiles'