<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; TunnelTilt</title>
	<atom:link href="http://devblog.blackberry.com/tag/tunneltilt/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 19:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; TunnelTilt</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>Packaged WebGL Game Now Available in BlackBerry App World</title>
		<link>http://devblog.blackberry.com/2012/03/download-tunneltilt/</link>
		<comments>http://devblog.blackberry.com/2012/03/download-tunneltilt/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 18:32:59 +0000</pubDate>
		<dc:creator>Eduardo P-L.</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[blackberry playbook]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[playbook apps]]></category>
		<category><![CDATA[PlayBook games]]></category>
		<category><![CDATA[ripple]]></category>
		<category><![CDATA[TunnelTilt]]></category>
		<category><![CDATA[WebGL]]></category>
		<category><![CDATA[webworks]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=8769</guid>
		<description><![CDATA[The open sourced TunnelTilt demo is now available for download in BlackBerry App World.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=8769&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter size-full wp-image-8781" src="http://rimdevblog.files.wordpress.com/2012/03/img_000001021.jpg?w=550&#038;h=322" alt="TITLE_IMAGE" width="550" height="322" /></p>
<p>Last month, <a href="http://devblog.blackberry.com/author/adamstan1/" target="_new">Adam Stanley</a> discussed the giant leap forward that our <a href="http://devblog.blackberry.com/2012/02/playbook-native-webgl-development/" target="_new">WebGL support</a> has brought to web development for the BlackBerry® PlayBook™ tablet, Adam wrote:</p>
<blockquote><p>“&#8230;you could build a standalone BlackBerry application, powered by WebGL, using theBlackBerry WebWorks SDK, and distribute that app to other BlackBerry PlayBook tablet users through the BlackBerry App World™ storefront.”</p></blockquote>
<p>To get a true understanding of what you can do with WebGL, we’ve made our demo game “TunnelTilt” <a href="http://appworld.blackberry.com/webstore/content/79082" target="_new">available for download</a> in BlackBerry App World™ &#8211; check it out. This is really the power of our Web tools. This game feels native.</p>
<p>We took the TunnelTilt demo, which we had previously open sourced in the <a href="https://github.com/blackberry/WebGL-Samples" target="_new">WebGL-Samples</a> repository on our GitHub page, packaged it with our WebWorks SDK, signed the BAR file and submitted to BlackBerry App World – just like any other game. TunnelTilt is implemented completely using WebGL (<a href="http://www.khronos.org/webgl/" target="_new">specification</a>, <a href="http://en.wikipedia.org/wiki/Webgl" target="_new">Wikipedia</a>) and it is indistinguishable from any other BlackBerry PlayBook tablet application in how it performs!</p>
<p><a href="http://appworld.blackberry.com/webstore/content/79082" target="_new">Download TunnelTilt today</a> and see if you can get through all five levels!</p>
<p>This game is also a great example of RIM’s continued commitment to the open source community. The source code, runtime, and tooling are all available on our <a href="http://blackberry.com/developers" target="_new">developer site</a> and <a href="https://github.com/blackberry/WebGL-Samples" target="_new">Github page</a>.</p>
<h3><strong>Additional Readings</strong></h3>
<ul>
<li><a href="http://devblog.blackberry.com/2012/02/playbook-native-webgl-development/" target="_new">Native WebGL: A giant leap for the web development community on the BlackBerry PlayBook</a> – Detailed overview of WebGL and its support on the BlackBerry PlayBook.</li>
<li><a href="http://openbbnews.wordpress.com/2011/11/16/tunneltilt-github/" target="_new">TunnelTilt – From GitHub to Your PlayBook</a> – Step-by-step on how to compile the sources into an app.</li>
</ul>
<p>Let us know what you think of our WebGL support and make sure to let us know as your Web apps launch.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/8769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/8769/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=8769&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/03/download-tunneltilt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/f662e1b4e55509b4205db5b8187e374f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eduardopele</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/03/img_000001021.jpg" medium="image">
			<media:title type="html">TITLE_IMAGE</media:title>
		</media:content>
	</item>
	</channel>
</rss>
