<?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: js gets slower and slower</title>
		<atom:link href="http://cycling74.com/forums/topic/js-gets-slower-and-slower/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/js-gets-slower-and-slower/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 19:38:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-65428</guid>
					<title><![CDATA[js gets slower and slower]]></title>
					<link>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-65428</link>
					<pubDate>Thu, 29 Nov 2012 16:41:07 +0000</pubDate>
					<dc:creator>audiovisualist</dc:creator>

					<description>
						<![CDATA[
						<p>hi,<br />
i have a js that creates one render object and sketch object with drawing some triangles in opengl. these are scaling up and down over the time. at startup everything works fine but after some minutes the fps going down and down from 50 to 30 and less. the render gets banged after the drawing command. have anybody a suggestion where the problem is? can it be a memory leg, because calculate the new vertex position is done each time the drawing command is called which is metro 50.</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-235754</guid>
					<title><![CDATA[Re: js gets slower and slower]]></title>
					<link>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-235754</link>
					<pubDate>Mon, 03 Dec 2012 13:39:45 +0000</pubDate>
					<dc:creator>Peter Castine</dc:creator>

					<description>
						<![CDATA[
						<p>Make sure you send your gl.sketch object reset and flush messages. If you don&#8217;t, the render queue just gets longer and longer and you&#8217;ll see performance go down. It&#8217;s not actually a JS problem, it&#8217;s a GL issue that is being improperly handled.</p>
<p>In my experience this is the first thing to check.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-235755</guid>
					<title><![CDATA[Re: js gets slower and slower]]></title>
					<link>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-235755</link>
					<pubDate>Tue, 04 Dec 2012 19:35:24 +0000</pubDate>
					<dc:creator>audiovisualist</dc:creator>

					<description>
						<![CDATA[
						<p>that is not the problem, i reset the sketch object befor each drawing, to clear the command list.<br />
i figured out that is a strange behavior between max5 and max6. in max5 it runs like expected and in max6 it runs in an memory leak.<br />
i rebuild the script now and test each function furthermore i will switch to java and write it as an external.<br />
thanks for your pointing on the reset message.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-235756</guid>
					<title><![CDATA[Re: js gets slower and slower]]></title>
					<link>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-235756</link>
					<pubDate>Tue, 04 Dec 2012 19:53:21 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>make sure you update to the latest version of max 6. (.0.8).<br />
we recently fixed a memory leak with opengl.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-235757</guid>
					<title><![CDATA[Re: js gets slower and slower]]></title>
					<link>http://cycling74.com/forums/topic/js-gets-slower-and-slower/#post-235757</link>
					<pubDate>Wed, 05 Dec 2012 11:11:00 +0000</pubDate>
					<dc:creator>audiovisualist</dc:creator>

					<description>
						<![CDATA[
						<p>I updatet max, but the memory leak is still there. :(<br />
I think rebuild from scratch is the solution, if i figured the leak out, i will post it here.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

