<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cimaron.net</title>
	<atom:link href="https://cimaron.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://cimaron.net</link>
	<description></description>
	<lastBuildDate>Sat, 21 Mar 2015 22:52:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>Lesson 15 working</title>
		<link>https://cimaron.net/2015/03/lesson-15-working/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sat, 21 Mar 2015 22:52:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=302</guid>

					<description><![CDATA[Work continues. After making some changes to GLSL registers and how that is reported through the stack all the way up to WebGL, I was pleased to discover that lesson 15 is now (mostly) working correctly. My guess is that &#8230; <a href="https://cimaron.net/2015/03/lesson-15-working/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Work continues. After making some changes to GLSL registers and how that is reported through the stack all the way up to WebGL, I was pleased to discover that lesson 15 is now (mostly) working correctly. My guess is that there must not have been enough registers to run correctly, but I&#8217;m not 100% sure on that. There are still some minor graphical artifacts, but it appears to be the same problem as the Earth demo, so if I can figure that one out, then that should fix both of them. Probably an overflow, as it seems to localize around areas of strong lighting influence.<br />
After that, that leaves only demo 16, which will require some additional functionality, and demo 10, which seems to be showing a severe clipping bug.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IE Fix</title>
		<link>https://cimaron.net/2015/03/ie-fix/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 10 Mar 2015 04:00:26 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<category><![CDATA[cwebgl]]></category>
		<category><![CDATA[glsl2js]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=295</guid>

					<description><![CDATA[The demos have been updated with the latest version of the cwebgl library. This fixes a bug that caused IE to crap out.]]></description>
										<content:encoded><![CDATA[<p>The demos have been updated with the latest version of the cwebgl library. This fixes a bug that caused IE to crap out.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Project Split</title>
		<link>https://cimaron.net/2014/10/project-split/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sun, 19 Oct 2014 19:20:58 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<category><![CDATA[cwebgl]]></category>
		<category><![CDATA[glsl2js]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=255</guid>

					<description><![CDATA[I&#8217;m splitting the glsl compiler into a separate project. See https://github.com/cimaron/glsl2js/.]]></description>
										<content:encoded><![CDATA[<p>I&#8217;m splitting the glsl compiler into a separate project. See <a href="https://github.com/cimaron/glsl2js/">https://github.com/cimaron/glsl2js/</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Code Moved</title>
		<link>https://cimaron.net/2014/09/code-moved/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 16 Sep 2014 15:03:24 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<category><![CDATA[cwebgl]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=251</guid>

					<description><![CDATA[The code repository has now been moved to github: https://github.com/cimaron/cwebgl. More updates will be forthcoming.]]></description>
										<content:encoded><![CDATA[<p>The code repository has now been moved to github: <a href="https://github.com/cimaron/cwebgl">https://github.com/cimaron/cwebgl</a>.</p>
<p>More updates will be forthcoming.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Status</title>
		<link>https://cimaron.net/2012/04/status/</link>
					<comments>https://cimaron.net/2012/04/status/#comments</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sat, 07 Apr 2012 22:49:04 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=248</guid>

					<description><![CDATA[Currently, cWebGL development is on hold while I catch up on other responsibilities. However, I will gladly accept code contributions from anyone who wants to help development continue.]]></description>
										<content:encoded><![CDATA[<p>Currently, cWebGL development is on hold while I catch up on other responsibilities. However, I will gladly accept code contributions from anyone who wants to help development continue.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cimaron.net/2012/04/status/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>cWebGL 0.3.1</title>
		<link>https://cimaron.net/2012/02/cwebgl-0-3-1/</link>
		
		<dc:creator><![CDATA[Cimaron]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 14:37:25 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=241</guid>

					<description><![CDATA[cWebGL 0.3.1 has been released here. This release fixes a number of bugs introduced in the previous release.]]></description>
										<content:encoded><![CDATA[<p>cWebGL 0.3.1 has been released <a href="http://code.google.com/p/cwebgl/downloads/detail?name=cWebGL-0.3.1.zip">here</a>. This release fixes a number of bugs introduced in the previous release.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>cWebGL 0.3.0</title>
		<link>https://cimaron.net/2012/02/cwebgl-0-3-0/</link>
		
		<dc:creator><![CDATA[Cimaron]]></dc:creator>
		<pubDate>Sat, 11 Feb 2012 17:21:48 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=214</guid>

					<description><![CDATA[cWebGL v0.3.0 has been released on Google Code here. Highlights include: &#8211; A reworked driver structure allowing the use of alternative rendering methods. A Stage3D flash driver is in development. A native WebGL driver is also in development (for debugging &#8230; <a href="https://cimaron.net/2012/02/cwebgl-0-3-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>cWebGL v0.3.0 has been released on Google Code <a href="http://code.google.com/p/cwebgl/downloads/detail?name=cWebGL-0.3.0.zip">here</a>.</p>
<p>Highlights include:</p>
<p>&#8211; A reworked driver structure allowing the use of alternative rendering methods. A Stage3D flash driver is in development. A native WebGL driver is also in development (for debugging the software WebGL and gl layers).</p>
<p>&#8211; Asynchronous software rendering. Overall performance will decrease slightly, but the tradeoff is a massive improvement in browser responsiveness.</p>
<p>&#8211; Miscellaneous rendering improvements. Most of the demo artifacts have been eliminated.</p>
<p>&#8211; Automatic performance tuning functionality has been removed. Ideally, this should be handled at the application level.</p>
<p>[update]</p>
<p>cWebGL v0.2.5 has been changed to v0.3.0.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Demos 9 &#8211; 16</title>
		<link>https://cimaron.net/2012/01/demos-9-16/</link>
		
		<dc:creator><![CDATA[Cimaron]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 04:30:34 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=208</guid>

					<description><![CDATA[The rest of the set of 16 demos from learningwegl.com have been posted here. Note that some of them work, some only partially work, and others do not work at all.]]></description>
										<content:encoded><![CDATA[<p>The rest of the set of 16 demos from <a href="http://learningwebgl.com/blog/?page_id=1217">learningwegl.com</a> have been posted <a href="http://cimaron.net/projects/cwebgl/">here</a>. Note that some of them work, some only partially work, and others do not work at all.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>cWebGL v0.2.0 Released</title>
		<link>https://cimaron.net/2012/01/cwebgl-v0-2-0-released/</link>
					<comments>https://cimaron.net/2012/01/cwebgl-v0-2-0-released/#comments</comments>
		
		<dc:creator><![CDATA[Cimaron]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:46:19 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=137</guid>

					<description><![CDATA[After months of work, I am pleased to announce the release of cWebGL v0.2.0. New in this release is a completely refactored GLSL compiler which will produce valid GPU ARB assembly code, and an ARB to Javascript translator and execution &#8230; <a href="https://cimaron.net/2012/01/cwebgl-v0-2-0-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>After months of work, I am pleased to announce the release of cWebGL v0.2.0. New in this release is a completely refactored GLSL compiler which will produce valid GPU ARB assembly code, and an ARB to Javascript translator and execution subsystem. This release also offers a slight performance improvement, with the possibility of more improvements in the immediate future. Download it at the google code project page <a href="http://code.google.com/p/cwebgl/downloads/detail?name=cWebGL-0.2.0.zip">here</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cimaron.net/2012/01/cwebgl-v0-2-0-released/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>GLSL Compiler Rewrite</title>
		<link>https://cimaron.net/2011/12/glsl-compiler-rewrite/</link>
					<comments>https://cimaron.net/2011/12/glsl-compiler-rewrite/#comments</comments>
		
		<dc:creator><![CDATA[Cimaron]]></dc:creator>
		<pubDate>Mon, 26 Dec 2011 19:56:44 +0000</pubDate>
				<category><![CDATA[cWebGL]]></category>
		<guid isPermaLink="false">http://cimaron.net/?p=121</guid>

					<description><![CDATA[Things have been slow recently on the main branch due to work on a massive rewrite of the compiler. Currently, the compiler was mostly a proof of concept, doing a direct translation of the parsed syntax tree into a corresponding &#8230; <a href="https://cimaron.net/2011/12/glsl-compiler-rewrite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Things have been slow recently on the main branch due to work on a massive rewrite of the compiler. Currently, the compiler was mostly a proof of concept, doing a direct translation of the parsed syntax tree into a corresponding javascript representation. While this approach produces a pretty good result, there are some things which would not have worked or would have been extremely difficult to implement as such (e.g. LHS swizzles). Furthermore, a full rewrite would have been necessary anyway to output different targets, such as when Flash Stage3D/AGAL support is built in. This rewrite should be complete in the next week or two.</p>
<p>When done, the new compiler will function as a GLSL->ARB compiler, meaning that it could in theory be used to produce real ARB assembly code, though most likely the output will be very unoptimized.<br />
On the back-end will be a set of translators from ARB to other output formats. At first, it will be limited to an ARB->Javascript translator, but an AGAL translator should be extremely easy to implement afterwards. This leads to all sorts of interesting usage possibilities, such as the ability to debug production shaders in javascript using a virtual GPU/debugger, even if the required level of performance is too great to use the library for software emulation. Also of interest will be the eventual integration of Flash, and for pure-flash developers/applications, the ability to compile GLSL down to AGAL without having to pay for or install external software might be very appealing.</p>
<p>Does anyone have any other ideas?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cimaron.net/2011/12/glsl-compiler-rewrite/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
