<?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>bitplane.net &#187; irrlicht</title>
	<atom:link href="http://bitplane.net/tag/irrlicht/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitplane.net</link>
	<description>Rants, ramblings, free software</description>
	<lastBuildDate>Tue, 08 May 2012 13:57:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>code_swarm</title>
		<link>http://bitplane.net/2010/02/code_swarm/</link>
		<comments>http://bitplane.net/2010/02/code_swarm/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 21:33:24 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Irrlicht]]></category>
		<category><![CDATA[irrlicht]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=572</guid>
		<description><![CDATA[I&#8217;ve been playing with code_swarm and made this video of the Irrlicht Engine&#8217;s development history: Since the video is generated from the SVN version history it starts at the point where Niko gave hybrid and I SVN access (June 2006), so misses out years of development leading up to the 1.0 release. code_swarm is a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I&#8217;ve been playing with <a href="http://code.google.com/p/codeswarm">code_swarm</a> and made this video of the Irrlicht Engine&#8217;s development history:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/v6j5U-pC8YE" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/v6j5U-pC8YE"></embed></object></p>
<p style="text-align: left;">Since the video is generated from the SVN version history it starts at the point where Niko gave hybrid and I SVN access (June 2006), so misses out years of development leading up to the 1.0 release.</p>
<p style="text-align: left;">code_swarm is a really cool tool, one thing which is exciting is the fact it supports MediaWiki. It would be really nice to show a small wiki coming together.. or maybe one day Wikipedia&#8217;s entire changelog (we can dream!)</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2010/02/code_swarm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irrlicht 1.6 Released</title>
		<link>http://bitplane.net/2009/09/irrlicht-1-6-released/</link>
		<comments>http://bitplane.net/2009/09/irrlicht-1-6-released/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:02:43 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[Irrlicht]]></category>
		<category><![CDATA[irrlicht]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=220</guid>
		<description><![CDATA[We finally released Irrlicht 1.6, which has all the features you've been eagerly awaiting (if you didn't use SVN to get them!)]]></description>
			<content:encoded><![CDATA[<p>So, we finally released Irrlicht 1.6. This release has lots of bug fixes and plenty of new features for you to sink your teeth into!</p>
<p>I&#8217;m sure I&#8217;ve missed out lots of stuff, but here&#8217;s a summary of the most interesting new features&#8230;</p>
<p><span id="more-220"></span></p>
<h2>Video</h2>
<p>Burning&#8217;s software rasterizer is now at version 0.44 and comes with sphere map, two layer reflection and transparent alpha ref (plant renderer) materials, plus lots more enhancements.</p>
<p>It&#8217;s now possible to specify an override material for the video driver. This could be used, for example, to draw the entire scene in wireframe. It is incredibly useful for deferred rendering where you need to render the entire scene using some specific shader.</p>
<p>New SMaterial settings. Materials now support <acronym title="Level of Detail">LoD</acronym> bias for mipmaps, antialias on a per-material basis, and a Swiss Army Knife of a feature: disabling writes for specific colour channels. Combined with the override material this makes stereoscopic anaglyph rendering really simple:</p>
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=33463"><img title="Anaglyph rendering by Luke" src="http://img142.imageshack.us/img142/4099/screenshot2r.jpg" alt="" width="400" height="283" /></a><p class="wp-caption-text">Luke demonstrates red-cyan anaglyph rendering in 12 lines of code per eye!</p></div>
<p>Floating point render pixel formats are now supported, currently only in render targets in OpenGL and D3D, but it still means <acronym title="High Dynamic Range">HDR</acronym> rendering! The colour converter doesn&#8217;t yet support these new formats, but in future this will mean floating point image loaders meaning native HDR support across the board:</p>
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.owned.co.za/?p=71"><img title="HDR rendering" src="http://img339.imageshack.us/img339/3615/rref02.jpg" alt="" width="400" height="219" /></a><p class="wp-caption-text">FuzzYspo0n&#39;s reflections (BlindSide&#39;s method, I think) using SteelStyle&#39;s HDR image loader to load floating point textures</p></div>
<p>Direct3D8 finally supports 32-bit index buffers. The D3D drivers can now be used in the <acronym title="Simple DirectMedia Layer">SDL</acronym> device, and they now render in screen space in 2D mode (0,0 -&gt; W,H).</p>
<p><a href="http://www.idcnet.us/">Gary Conway</a> donated an <acronym title="Silicon Graphics, Incorporated">SGI</acronym> image loader, which means Irrlicht can now open Silicon Graphics .rgb, .rgba, .sgi, .int and .inta textures, including <acronym title="Run Length Encoding">RLE</acronym> compressed ones.</p>
<p>The TGA loader can now load uncompressed 8-bit greyscale and indexed images.</p>
<h2>Core</h2>
<p>position2d has been removed, it is now a just a typedef for vector2d. This gets rid of the need for all those ugly vector to position conversions, even though they are essentially the same type.</p>
<h2>Device</h2>
<p>Irrlicht now has a console device. I added a simple <acronym title="American Standard Code for Information Interchange">ASCII</acronym> render just for fun, but the console device has a serious use, you can use Irrlicht to do offline rendering without the need to ever create a window which means it doesn&#8217;t need an X server on Unices.</p>
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://gallery.bitplane.net/v/software/libs/consoledevice.jpg.html"><img title="Console device" src="http://gallery.bitplane.net/d/543-2/consoledevice.jpg" alt="" width="400" height="211" /></a><p class="wp-caption-text">The console device can present images from the software rasterizers</p></div>
<p style="text-align: left;">Irrlicht can now also be compiled with more than one device type and select the best one at runtime. This does increase the size of the library, on OSX you have the option to compile with the console, Cocoa, SDL and X11 devices which may seem like overkill. The ability to select the device type at runtime allows the same version of the shared library to be used with a wider range of applications, for example my GNOME thumbnailer which runs in the background:</p>
<div class="wp-caption aligncenter" style="width: 394px"><a href="http://gallery.bitplane.net/v/software/libs/irrlicht-thumbnailer/"><img class=" " title="GNOME thumbnailer" src="http://gallery.bitplane.net/d/655-2/x.png" alt="Nautilus showing thumbnails for Irrlicht supported meshes" width="384" height="291" /></a><p class="wp-caption-text">Nautilus showing thumbnails for Irrlicht supported meshes</p></div>
<p style="text-align: left;">We now have an Xbox project too, apparently compiling with Direct3D8 on the official XDK, but OpenXDK support with SDL is planned.</p>
<p style="text-align: left;">The device now has get/setGammaRamp functions.</p>
<h2 style="text-align: left;">Scene</h2>
<p style="text-align: left;">RogerBorg&#8217;s light manager is in at last! Using a light manager you can add hundreds of lights to the scene and activate the closest 8 to each surface:</p>
<p style="text-align: left;">
<div id="attachment_244" class="wp-caption aligncenter" style="width: 398px"><img class="size-full wp-image-244 " title="light manager" src="http://bitplane.net/wp-content/uploads/2009/09/light-manager.PNG" alt="RogerBorg's light manager made it in" width="388" height="303" /><p class="wp-caption-text">RogerBorg&#39;s light manager made it in</p></div>
<p>Collision enhancements. You can now get the node which was selected in getCollisionPoint, making it easy to work with meta selectors. ICollisionCallback so you can be notified of collision events.</p>
<p style="text-align: left;">ISceneNodeAnimators now have an hasFinished method, so you know when they&#8217;re complete.</p>
<p>Irrlicht can now load and save <acronym title="Stanford Polygon, a file format invented by Stanford University and commonly produced by 3D scanners">PLY</acronym> meshes, including massive ones. This is the file format used by the infamous <a href="http://en.wikipedia.org/wiki/Stanford_Bunny">Stanford Bunny</a> but also by <a href="http://www.cyberware.com/">commercial 3D scanners</a> in general:</p>
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://gallery.bitplane.net/v/software/libs/PLYloader/"><img class=" " title="PLY Loader" src="http://gallery.bitplane.net/d/344-2/plycyberwareheadscan.jpg" alt="" width="400" height="318" /></a><p class="wp-caption-text">Loading a massive PLY mesh from a 3D scanner. There are no UV coords here, this is all vertex alpha</p></div>
<p>Quake3 BSPs support is now greatly enhanced, supporting new shader types and lots of other stuff.</p>
<h2 style="text-align: left;">GUI</h2>
<p style="text-align: left;">The <acronym title="Graphical User Interface">GUI</acronym> now comes with a tree, which is demonstrated in the new Quake Map Explorer example:</p>
<p style="text-align: left;">
<div id="attachment_245" class="wp-caption aligncenter" style="width: 494px"><a href="http://bitplane.net/wp-content/uploads/2009/09/quake-3-explorer.PNG"><img class="size-full wp-image-245  " title="Quake Map Explorer" src="http://bitplane.net/wp-content/uploads/2009/09/quake-3-explorer.PNG" alt="Quake Map Explorer" width="484" height="375" /></a><p class="wp-caption-text">Tommi&#39;s Quake Explorer demonstrates (among other things) use of the tree view, donated by Reinhard Ostermeier</p></div>
<p style="text-align: left;">New skin constants for text offsets in GUI windows, allowing nice skinned titlebars like this:</p>
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://img27.imageshack.us/img27/3359/previewmoa.jpg"><img title="Klaskers GUI, FuzzYspo0Ns skin" src="http://img27.imageshack.us/img27/3359/previewmoa.jpg" alt="" width="400" height="300" /></a><p class="wp-caption-text">Klaskers GUI skinner, with skinned by FuzzYspo0N</p></div>
<h2>File System</h2>
<p>Irrlicht&#8217;s IFileSystem now supports pluggable archive loaders via two new interfaces, IFileArchive and IArchiveLoader. This allows users to extend the <acronym title="Virtual FileSystem">VFS</acronym> by adding new archive types, you can for example lock your data up in a proprietary archive format, store your meshes in a database, or add ways of extracting data from current archive formats. Currently archives are still read only, though this may change in future.</p>
<p>To celebrate this, Irrlicht can now open .tar.gz archives thanks to the new TAR reader and the fact that the ZIP reader can now open gzip archives.</p>
<p>I&#8217;m adding two examples to IrrExt. Firstly a Windows .ico and .cur loader which treats these files like an archive. This allows you to (for example) use Windows mouse cursors or favicon.ico files from web pages. Secondly, a Windows <anagram title="Portable Executable">PE</anagram> <anagram title="The resource segment in a Windows PE binary">RSRC</anagram> loader, which allows you to load resources from Windows binaries in a cross platform way. Combined with the .ico loader you can use this to show the icons of Windows executables from inside Irrlicht. The RSRC loader will be moved over to IrrExt in a few days, once I&#8217;ve updated it to work with Irrlicht 1.6.</p>
<p>There&#8217;s now a special type for holding file names and paths. io::path is currently a string type which may be wchar_t based in Windows. In future all string based path comparison, replacement and collapse methods will move to this class.</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/09/irrlicht-1-6-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PISG is up again</title>
		<link>http://bitplane.net/2009/09/pisg-running-again/</link>
		<comments>http://bitplane.net/2009/09/pisg-running-again/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 03:40:50 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[Irrlicht]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[eggdrop]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irrlicht]]></category>
		<category><![CDATA[pisg]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=56</guid>
		<description><![CDATA[Eggyweggs? I like to smash em!]]></description>
			<content:encoded><![CDATA[<p>Now that I have a reliable shell, <a title="#irrlicht IRC" href="http://webchat.freenode.net/?randomnick=0&amp;channels=irrlicht">#irrlicht</a> once again has an <a title="Eggy" href="http://www.eggheads.org/" target="_blank">eggdrop</a> bot, which will be useful because we haven&#8217;t had any way to add new operators for at least two years. The bot is logging and there&#8217;s a cron job to upload <a title="Perl IRC Stats Generator" href="http://pisg.sourceforge.net/" target="_blank">PISG</a> output to the <a title="Irrlicht IRC file dump" href="http://irrlichtirc.g0dsoft.com/" target="_blank">stats page</a>.<em> So anything you do say will be taken down and may be used in evidence against you&#8230;</em></p>
<pre>bitplane also makes sailors blush, 0.3% of the time.</pre>
<p>Oh, shiiii&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/09/pisg-running-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irrlicht 1.5.1 for OSX</title>
		<link>http://bitplane.net/2009/08/irrlicht-1-5-1-for-osx/</link>
		<comments>http://bitplane.net/2009/08/irrlicht-1-5-1-for-osx/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 13:00:30 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Irrlicht]]></category>
		<category><![CDATA[irrlicht]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=45</guid>
		<description><![CDATA[Irrlicht 1.5.1 for OSX / XCode released...]]></description>
			<content:encoded><![CDATA[<p>I just uploaded an <a title="Irrlicht OSX" href="https://sourceforge.net/projects/irrlicht/files/Irrlicht%20SDK%20MacOS/Irrlicht%201.5.1%20Mac%20OS/Irrlicht-1.5.1.zip/download">OSX release</a> for Irrlicht 1.5.1, it includes an installer and installs Irrlicht as a shared libarary (Irrlicht.framework). This will be the first of many platforms supporting Irrlicht as an official, installed shared library.</p>
<p>Update: Now available from the <a href="http://www.apple.com/downloads/macosx/development_tools/irrlichtengine.html">Apple website</a>, though they credited bitplane.net and removed the <a href="http://yass-engine.de/">YASS</a> credit for the screenshot. Next time I&#8217;ll submit a shorter description!</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/08/irrlicht-1-5-1-for-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irrlicht 1.5.1 Released</title>
		<link>http://bitplane.net/2009/08/irrlicht-1-5-1-released/</link>
		<comments>http://bitplane.net/2009/08/irrlicht-1-5-1-released/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 18:00:17 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[Irrlicht]]></category>
		<category><![CDATA[irrlicht]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=34</guid>
		<description><![CDATA[Irrlicht 1.5.1 released, which will be the last 1.5.x release.]]></description>
			<content:encoded><![CDATA[<p>Yesterday we released <a title="Irrlicht" href="http://irrlicht.sourceforge.net/" target="_blank">Irrlicht 1.5.1</a>. This will be the last 1.5.x release, development is now focused on 1.6 which will move to its own branch over the next week or so and become stable.</p>
<p>Changes in 1.5.1:</p>
<pre>- Make sure a missing font does not corrupt the skin.
- Fix getAngle in vector2d as suggested by xray.
  This has only a minor impact on s32 vectors.
- bugfix: CGUIFont::getCharacterFromPos regards now kerning
  (found by Arras)
- Add support for range fog in some OpenGL versions.
- Fix for shadow volume removal, submitted by vitek.
- Avoid using X11 autorepeat to deal with broken X11
  versions.
- Speculars are properly exported into mtl files now,
  instead of corrupting them.
- Binary type loading in attributes fixed.
- bugfix: Use make_lower throughout for spritebank filenames
  (found and patched by Ion Dune)
- STL loader fixed: Right-handedness corrected, normals and
  bboxes are correctly added now.
- bugfix: CUnZipReader::openFile no longer returns true for
  empty files. Corresponding test added.
- Big endian issues in .x loader fixed.
- HSLColor methods repaired.
- copyToScaling fixed.
- Fixed problem with highlighting menus when mouse was
  outside sub-menu area.
- bugfix (2796207): menu acted (wrongly) on left-click down
  instead of left-click up.
- bswap16 fallback macro fixed
- getBaseName fixed to work correct with dots in filenames.
- static method isDriverSupported allows for simple
  check of available drivers.
- Some defines added to check for the Irrlicht version of
  the library.
- Make sure all renderstates are properly initialized
- Wrong size for main depth buffer fixed.
- Fix 3ds shininess to the allowed range.
- Fix loading of Collada files from irrEdit 1.2
- Remove texture pointers after texture clear.
- WindowsCE pathnames fixed.
- Some virtuals are now overridden as expected.
- Incomplete FBOs are properly signalled now
- Update to libpng 1.2.35, fixed issues on 64bit machines
  with system's libpng.
- Fixed wrong grab/drop in setOverrideFont
- Added draw2dRectOutline
- rectf and recti added.
- Fix ALPHA_CHANNEL_REF to a fixed check for alpha==127 as
  expected.
- Fixed OSX device bug where screen size was not set in
  fullscreen mode.
- cursor setVisible changed to be called less often.
- OpenGL version calculation fixed.
- OSX device now supports shift and ctrl keys.
- Fixed ambient light issues in burningsvideo.
- device reset for d3d fixed when using VBOs.
- Fix dimension2d +=
- MD2 mesh loader: Now uses much less memory,
  reduced number of allocations when loading meshes.
- OpenGL render state (texture wrongly cached) fixed.
- Fixed animator removal.
- Changed collision checks for children of invisible
  elements to also be ignored (as they're actually
  invisible due to inheritance).
- Fix terrain to use 32bit only when necessary, make
  terrain use hw buffers. Heightmap loading and height
  calculation fixed. Visibility and LOD calculations updated.
- Some mem leaks fixed
- FPS camera resets the cursor better</pre>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/08/irrlicht-1-5-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irrlicht nightly builds 2.0</title>
		<link>http://bitplane.net/2009/07/irrlicht-nightly-builds-2-0/</link>
		<comments>http://bitplane.net/2009/07/irrlicht-nightly-builds-2-0/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 20:58:56 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[bitplane.net]]></category>
		<category><![CDATA[Irrlicht]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[irrlicht]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=19</guid>
		<description><![CDATA[Irrlicht nightly builds by ConvexTech are back again, not only with D3D9 compiled in to the Win32-gcc builds but we even get VisualStudio AMD64 builds too! A big thanks to Marc Burns for providing this service I&#8217;m hosting a mirror, it&#8217;s not much compared the the overhead of compiling the builds, but every little helps, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Nightly build server" href="http://irrlicht.convextech.ca/">Irrlicht nightly builds</a> by ConvexTech are back again, not only with D3D9 compiled in to the Win32-gcc builds but we even get VisualStudio AMD64 builds too! A big thanks to Marc Burns for providing this service <img src='http://bitplane.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m hosting a <a href="http://irrlicht.mirrors.bitplane.net/">mirror</a>, it&#8217;s not much compared the the overhead of compiling the builds, but every little helps, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/07/irrlicht-nightly-builds-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>irrEdit in Wine?</title>
		<link>http://bitplane.net/2009/07/irredit-in-wine/</link>
		<comments>http://bitplane.net/2009/07/irredit-in-wine/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 16:33:37 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[Irrlicht]]></category>
		<category><![CDATA[directx]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[irrEdit]]></category>
		<category><![CDATA[irrlicht]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=10</guid>
		<description><![CDATA[So irrEdit still doesn't work in Wine, but at least it actually opens now!]]></description>
			<content:encoded><![CDATA[<p>Since my recent hard drive crash I&#8217;ve moved from Windows Vista to Ubuntu 64. I discovered that when trying to run my <a href="http://gallery.bitplane.net/main.php?g2_itemId=403" target="_blank">Jetpac</a> game under Wine, it fails <a title="irrEdit bug on Wine's bug tracker" href="http://bugs.winehq.org/show_bug.cgi?id=12020">for the same reason</a> as <a title="irrEdit, the Irrlicht scene editor" href="http://www.ambiera.com/irredit/" target="_blank">irrEdit</a>. The crash is because the D3D calls related to shader compiling aren&#8217;t implemented in Wine&#8217;s DirectX 9 DLLs, which isn&#8217;t a very good reason to bomb out as I don&#8217;t even use any shader materials.</p>
<p>As you can see on the bug report, all that it needed is someone to stub out the functions and return an error and irrEdit should work in Linux; all fixed in about ten lines of code, right? Well, sort of. Wine also has some viewport issues so irrEdit doesn&#8217;t render properly, but on the up side Jetpac works flawlessly.</p>
<p style="text-align: center;"><a href="http://gallery.bitplane.net/main.php?g2_itemId=403"><img class="aligncenter" title="Jetpac in Wine" src="http://gallery.bitplane.net/main.php?g2_view=core.DownloadItem&amp;g2_itemId=549&amp;g2_serialNumber=1" alt="" width="640" height="498" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">To see your Irrlicht D3D Windows binaries in action under Linux x64, simply download the DLL from <a title="Stubbed d3dx9.dll" href="http://files.bitplane.net/d3dx9_36_wine.tar.gz">here</a>, copy the dll.so file to /usr/lib32/wine/</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/07/irredit-in-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New website layout</title>
		<link>http://bitplane.net/2009/07/new-layout/</link>
		<comments>http://bitplane.net/2009/07/new-layout/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 23:39:40 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[bitplane.net]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[irrlicht]]></category>
		<category><![CDATA[photosynth]]></category>

		<guid isPermaLink="false">http://blog.bitplane.net/?p=4</guid>
		<description><![CDATA[So I've finally decided to bite the bullet and install WordPress.]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve finally decided to bite the bullet and install WordPress. I&#8217;ve never been much of a fan of the blog format, but over the past couple of weeks I&#8217;ve made a few interesting toys without binary demos and the e107 CMS I was using as a file store couldn&#8217;t index them. The old gallery isn&#8217;t ideal for random screenshots either. So I decided this site needed a makeover; a new layout which has permanent locations for files, a gallery and links to my SVN repositories.</p>
<p>So the HTTP 301 script is up and redirecting, and the new format for bitplane.net goes like this-</p>
<ul>
<li>A <a title="gallery" href="http://gallery.bitplane.net/" target="_blank">gallery</a> to store screenshots, photos and artwork.</li>
<li>SVN repositories for <a title="gallery" href="http://svn.bitplane.net/games" target="_blank">games</a> and another for <a title="gallery" href="http://svn.bitplane.net/misc" target="_blank">apps and scripts</a></li>
<li>My <a title="file dump" href="http://dump.bitplane.net" target="_blank">file dump</a>, for temporary storage</li>
<li>A new <a href="http://files.bitplane.net/" target="_blank">files subdomain</a>, for permanent file storage.</li>
<li>&#8230;and this blog, to index new stuff.</li>
</ul>
<p>So, what new stuff? Well over the past couple of weeks I&#8217;ve made some loaders for Irrlicht. A <a href="http://irrlicht.svn.sourceforge.net/viewvc/irrlicht/trunk/source/Irrlicht/CTarReader.cpp?view=markup" target="_blank">TAR loader</a> (and fixed gzip loading in Irrlicht), a <a href="http://svn.bitplane.net/misc/trunk/irr/archive%20loaders/ICO/">Windows Icon loader</a> and a <a href="http://svn.bitplane.net/misc/trunk/irr/archive%20loaders/RSRC/">Windows PE binary resource loader</a> and just for fun a <a href="http://gallery.bitplane.net/main.php?g2_itemId=326">FIGlet font driver</a>. Also, over the past couple of months I&#8217;ve spent a bit of time <a href="http://gallery.bitplane.net/main.php?g2_itemId=292" target="_blank">learning to sketch</a>, and have scanned a couple of them so I can see my progress. Finally, I made a <a href="http://photosynth.net/view.aspx?cid=aa81a86c-05e7-4681-b762-a88173aa146d" target="_blank">Photosynth of Glastonbury Festival</a>, which actually captures some idea of the scale of the place.</p>
<p>That&#8217;s my first post out of the way. I promise not to blog unless I have something interesting to show, or less often, say.</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/07/new-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

