<?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; gameplay v1.2</title>
	<atom:link href="http://devblog.blackberry.com/tag/gameplay-v1-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 17:47:42 +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; gameplay v1.2</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>Introducing gameplay v1.2 for 3D Indie Game Developers</title>
		<link>http://devblog.blackberry.com/2012/04/introducing-gameplay-v1-2-for-3d-indie-game-developers/</link>
		<comments>http://devblog.blackberry.com/2012/04/introducing-gameplay-v1-2-for-3d-indie-game-developers/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 19:41:17 +0000</pubDate>
		<dc:creator>SeanPaulT</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Native SDK Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[BlackBerry 10]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[gameplay v1.2]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=9012</guid>
		<description><![CDATA[Announcing the latest release of our open-source, cross-platform C++ game development framework - gameplay v1.2.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9012&#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-9034" title="TITLE_IMAGE" src="http://rimdevblog.files.wordpress.com/2012/04/gameplay-1.jpg?w=600&#038;h=335" alt="" width="600" height="335" /></p>
<p>I’m <a href="http://twitter.com/uber_setaylor" target="_new">Sean Paul Taylor</a>, Team Lead for Gaming R&amp;D here at Research In Motion® (RIM®). We&#8217;re very excited to announce the latest release of our open-source, cross-platform C++ game development framework &#8211; <a href="http://www.gameplay3d.org/" target="_new">gameplay</a>.</p>
<p>The gameplay project is contributed to and hosted on <a href="https://github.com/blackberry/GamePlay" target="_new">github.com</a> by the two co-founders of the project, myself and <a href="http://twitter.com/thekrighton" target="_new">Steve Grenier</a>. We are focused on ensuring that the BlackBerry® 10 game development platform is at the top of its game and Steve and I, along with a team of top-notch graphics and game developers here at RIM, will be diligently contributing to the framework and sharing with the community.</p>
<p>My vision and goal with gameplay is to contribute and share outwardly our expert knowledge of advanced graphics and game technologies. Not only has my team been busy porting all the leading open-source game technologies for BlackBerry, but we have been having a ton of fun too!</p>
<p><span id="more-9012"></span></p>
<p>In the past, I have worked on previous research projects using advanced rendering technologies like deferred shading, post processing and scene graph rendering. We see a roadmap where the mobile and pc/console gaming worlds converge and we are working hard to take BlackBerry gaming to the front of the lines.</p>
<p>The gameplay project is a contribution that is directly targeting the indie game developer ecosystem. We realize developers want to easily target as many platforms as they can to monetize and we want to help you do this&#8230; If you are familiar with other popular open-source 2D game engines like cocos2d-x and now want a high-quality 3D solution, then gameplay might be exactly what you are looking for!</p>
<h3><strong>Current features in gameplay</strong></h3>
<ul>
<li>Written completely in C++ and well documented using doxygen.</li>
<li>Solution and workspaces for Visual Studio 2010, XCode 3.2.1 and Momentics IDE’s.</li>
<li>Platform-Game abstraction layer separating all operating system code from game engine code.</li>
<li>Input system support for Mouse, Keyboard and Touch.</li>
<li>Full vector math library with classes for Vector2/3/4, Matrix, Quaternion, Ray, Plane. Also Frustum and BoundingBox/BoundingSphere classes for object culling.</li>
<li>Solid OpenGL 3.2+ (for Desktop) and OpenGL ES 2.0 (for Mobile) based rendering system with classes for RenderState, FrameBuffer, Mesh, Material, Effect, Pass and Techniques.</li>
<li>Easy-to-use and efficient Font and Sprite classes.</li>
<li>Scene-graph components such as Scene, Node, Light, Camera and Model.</li>
<li>Binary encoding tool for creating optimized bundles for loading TTF fonts and 3D game assets supporting both COLLADA and FBX formats.</li>
<li>Extensible animation system with classes for Animation, AnimationClip and Curve with built-in AnimationTarget’s on Transform and MaterialParameter’s classes.</li>
<li>Complete 3D audio system with additional support for compressed audio using OGG and supporting HDMI gaming.</li>
</ul>
<h3><strong>New features in gameplay v1.2</strong></h3>
<ul>
<li><em>New</em>platforms now supporting:
<ul>
<li>BlackBerry Tablet OS 2.0 and BlackBerry 10 ready!</li>
<li>Apple iOS 5.1 for iPhone and iPad</li>
<li>Google Android 2.3+</li>
<li>Microsoft Windows 7</li>
<li>Apple MacOSX</li>
</ul>
</li>
<li><em>New</em> shader-based material system with built-in common shader library.</li>
<li><em>New</em> declarative scene binding.</li>
<li><em>New</em> declarative particle system.</li>
<li><em>Improved</em> physics system with rigid body dynamics and constraints.</li>
<li><em>New</em> character physics and ghost objects.</li>
<li><em>Improved</em> animation system supporting animated skeletal character animation.</li>
<li><em>New</em> declarative user interface system with support for declartive theming and ortho, and 3D form definition with built-in core control classes such as Button, Label, TextBox, Slider, CheckBox, RadioButton. Also includes Layout classes such as Absolute/Vertical and FlowLayout.</li>
<li><em>New</em> cross-platform new game project wizard scripts.</li>
<li><em>New</em> game developer guide.</li>
<li><em>New</em> game samples and tutorials.</li>
</ul>
<h3><strong>Survive Demo Game (in progress)</strong></h3>
<p><img class="aligncenter size-full wp-image-9033" title="" src="http://rimdevblog.files.wordpress.com/2012/04/gameplay-2.jpg?w=600&#038;h=351" alt="" width="600" height="351" /></p>
<h3><strong>The ‘next’ feature branch for v1.3, v1.4, v1.5</strong></h3>
<ul>
<li>Optimizations and Performance improvements</li>
<li>Shadows</li>
<li>Terrain and Sky</li>
<li>Gamepad input for Wii, Xbox 360 and Bluetooth® HID controllers</li>
<li><a href="http://www.scoreloop.com/" target="_new">Scoreloop</a> Social integration</li>
<li>Editor</li>
</ul>
<p>Check out the code and samples at our <a href="https://github.com/blackberry/GamePlay" target="_new">BlackBerry Github page</a> and let me know what you’re working on.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/9012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/9012/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9012&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/04/introducing-gameplay-v1-2-for-3d-indie-game-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/588de8e9ded23b503ae5fb589bf35159?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seanpaultaylor</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/04/gameplay-1.jpg" medium="image">
			<media:title type="html">TITLE_IMAGE</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/04/gameplay-2.jpg" medium="image" />
	</item>
	</channel>
</rss>
