<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: triple drawing for installation</title>
		<atom:link href="http://cycling74.com/forums/topic/triple-drawing-for-installation/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/triple-drawing-for-installation/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 21:54:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-53028</guid>
					<title><![CDATA[triple drawing for installation]]></title>
					<link>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-53028</link>
					<pubDate>Sun, 31 Oct 2010 18:46:33 +0000</pubDate>
					<dc:creator>FetaPapa</dc:creator>

					<description>
						<![CDATA[
						<p>Hello. I need some advice&#8230;</p>
<p>I&#8217;m tracking three light sources to generate sounds and visuals.</p>
<p>On the visuals side, I want the 3 sources to draw on the screen. I&#8217;m getting 3 sets of XY coordinates.</p>
<p>I want the lines to fade away with time and to have a controllable colour mixture when the lines cross.</p>
<p>I also want to control size, colour, bg etc</p>
<p>Of course I&#8217;ve looked at the jitter gl tutorials ans jsui examples but I haven&#8217;t found what I&#8217;m looking for, yet.</p>
<p>I&#8217;m sure this has a hundred ways to be done but it&#8217;s the first time I&#8217;m programming visuals so&#8230; I&#8217;d greatly appreciate some direction for quick implementation.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-190734</guid>
					<title><![CDATA[Re: triple drawing for installation]]></title>
					<link>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-190734</link>
					<pubDate>Sun, 31 Oct 2010 20:36:22 +0000</pubDate>
					<dc:creator>efe</dc:creator>

					<description>
						<![CDATA[
						<p>can you post a test patch?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-190735</guid>
					<title><![CDATA[Re: triple drawing for installation]]></title>
					<link>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-190735</link>
					<pubDate>Sun, 31 Oct 2010 20:58:02 +0000</pubDate>
					<dc:creator>FetaPapa</dc:creator>

					<description>
						<![CDATA[
						<p>Sure, it is attached.</p>
<p>The file might not help much as I want to draw with 3 sets of XY coordinates<br />
and so far I&#8217;ve worked with issues other than the visuals.</p>
<p>>><br />
to continue from my previous post on my needs for this, the visuals should not drain my CPU&#8230;<br />
I&#8217;m looking for direction or some examples/ help files to modify.</p>
<p>cheers<br />
FP</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-190736</guid>
					<title><![CDATA[Re: triple drawing for installation]]></title>
					<link>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-190736</link>
					<pubDate>Sun, 31 Oct 2010 21:12:54 +0000</pubDate>
					<dc:creator>efe</dc:creator>

					<description>
						<![CDATA[
						<p>Maybe the first direction to take would be the use of shaders and slabs(jitter tutorials 41-43) so you can free your CPU. Another interesting direction would be to explore cv.jit library. </p>
<p>Are you familiar with the GL jitter objects?, if you want to draw lines or any other shapes you can use jit.gl.sketch where you can send &#8216;raw&#8217; gl commands, for instance the glvertex or the lineto, etc. you can control the width of the line with the line_width message or the linewidth command. For color you have the glcolor. </p>
<p>Shapes can be drawn using the glbegin / glend command and a series of vertices.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-190737</guid>
					<title><![CDATA[Re: triple drawing for installation]]></title>
					<link>http://cycling74.com/forums/topic/triple-drawing-for-installation/#post-190737</link>
					<pubDate>Sun, 31 Oct 2010 23:03:14 +0000</pubDate>
					<dc:creator>FetaPapa</dc:creator>

					<description>
						<![CDATA[
						<p>Dank u wel!</p>
<p>I&#8217;ll sure need some help later on, but for now I can go on!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

