forked from openrndr/openrndr-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
53 lines (52 loc) · 1.29 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
rootProject.name = 'openrndr-tutorials'
include 'animation-001',
'camera-001',
'clip-001',
'color-001',
'color-002',
'coroutines-001',
'custom-rendering-001',
'custom-rendering-002',
'custom-rendering-003',
'custom-rendering-004',
'cubemaps-001',
'cubemaps-002',
'complex-shapes-001',
'complex-shapes-002',
'complex-shapes-003',
'complex-shapes-004',
'composition-drawer-001',
'lines-001',
'manual-presentation-001',
'mouse-001',
'mouse-002',
'multi-window-001',
'physics-001',
'rectangles-001',
'rectangles-002',
'render-targets-001',
'render-targets-002',
'screenshots-001',
'start-dialog-001',
'shape-boolean-001',
'shape-contour-offset-001',
'shader-watcher-001',
'shade-styles-001',
'shade-styles-002',
'slit-scan-001',
'text-001',
'text-002',
'text-003',
'filters-001',
'filters-002',
'filters-003',
'image-001',
'image-002',
'image-003',
'svg-001',
'ui-001',
'ui-002',
'ui-003',
'video-001',
'video-002',
'video-003'