forked from armadillu/ofxScreenCurtain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.xml
29 lines (22 loc) · 1.09 KB
/
install.xml
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
<install>
<name>ofxScreenCurtain</name>
<version>1.0</version>
<author><[CDATA[Oriol Ferrer <[email protected]> ]]></author>
<code_url>https://github.com/armadillu/ofxScreenCurtain</code_url>
<site_url>http://www.uri.cat</site_url>
<download_url>https://github.com/armadillu/ofxScreenCurtain</download_url>
<description><![CDATA[
Use it to handle "fade to black" situations... Think of it as a theater curtain. It draws a rectangle as big as u specify in the color u specify, and fades its alpha in and out. Requires ofxAnimatable addon.
]]></description>
<add>
<!-- ===================================================================== -->
<!-- ========================== add per project using this addon ========= -->
<!-- ===================================================================== -->
<src>
<folder name="addons/ofxScreenCurtain/src">
<file>../../../addons/ofxScreenCurtain/src/ofxScreenCurtain.cpp</file>
<file>../../../addons/ofxScreenCurtain/src/ofxScreenCurtain.h</file>
</folder>
</src>
</add>
</install>