<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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>PSP Player - The ultimate guide to everything Sony PSP</title>
	<link>http://www.pspplayer.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 01 Sep 2010 21:48:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>createing a homebrew</title>
		<link>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-47120.psp</link>
		<comments>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-47120.psp#comments</comments>
		<pubDate>Tue, 06 Apr 2010 01:45:06 +0000</pubDate>
		<dc:creator>xguitarxgrindx</dc:creator>
		
	<category>Development</category>
		<guid>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-47120.psp</guid>
		<description><![CDATA[I have an idea for a home brew app, but i have no idea on how to program and cant find any thing on codings and stuff 
 
so if their is anyone with...]]></description>
			<content:encoded><![CDATA[<div><div ><!-- ads code -->
<div >
<script type="text/javascript"><!--
google_ad_client = "pub-2079536653604007";
/* 200x200, created 11/15/08 */
google_ad_slot = "6180981471";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><div >I have an idea for a home brew app, but i have no idea on how to program and cant find any thing on codings and stuff<br />
<br />
so if their is anyone with spare time i could give you my idea and you could program it for me<br />
<br />
it seems simple to me, but not knowing how to program it could be hard idk<br />
<br />
so i can send you some pics iv made of how i want it to look and you could make it <br />
any offers?</div></div></div>

]]></content:encoded>
			<wfw:commentRSS>http://www.pspplayer.com/?feed=rss2&amp;p=2779</wfw:commentRSS>
	</item>
		<item>
		<title>LUA PSP Mail</title>
		<link>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-46668.psp</link>
		<comments>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-46668.psp#comments</comments>
		<pubDate>Mon, 05 Jan 2009 03:56:31 +0000</pubDate>
		<dc:creator>blackdragon</dc:creator>
		
	<category>Development</category>
		<guid>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-46668.psp</guid>
		<description><![CDATA[Hi I am interested in designing a psp mail inbox application.  
Can this be done in LUA? or will I need to learn C or C++ or another languge. 
Thanks...]]></description>
			<content:encoded><![CDATA[<div><div ><!-- ads code -->
<div >
<script type="text/javascript"><!--
google_ad_client = "pub-2079536653604007";
/* 200x200, created 11/15/08 */
google_ad_slot = "6180981471";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><div >Hi I am interested in designing a psp mail inbox application. <br />
Can this be done in LUA? or will I need to learn C or C++ or another languge.<br />
Thanks all<br />
<br />
-blackdragon</div></div></div>

]]></content:encoded>
			<wfw:commentRSS>http://www.pspplayer.com/?feed=rss2&amp;p=2123</wfw:commentRSS>
	</item>
		<item>
		<title>lua 3d question. here</title>
		<link>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-46663.psp</link>
		<comments>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-46663.psp#comments</comments>
		<pubDate>Thu, 01 Jan 2009 06:54:11 +0000</pubDate>
		<dc:creator>User Name</dc:creator>
		
	<category>Development</category>
		<guid>http://www.psp-vault.com/forums/133/module-pnForum-viewtopic-topic-46663.psp</guid>
		<description><![CDATA[code: 
function drawTex(image,album,artist,mfl) 
  screen:fillRect(0,0,128,225,cl1) 
  Gu.start3d() 
  temp = {{0, 0, 0, 0, 0},{image:width(),...]]></description>
			<content:encoded><![CDATA[<div><div ><!-- ads code -->
<div >
<script type="text/javascript"><!--
google_ad_client = "pub-2079536653604007";
/* 200x200, created 11/15/08 */
google_ad_slot = "6180981471";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><div >code:<br />
function drawTex(image,album,artist,mfl)<br />
  screen:fillRect(0,0,128,225,cl1)<br />
  Gu.start3d()<br />
  temp = {{0, 0, 0, 0, 0},{image:width(), image:height(), 128, 128, 0}}<br />
  Gu.enable(Gu.TEXTURE_2D)<br />
  Gu.texImage(image)<br />
  Gum.drawArray(Gu.SPRITES, Gu.TEXTURE_32BITF+Gu.VERTEX_32BITF+Gu.TRANSFORM_2D  , temp)<br />
  temp = {{0, image:height(), 0, 129, 0},{image:width(), 0, 128, 257, 0}}<br />
  Gu.texImage(image)<br />
  Gum.drawArray(Gu.SPRITES, Gu.TEXTURE_32BITF+Gu.VERTEX_32BITF+Gu.TRANSFORM_2D  , temp)<br />
  temp = {{Color.new(0,0,0,160), 0, 128, 0},{Color.new(0,0,0,160), 128, 128, 0},{cl1, 0, 225, 0},{cl1, 128, 225, 0}}<br />
  Gu.disable(Gu.TEXTURE_2D)<br />
  Gum.drawArray(Gu.TRIANGLE_STRIP, Gu.COLOR_8888+Gu.VERTEX_32BITF+Gu.TRANSFORM_2D, temp)<br />
  Gu.end3d()<br />
<br />
  temp = Image.createEmpty(256,256)<br />
  temp:blit(0,0,screen,0,0,128,225)<br />
<br />
  temp:drawLine(0,0,127,0,cl2)<br />
  temp:drawLine(0,127,127,127,cl2)<br />
  temp:drawLine(0,0,0,127,cl2)<br />
  temp:drawLine(127,0,127,127,cl2)<br />
<br />
  temp2 = Image.createEmpty(480,32)<br />
  temp2:fontPrint(fnt, 240-(fnt:getTextSize(album)["width"]/2), 14, album, cl3)<br />
  temp2:fontPrint(fnt, 240-(fnt:getTextSize(artist)["width"]/2), 28, artist, cl3)<br />
  table.insert(tex, {art = temp, text = temp2, mf = mfl})<br />
end<br />
   <br />
   all above is one part of "truflow 1.1 " codes .I want to Change image's Array. but I Don't understand "Starting point"....?<br />
    (X, y, Z) = (0, 0, 0)  ?    At the center of the psp screen?<br />
     <br />
    please.</div></div></div>

]]></content:encoded>
			<wfw:commentRSS>http://www.pspplayer.com/?feed=rss2&amp;p=2128</wfw:commentRSS>
	</item>
	</channel>
</rss>
