<?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>Drakon - place</title>
	<atom:link href="http://drakon.ixan.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://drakon.ixan.net</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 09:57:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PSP vs Vita &#8211; PSS SDK speed test round 2</title>
		<link>http://drakon.ixan.net/?p=644</link>
		<comments>http://drakon.ixan.net/?p=644#comments</comments>
		<pubDate>Sun, 13 May 2012 09:54:52 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[PSP]]></category>
		<category><![CDATA[vita]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=644</guid>
		<description><![CDATA[After my post on pss forum, other user Martin Caine posted his tests results ( http://community.eu.playstation.com/t5/General/Did-Sony-limited-CPU-speed-with-PSS-SDK/td-p/16018189 ) They&#8217;re also interested to check. He tested Vita speed against other Sony Certified device where PSS SDK can be used. Results are: Simulator - PSS Vector3 &#8211; 3.309 seconds Simulator &#8211; Custom Vector3 &#8211; 2.68 seconds Tablet S &#8211; PSS [...]]]></description>
			<content:encoded><![CDATA[<p>After my post on pss forum, other user Martin Caine posted his tests results ( <a href="http://community.eu.playstation.com/t5/General/Did-Sony-limited-CPU-speed-with-PSS-SDK/td-p/16018189">http://community.eu.playstation.com/t5/General/Did-Sony-limited-CPU-speed-with-PSS-SDK/td-p/16018189</a> )</p>
<p>They&#8217;re also interested to check. He tested Vita speed against other Sony Certified device where PSS SDK can be used.</p>
<p>Results are:<br />
<strong>Simulator - PSS Vector3 &#8211; 3.309 seconds</strong><br />
<strong> Simulator &#8211; Custom Vector3 &#8211; 2.68 seconds</strong></p>
<p><strong>Tablet S &#8211; PSS Vector3 &#8211; 9.55 seconds</strong><br />
<strong> Tablet S &#8211; Custom Vector3 &#8211; 8.536 seconds</strong></p>
<p><strong>Xperia Play &#8211; PSS Vector3 &#8211; 17.419 seconds</strong><br />
<strong> Xperia Play &#8211; Custom Vector3 &#8211; 15.990 seconds</strong></p>
<p><strong>Vita &#8211; PSS Vector3 &#8211; 28.128 seconds</strong><br />
<strong> Vita &#8211; Custom Vector3 &#8211; 25.140 seconds</strong></p>
<p>It&#8217;s worth mentioning that the same test on PSP took: 12.836 seconds.</p>
<p>He also tested 2 WP7 phones that uses c# with same test:</p>
<p><strong>Nokia Lumia 800 &#8211; XNA Vector3 &#8211; 9.555 seconds</strong><br />
<strong> Nokia Lumia 800 &#8211; Custom Vector3 &#8211; 9.424 seconds</strong><br />
<strong> Nokia Lumia 800 &#8211; XNA Vector (SIMD) &#8211; 7.74 seconds</strong></p>
<p><strong>HTC HD7 &#8211; XNA Vector3 &#8211; 13.44 seconds</strong><br />
<strong> HTC HD7 &#8211; Custom Vector3 &#8211; 13.852 seconds</strong><br />
<strong> HTC HD7 &#8211; XNA Vector3 (SIMD) &#8211; 10.87 seconds</strong></p>
<p>As you can all clearly see Vita Mono VM works really bad compared to other devices. It&#8217;s not optimized yet or Sony limited CPU speed with it.</p>
<p>As a bonus I will add results of snailface testing PSP code on Vita PSP Emulator ( <a href="http://wololo.net/talk/viewtopic.php?f=23&amp;t=11653">http://wololo.net/talk/viewtopic.php?f=23&amp;t=11653</a> )</p>
<p>- original speed on PSP: 8699ms</p>
<p>- same test in Vita PSP Emu: 7984ms</p>
<p>As again better result is the one with less time :p</p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=644</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSP vs Vita &#8211; round 1</title>
		<link>http://drakon.ixan.net/?p=640</link>
		<comments>http://drakon.ixan.net/?p=640#comments</comments>
		<pubDate>Sat, 12 May 2012 09:30:51 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[PSP]]></category>
		<category><![CDATA[vita]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=640</guid>
		<description><![CDATA[I made two small tests to compare PSP and Vita performance (just cpu) and results are quite interesting&#8230; Test are doing some simple mathematical equations. Results: multidimensional array int Vita &#8211; 20678 miliseconds PSP  &#8211; 8699  miliseconds float Vita &#8211; 23752 miliseconds PSP  &#8211; 9911  milisecods double Vita &#8211; 20594 miliseconds PSP  &#8211; spaaaaace&#8230;. simple [...]]]></description>
			<content:encoded><![CDATA[<p>I made two small tests to compare PSP and Vita performance (just cpu) and results are quite interesting&#8230;<br />
Test are doing some simple mathematical equations.</p>
<p>Results:<br />
<strong>multidimensional array</strong></p>
<p><strong>int </strong><br />
<strong>Vita &#8211; 20678 miliseconds</strong><br />
<strong>PSP  &#8211; 8699  miliseconds</strong></p>
<p><strong>float </strong><br />
<strong>Vita &#8211; 23752 miliseconds</strong><br />
<strong>PSP  &#8211; 9911  milisecods</strong></p>
<p><strong>double </strong><br />
<strong>Vita &#8211; 20594 miliseconds</strong><br />
<strong>PSP  &#8211; spaaaaace&#8230;.</strong></p>
<p><strong>simple variables</strong></p>
<p><strong>int </strong><br />
<strong>Vita &#8211; 1324 miliseconds</strong><br />
<strong>PSP  &#8211; 0000 miliseconds</strong></p>
<p><strong>float </strong><br />
<strong>Vita &#8211; 19486 miliseconds</strong><br />
<strong>PSP  &#8211; 0000 miliseconds</strong></p>
<p><strong>double </strong><br />
<strong>Vita &#8211; 8267 miliseconds</strong><br />
<strong>PSP  &#8211; 0000 miliseconds</strong></p>
<p>C++ was used for PSP and C# for Vita&#8230;<br />
Sony should give us access to C++ in PSS SDK otherwise results are really disappointing for me&#8230;</p>
<p>Full source code for tests is here: <a href="http://www.drakon.ixan.net/vita/PSPvsVITA.rar">http://www.drakon.ixan.net/vita/PSPvsVITA.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=640</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Exploring PS Suite SDK (different way)</title>
		<link>http://drakon.ixan.net/?p=633</link>
		<comments>http://drakon.ixan.net/?p=633#comments</comments>
		<pubDate>Sun, 22 Apr 2012 09:17:06 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[vita]]></category>
		<category><![CDATA[vita drakon c#]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=633</guid>
		<description><![CDATA[Long story short: I made small app to upload .psspac packages on vita and run them without PSSStudio. (.psspac are made when you hit Build option in PSSStudio) Long story: While browsing PSSStudio folders I found two unmanaged .dlls (pss_device32.dll,pss_device64.dll). Quick peak into MonoDevelop.Pss.dll with .net reflector provided me example code, how to use this [...]]]></description>
			<content:encoded><![CDATA[<p>Long story short: I made small app to upload .psspac packages on vita and run them without PSSStudio. (.psspac are made when you hit Build option in PSSStudio)</p>
<p>Long story: While browsing PSSStudio folders I found two unmanaged .dlls (pss_device32.dll,pss_device64.dll).<br />
Quick peak into MonoDevelop.Pss.dll with .net reflector provided me example code, how to use this two files to upload packages,run them etc&#8230;<br />
I&#8217;ve extracted some code and put together this small tool. Maybe someone will make better use from this.</p>
<p>How use this:<br />
- Connect Vita to PC<br />
- Run PS Suite Dev on Vita<br />
- Run my app<br />
- Press &#8220;Refresh Devices&#8221; &#8211; select your Vita from list and click Connect to Device.<br />
- Now select package you want upload to vita (example package is in &#8220;sample&#8221; folder)<br />
- Now you can upload it to console, run it (this is crashing for now right after app starts on Vita ), and remove it from console, stop not working right now.</p>
<p>After uploads complete your new app will not be visible in the list on console(dunno why &#8211; if you restart PS Suite Dev it will be there).</p>
<p><a href="http://drakon.ixan.net/wp-content/connector.png"><img class="alignnone size-full wp-image-635" title="connector" src="http://drakon.ixan.net/wp-content/connector.png" alt="" width="639" height="320" /></a></p>
<p>Download:</p>
<p><a href="http://www.drakon.ixan.net/vita/VitaConnector.rar">drakon.ixan.net/vita/VitaConnector.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=633</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Happy time</title>
		<link>http://drakon.ixan.net/?p=629</link>
		<comments>http://drakon.ixan.net/?p=629#comments</comments>
		<pubDate>Fri, 30 Mar 2012 08:20:10 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[lamecraft]]></category>
		<category><![CDATA[PSP]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=629</guid>
		<description><![CDATA[It&#8217;s happy time  &#8211; I have more time to work on MultiCraft and my other games. Also here is one interesting thing from MultiCraft development. I fixed some copy/paste bugs and changed how terrain chunks are built. Now it&#8217;s running like 10x faster It&#8217;s especially visible on PSP &#8211; in Lamecraf chunk generation was limited [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s happy time  &#8211; I have more time to work on MultiCraft and my other games.</p>
<p>Also here is one interesting thing from MultiCraft development. I fixed some copy/paste bugs and changed how terrain chunks are built. Now it&#8217;s running like 10x faster <img src='http://drakon.ixan.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>It&#8217;s especially visible on PSP &#8211; in Lamecraf chunk generation was limited to 3 per secod to maintain decent speed. Now I don&#8217;t use any limit and it&#8217;s running smooth.</p>
<p>It&#8217;s time to forget about github and move to bitbucket (free private repo <img src='http://drakon.ixan.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=629</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Tales from the crypt</title>
		<link>http://drakon.ixan.net/?p=622</link>
		<comments>http://drakon.ixan.net/?p=622#comments</comments>
		<pubDate>Sun, 25 Mar 2012 13:34:36 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[lamecraft]]></category>
		<category><![CDATA[PSP]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=622</guid>
		<description><![CDATA[I made small update to LameCraft &#8211; now it&#8217;s working on PS Vita ( thanks Wololo for info ). I have also fixed some strange bugs with texture packs. Game can be download from the LameCraft section on the right. &#160; UPDATE Here is video posted by Wololo &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>I made small update to LameCraft &#8211; now it&#8217;s working on PS Vita ( thanks Wololo for info <img src='http://drakon.ixan.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p>I have also fixed some strange bugs with texture packs.</p>
<p>Game can be download from the LameCraft section on the right.</p>
<p>&nbsp;</p>
<p>UPDATE</p>
<p>Here is video posted by Wololo <img src='http://drakon.ixan.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;<br />
<iframe width="420" height="315" src="http://www.youtube.com/embed/bHbh4BPTdus" frameborder="0" allowfullscreen></iframe><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=622</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Update</title>
		<link>http://drakon.ixan.net/?p=567</link>
		<comments>http://drakon.ixan.net/?p=567#comments</comments>
		<pubDate>Mon, 05 Mar 2012 13:26:50 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=567</guid>
		<description><![CDATA[I have some tricky stairs in my house&#8230; and because of them I will feel pain in my back for 4 weeks. This whole week in bed with painkillers&#8230; Website cleaning time &#8211; I&#8217;ve made sub-pages for LameCraft, JellyCar,PSPortal and Lamb.]]></description>
			<content:encoded><![CDATA[<p>I have some tricky stairs in my house&#8230; and because of them I will feel pain in my back for 4 weeks. This whole week in bed with painkillers&#8230;</p>
<p>Website cleaning time &#8211; I&#8217;ve made sub-pages for LameCraft, JellyCar,PSPortal and Lamb.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=567</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>70-511 passed !</title>
		<link>http://drakon.ixan.net/?p=526</link>
		<comments>http://drakon.ixan.net/?p=526#comments</comments>
		<pubDate>Tue, 07 Feb 2012 12:38:55 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=526</guid>
		<description><![CDATA[Yeay &#8211; my first Microsoft exam passed yesterday. 70-511 TS: Windows Applications Development with Microsoft .NET Framework 4 more info about exam here : http://www.microsoft.com/learning/en/us/exam.aspx?id=70-511]]></description>
			<content:encoded><![CDATA[<p>Yeay &#8211; my first Microsoft exam passed yesterday. </p>
<p>70-511 TS: Windows Applications Development with Microsoft .NET Framework 4<br />
more info about exam here : <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-511" title="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-511">http://www.microsoft.com/learning/en/us/exam.aspx?id=70-511</a></p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=526</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Images</title>
		<link>http://drakon.ixan.net/?p=516</link>
		<comments>http://drakon.ixan.net/?p=516#comments</comments>
		<pubDate>Wed, 30 Nov 2011 22:22:51 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[OpenGl]]></category>
		<category><![CDATA[programowanie]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=516</guid>
		<description><![CDATA[I finally made my small framework multiplatform. Images from ps3 and iPhone will be added later. Ps. Sorry for ubuntu image&#8230; I&#8217;m using vm and there were errors while taking screenshots.]]></description>
			<content:encoded><![CDATA[<p>I finally made my small framework multiplatform. Images from ps3 and iPhone will be added later.</p>

<a href='http://drakon.ixan.net/?attachment_id=517' title='mac'><img width="150" height="150" src="http://drakon.ixan.net/wp-content/mac-150x150.png" class="attachment-thumbnail" alt="mac" title="mac" /></a>
<a href='http://drakon.ixan.net/?attachment_id=518' title='psp_emu'><img width="150" height="150" src="http://drakon.ixan.net/wp-content/psp_emu-150x150.png" class="attachment-thumbnail" alt="psp_emu" title="psp_emu" /></a>
<a href='http://drakon.ixan.net/?attachment_id=519' title='ubuntu'><img width="150" height="150" src="http://drakon.ixan.net/wp-content/ubuntu-150x150.png" class="attachment-thumbnail" alt="ubuntu" title="ubuntu" /></a>
<a href='http://drakon.ixan.net/?attachment_id=520' title='win'><img width="150" height="150" src="http://drakon.ixan.net/wp-content/win-150x150.png" class="attachment-thumbnail" alt="win" title="win" /></a>

<p>Ps. Sorry for ubuntu image&#8230; I&#8217;m using vm and there were errors while taking screenshots.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=516</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates</title>
		<link>http://drakon.ixan.net/?p=509</link>
		<comments>http://drakon.ixan.net/?p=509#comments</comments>
		<pubDate>Tue, 08 Nov 2011 08:28:51 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=509</guid>
		<description><![CDATA[I&#8217;m not dead. Right now i&#8217;m updating site and soon will post new content. Lamecraft forum is read only from now on but Wololo was so nice and created subforum on his forum here: http://wololo.net/talk/viewforum.php?f=51]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not dead.</p>
<p>Right now i&#8217;m updating site and soon will post new content.<br />
Lamecraft forum is read only from now on but Wololo was so nice and created subforum on his forum here: <a href="http://wololo.net/talk/viewforum.php?f=51">http://wololo.net/talk/viewforum.php?f=51</a></p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=509</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSP Genesis Competition 2011 Winners</title>
		<link>http://drakon.ixan.net/?p=489</link>
		<comments>http://drakon.ixan.net/?p=489#comments</comments>
		<pubDate>Mon, 27 Jun 2011 10:38:16 +0000</pubDate>
		<dc:creator>Drakon</dc:creator>
				<category><![CDATA[lamecraft]]></category>
		<category><![CDATA[PSP]]></category>
		<category><![CDATA[drakon]]></category>
		<category><![CDATA[genesis]]></category>
		<category><![CDATA[Lamecraft PSP]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[Minecraft psp]]></category>

		<guid isPermaLink="false">http://drakon.ixan.net/?p=489</guid>
		<description><![CDATA[Today on wololo.net/talk npt posted who won competition 4 place and special award, the &#8220;Most Ambitious Project&#8221; goes to SHELL by ArnoldBronson [ http://wololo.net/talk/viewtopic.php?f=26&#038;t=5794 ] 3 place goes to some1 with his 6.39/6.38/6.35/6.31 downgrader/FFFFFFFFailspoit [ http://wololo.net/talk/viewtopic.php?f=26&#038;t=6403 ] 2 place goes to 6.39 Pro B-6 by Coldbird and Virtuous Flame [ http://wololo.net/talk/viewtopic.php?f=26&#038;t=5152 ] 1 place goes [...]]]></description>
			<content:encoded><![CDATA[<p>Today on wololo.net/talk npt posted who won competition <img src='http://drakon.ixan.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>4 place and special award, the &#8220;Most Ambitious Project&#8221; goes to SHELL by ArnoldBronson [ <a href="http://wololo.net/talk/viewtopic.php?f=26&#038;t=5794">http://wololo.net/talk/viewtopic.php?f=26&#038;t=5794</a> ]</p>
<p>3 place goes to some1 with his 6.39/6.38/6.35/6.31 downgrader/FFFFFFFFailspoit [ <a href="http://wololo.net/talk/viewtopic.php?f=26&#038;t=6403">http://wololo.net/talk/viewtopic.php?f=26&#038;t=6403</a> ]  </p>
<p>2 place goes to 6.39 Pro B-6 by Coldbird and Virtuous Flame [ <a href="http://wololo.net/talk/viewtopic.php?f=26&#038;t=5152">http://wololo.net/talk/viewtopic.php?f=26&#038;t=5152</a> ]</p>
<p>1 place goes to&#8230;.. Lamecraft by me XDXD</p>
<p>Post on wololo.net is here <a href="http://wololo.net/talk/viewtopic.php?f=25&#038;t=7313">http://wololo.net/talk/viewtopic.php?f=25&#038;t=7313</a><br />
I was totally shocked that my little project won <img src='http://drakon.ixan.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Especially when there was so many great apps and games. </p>
]]></content:encoded>
			<wfw:commentRss>http://drakon.ixan.net/?feed=rss2&#038;p=489</wfw:commentRss>
		<slash:comments>140</slash:comments>
		</item>
	</channel>
</rss>

