<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Alex @ Boberfly</title>
	<link>http://boberfly.com/alex</link>
	<description>"When two dimensions are just not enough!"</description>
	<pubDate>Mon, 12 Jul 2010 05:35:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Mobile Development</title>
		<link>http://boberfly.com/alex/?p=15</link>
		<comments>http://boberfly.com/alex/?p=15#comments</comments>
		<pubDate>Mon, 12 Jul 2010 05:27:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://boberfly.com/alex/?p=15</guid>
		<description><![CDATA[Hi all, I thought I would update my website and I thought I&#8217;d share something which I have been working on. I&#8217;ve recently ventured into learning game engine design and C/C++ by ripping open an open source graphics engine called Horde3D and by studying how it works, I&#8217;ve hacked it to make it run for [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all, I thought I would update my website and I thought I&#8217;d share something which I have been working on. I&#8217;ve recently ventured into learning game engine design and C/C++ by ripping open an open source graphics engine called <a href="http://www.horde3d.org/"><font class="Apple-style-span" color="#000000">Horde3D</font></a> and by studying how it works, I&#8217;ve hacked it to make it run for mobile platforms, for example, onto my Nokia N900 phone. The hardest part was to figure out the small little differences between desktop OpenGL 2.1 and OpenGL ES 2.0, and at first it seemed to be a fairly smooth port, but the hardest thing was that pretty much ES is like an empty shell and a lot of things you need to handle yourself, like making your perspective matrix on the client-end (your program, which is Horde3D in this case) and not the server-end (the actual OpenGL driver, in this case an ES 2.0-compliant driver for the PowerVR SGX 530 graphics processor).</p>
<p>The other issues, they&#8217;ve completely stripped it from any &#8220;get&#8221; functions so that you can&#8217;t really dump vertex or texture buffers to the client, so in those situations the code needed to be set up so that it keeps that data in client memory so functions which are dependent on &#8216;getting&#8217; data can use that as a fall-back. Other differences include a lack of core support for compression formats like the Direct3D &#8220;.dds&#8221; format so DXTC 1 to 5 are not supported, and Horde relies on .dds support for cube maps, so I needed to port the PowerVR-native format .pvr and the PVRTC texture compression algorithms to get those cube maps to run.</p>
<p>Other odd problems I faced were GLSL shaders didn&#8217;t quite port cleanly across, but the main issue here is that ES 2.0 likes to know what precision to set values to save precious resource cycles, and this is especially true for fragment shaders (ie. they won&#8217;t compile at all if you don&#8217;t specify them).</p>
<p>But then there were just really dumb problems like having semi-complex functions inside GLSL code, I had to convert some functions like lighting calculations to the main function so that it would compile properly, really odd. I have a suspicion that it is something to do with buggy drivers, so I&#8217;ll need to test this later on a device with a different brand GPU, like the Nexus One.</p>
<p>I am currently using the Qt toolkit for OpenGL context-creation and input and I&#8217;ll probably continue to depend on that library for the Nokia platforms, seeing as though they&#8217;re putting their full weight onto that. For iPhoneOS I&#8217;ll probably just use their example EAGLview code and modify that and for android I&#8217;ll make some Java/JNI monstrosity creation, for another day though.&#8221;Pics or it didn&#8217;t happen&#8221; here&#8217;s a test screenshot from my phone directly:</p>
<p style="text-align: center"><a href="http://boberfly.com/alex/wp-content/uploads/fuzzy_n900.jpg" title="Horde3D Screen"><img src="http://boberfly.com/alex/wp-content/uploads/fuzzy_n900.thumbnail.jpg" alt="Horde3D Screen" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://boberfly.com/alex/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>More updates</title>
		<link>http://boberfly.com/alex/?p=13</link>
		<comments>http://boberfly.com/alex/?p=13#comments</comments>
		<pubDate>Thu, 29 May 2008 12:16:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Artwork]]></category>

		<guid isPermaLink="false">http://boberfly.com/alex/?p=13</guid>
		<description><![CDATA[Hello everyone, got some updates for you&#8230;.
The gallery section has been updated with my new showreel, it is a lot cleaner now with a youtube play link, and with additional standard definition and high definition file downloads for the best picture clarity. They&#8217;re also a lot smaller in filesize than my older reel once I [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone, got some updates for you&#8230;.</p>
<p>The <a href="?page_id=3">gallery</a> section has been updated with my new showreel, it is a lot cleaner now with a youtube play link, and with additional standard definition and high definition file downloads for the best picture clarity. They&#8217;re also a lot smaller in filesize than my older reel once I got rid of after effects and could pick h.264 and aac audio and meet an .mp4 standard!</p>
]]></content:encoded>
			<wfw:commentRss>http://boberfly.com/alex/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>Update?</title>
		<link>http://boberfly.com/alex/?p=12</link>
		<comments>http://boberfly.com/alex/?p=12#comments</comments>
		<pubDate>Fri, 28 Mar 2008 04:31:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Artwork]]></category>

		<guid isPermaLink="false">http://boberfly.com/alex/?p=12</guid>
		<description><![CDATA[It is a bit desolate here in the old blog of mine, but fear not! I have some stuff to add, like what I&#8217;ve been up to on this Dominance War 3 competition (progress is slow, too many people want something and so many other distractions.  Anyway here&#8217;s the link to my DomWar3 here.
And [...]]]></description>
			<content:encoded><![CDATA[<p>It is a bit desolate here in the old blog of mine, but fear not! I have some stuff to add, like what I&#8217;ve been up to on this Dominance War 3 competition (progress is slow, too many people want something and so many other distractions. <img src='http://boberfly.com/alex/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Anyway here&#8217;s the link to my DomWar3 <a href="http://tinyurl.com/2kwdv5">here.</a></p>
<p>And also a video of some zbrush head turnaround I whipped up <a href="wp-content/uploads/videos/hunger.mov">here.</a></p>
<p>And last but not least, a small animation <a href="wp-content/uploads/videos/fuzzy_anim.mov">here.</a></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://boberfly.com/alex/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
		<item>
		<title>First blog post</title>
		<link>http://boberfly.com/alex/?p=5</link>
		<comments>http://boberfly.com/alex/?p=5#comments</comments>
		<pubDate>Sun, 23 Dec 2007 11:23:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://boberfly.com/alex/?p=5</guid>
		<description><![CDATA[Hello and welcome to the wonderful world of Alex @ Boberfly! (alex.boberfly.com). Feel free to sit back, relax and go through my site. I will be posting on here from time to time with any of my latest 3D artwork and animations, or any articles which I fancy and want to share!
]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome to the wonderful world of Alex @ Boberfly! (alex.boberfly.com). Feel free to sit back, relax and go through my site. I will be posting on here from time to time with any of my latest 3D artwork and animations, or any articles which I fancy and want to share!</p>
]]></content:encoded>
			<wfw:commentRss>http://boberfly.com/alex/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
	</channel>
</rss>
