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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
EXTRA_DIST = include/shaker.h include/infinity.h
SUBDIRS = \
aurora \
bassline \
blur1 \
blur2 \
blur3 \
blur4 \
blur5 \
blur6 \
blur7 \
blur8 \
cirrus \
cirrus2 \
clear \
color_cycle \
critters \
crp \
cth_bighalfwheel \
cth_hurricane \
cth_smoke \
cth_space_in \
cth_space_out \
cth_spiral \
cth_xroller \
cth_yroller \
delay1 \
delay2 \
delay3 \
drops \
edge \
emboss \
faders \
flow \
foo \
galaxy \
hodge \
infinity \
kaleid2 \
life \
melt \
mosaic \
nspiral \
poincare \
polaroscillo \
roscillo \
ripple \
rp \
scroll_bt \
scroll_lr \
scroll_rl \
scroll_tb \
sin1oscillo \
sin2oscillo \
swarm \
taquin \
touw_eiffel \
tunnel \
venus \
warp \
xgum \
xmirror_bottom \
xmirror_top \
xoscillo \
xoscillo_s \
xshaker \
xwave \
ygum \
ymirror_left \
ymirror_right \
yoscillo \
yoscillo_s \
yshaker \
ywave \
zebu1
#if EXTRA_UDP
#SUBDIRS += UDP
#endif
if USE_MATH_COMPLEX
SUBDIRS += rotors
endif
# FFTW plugins
SUBDIRS += \
of_archimedean_spiral_3d \
of_spiral \
speaker \
spectrum \
voiceprint \
pulse
SUBDIRS += \
isquares \
iPulse \
splash \
xscanline \
yscanline
if EXTRA_WEBCAM
SUBDIRS += \
webcam \
QuarkTV \
StreakTV \
1dTV \
NervousTV \
PredatorTV \
FireTV \
DiffTV
endif
if EXTRA_OPENGL
SUBDIRS += GLCube
endif
## xdblur
## coil
|