Infolinks

Infolinks

Pages

Powered by Blogger.

Translate

The Metal Framework Gives iOS A Lead In Gaming For The Foreseeable Future

Friday, June 13, 2014

The Metal Framework Gives iOS A Lead In Gaming For The Foreseeable Future | TechCrunch #site-logo { background: url(http://s1.wp.com/wp-content/themes/vip/techcrunch-2013/images/logos/green.png) no-repeat !important; }if (!ads.isMobile()) {(function(window,$){window.TechCrunch.loader.on('tc_ads_wrapper_omniture', function(){if ( !window.ads.isAdPageSet ){if ( typeof window.adSetAdURL == 'function' ) {window.adSetAdURL('/wp-content/themes/vip/techcrunch-2013/_uac/adpage.html');window.ads.isAdPageSet = true;}}window.htmlAdWH('93315572', "LB", "LB", 'f', 'adsDiv7c0e9feb2b');});}(this,this.jQuery));}Got a tip? Let us know.MenuSearchNewsChannelsStartupsMobileGadgetsEnterpriseSocialEuropeAsiaCrunchGovTrendingYahooAppleFacebookTwitterGoogleMicrosoftNSATCTVShowsTCTV NewsCrunchWeekFly Or DieFoundationInside JobsTechCrunch GadgetsGillmor GangTC CribsTechCrunch MakersAll ShowsAll VideosEventsTechCrunch EventsDisruptCrunchiesMeetupsInternational City EventsHackathonHardware BattlefieldNews AboutWWDC 2014SXSWCESE3All EventsSearch TechCrunchSearch TechCrunchCrunchBaseFollow UsFacebookTwitterGoogle+LinkedInYoutubeRSSEmailMoreLinkedInYoutubeRSSEmailApply to the Startup Battlefield at Disrupt SF and Disrupt EuropeWWDC 2014June 2 - 6, 2014

Event Home
AppsFacebook Messenger Adds Tap-And-Hold Video Sharing, Another Snapchat FeatureFacebook Messenger Adds Tap-And-Hold Video Sharing, Another Snapchat FeatureAmazon Prime Music Is Actually About Selling More Physical GoodsAmazon Prime Music Is Actually About Selling More Physical GoodsSocial News Aggregator Nuzzel Raises $1.7M From Lowercase, Homebrew, And OthersSocial News Aggregator Nuzzel Raises $1.7M From Lowercase, Homebrew, And OthersBrowse more...AndroidSamsung Aims To Reinvigorate Its Tablet Line With The New Galaxy Tab SSamsung Aims To Reinvigorate Its Tablet Line With The New Galaxy Tab SAndroid Wear Developer Team Talks Building Apps For Moto 360 And LG G WatchAndroid Wear Developer Team Talks Building Apps For Moto 360 And LG G WatchSamsung Outs Its First Tizen-Powered SmartphoneSamsung Outs Its First Tizen-Powered SmartphoneBrowse more...GamingSteelSeries Teams With Tobii To Track Your Eyes And Make You A Better GamerSteelSeries Teams With Tobii To Track Your Eyes And Make You A Better GamerGame Studio Booster Pack, Founded By Former LucasArts Employees, Raises $1.475MGame Studio Booster Pack, Founded By Former LucasArts Employees, Raises $1.475MFormer Googlers Launch Osmo, A Gaming Device That Combines Real-World Play With The iPadFormer Googlers Launch Osmo, A Gaming Device That Combines Real-World Play With The iPadBrowse more...WWDC 2014Gillmor Gang: Apple SauceGillmor Gang: Apple SauceApple’s Home Automation Success Rests With Hardware EvangelismApple’s Home Automation Success Rests With Hardware EvangelismApple Delivers Location-Based App Suggestions On Your Lock Screen In iOS 8Apple Delivers Location-Based App Suggestions On Your Lock Screen In iOS 8Browse more...AppleApple Patents An iPad Smart Cover That Can Display Push NotificationsApple Patents An iPad Smart Cover That Can Display Push NotificationsBeats Solo 2 Review: Great Looks, Now With Better SoundBeats Solo 2 Review: Great Looks, Now With Better SoundPinterest Snags Longtime Apple Alums To Head Up Engineering And DesignPinterest Snags Longtime Apple Alums To Head Up Engineering And DesignBrowse more...The Metal Framework Gives iOS A Lead In Gaming For The Foreseeable FuturePosted Jun 3, 2014 by Kyle Russell (@kylebrussell)MoreAdd to Flipboard Magazine.submit to redditNext StoryAn E-Cig That Tells You How Much You’ve Increased Your Life Expectency With Every Puff

Among the many announcements made during the two-hour keynote at WWDC yesterday, three were targeted specifically at game developers: SceneKit, new functions in SpriteKit, and Metal, a new framework that opens the door for vastly better performance in higher-end games on iOS, and does it in a way that Google simply can’t respond to because of the way Android works.

For those without a technical background, Metal offers developers a set of functions that are “closer to the metal” than OpenGL, the application programming interface traditionally used on iOS (and Mac, Android, and game consoles not made by Microsoft). That means that they have more direct control over the graphics hardware, enabling faster performance because there’s less overhead for the system to deal with.

In practical terms, this won’t mean much for most developers — only those who really need to get into the guts of their code to boost graphics performance need be concerned. But there’s an entire industry built up around creating “game engines” for developers so that they don’t have to rebuild the wheel every time they start a new project. Getting those developers interested is how Apple gets Metal into most iOS games.

As it turns out, some of those teams have already started building Metal into their engines. Yesterday, Unity3D rendering guru Aras Pranckevicius  tweeted that building Metal into the company’s engine was the “fastest port to brand new 3D API ever”:

On his blog, iOS developers and startup consultant Nat Brown points out that this won’t mean that games aren’t going to be built for Android just because developers can get better performance on iOS through Metal. Most won’t even touch it, because it’ll be baked into the tools they use to make their games.

But gamers might start to notice when games built for the platform start to offer significantly better graphics:

That said, of the class of very advanced programmers who will jump on Metal are… the teams that maintain the game engines, frameworks, and toolchains used by 95% (perhaps 99%) of the games for mobile. Unity3D, Unreal Engine, and a few others simply dominate mobile gaming on both iOS and Android and have traditionally targeted a relatively common core of OpenGL ES for both platforms.

Due to this I find it unlikely that the API itself will act to lock anybody into iOS from a classic API perspective – everybody is using an engine or framework and indeed tools much higher up the value chain. But… Metal could very well offer an iOS performance lock-in on mobile.

While there are equivalents of the Metal framework available on other platforms — Mantle on AMD-made graphics chips, and DirectX 12 from Microsoft for Windows and the Xbox platform — neither company has complete control of the ecosystem for which they are building, which complicates things and limits the extent to which they can optimize for specific hardware.

After all, AMD makes a wide variety of graphics cores that can be used in a nearly infinite range of PC hardware configurations, while DirectX has to work with the same range of CPU, RAM, etc., while also accounting for graphics chips from AMD, nVidia and Intel.

That means these frameworks simply can’t optimize for specific hardware in the same way that Apple can, as Anandtech’s Ryan Smith noted this morning:

Of the other low-level APIs we’ve seen so far – AMD’s Mantle and Microsoft’s DirectX 12 – the former is an API established by a hardware vendor who has to ride on top of other companies CPUs and OSes, and the latter is an OS vendor who has to ride on top of third party CPUs and GPUs. Apple on the other hand is in the enviable position of being as close as anyone can be to offering a fully vertical ecosystem. Apple designs their own CPUs, configures their own SoCs, and writes their own OS. The only portion of the chain that Apple doesn’t control is the GPU, and even then the company has exclusively used Imagination Technologies’ PowerVR GPUs for the last 7 years with no signs of this changing.

With the iPhone 5s, iPad Air, and iPad mini all running on the same A7 system-on-a-chip — and this year’s models presumably sharing the A8 — Metal can be optimized specifically for one set of hardware and get the same gains across its range of mobile devices.

While the diversity of Android handsets comes with its own advantages, Google simply can’t create a Metal equivalent that optimizes for every device manufacturer’s hardware. As gamers’ expectations for what their phones are capable of evolve, it’ll be interesting to see how the introduction of Metal shapes the mobile gaming landscape.

submit to redditwindow.TechCrunch.loader.on( 'gravity-beacon', function(){ window.tc_loadGravityScript( 'recirculation' ); } );AdvertisementAdvertisementif (!ads.isMobile()) {(function(window,$){window.TechCrunch.loader.on('tc_ads_wrapper_omniture', function(){if ( !window.ads.isAdPageSet ){if ( typeof window.adSetAdURL == 'function' ) {window.adSetAdURL('/wp-content/themes/vip/techcrunch-2013/_uac/adpage.html');window.ads.isAdPageSet = true;}}window.htmlAdWH('93315573', "RR", "RR", 'f', 'adsDiv397147ad43');});}(this,this.jQuery));}CrunchBaseAppleFounded1976  OverviewApple is an American multinational corporation headquartered in Cupertino, California that designs, develops, and sells consumer electronics, computer software and personal computers. It was founded by [Steve Jobs](/person/steve-jobs), Ronald Wayne and [Steve Wozniak](/person/steve-wozniak).Some of Apple’s best-known hardware products are the [Mac line of computers](http://store.apple.com/us/mac), …Websitehttp://www.apple.comFull profile for AppleCrunchDailyLatest headlines delivered to you daily

Subscribe to CrunchDailyEnter Email AddressRelated VideosHTC One (M8) | Fly or DiePlay VideoHTC One (M8) | Fly or Die3:34Nvidia Shield | Fly or DiePlay VideoNvidia Shield | Fly or DieSwarm by Foursquare | Fly or DiePlay VideoSwarm by Foursquare | Fly or DieMore Related Videosif (!ads.isMobile() && ads.showArticleRightRightAdOnView()) {(function(window,$){window.TechCrunch.loader.on('tc_ads_wrapper_omniture', function(){if ( !window.ads.isAdPageSet ){if ( typeof window.adSetAdURL == 'function' ) {window.adSetAdURL('/wp-content/themes/vip/techcrunch-2013/_uac/adpage.html');window.ads.isAdPageSet = true;}}window.adSetInView('D');window.htmlAdWH('93422867', "RR", "RR", 'f', 'adsDiv0b317ccccb');});}(this,this.jQuery));}AndroidSamsung Aims To Reinvigorate Its Tablet LineSamsung Aims To Reinvigorate Its Tablet LinePosted 1 hour agoAndroid Wear Dev Team Highlights I/OAndroid Wear Dev Team Highlights I/OPosted Jun 3, 2014Samsung Outs Its First Tizen-PoweredSamsung Outs Its First Tizen-PoweredPosted Jun 2, 2014Google Could Launch Android TV In JuneGoogle Could Launch Android TV In JunePosted May 30, 2014Twitter's Crashlytics LaunchesTwitter's Crashlytics LaunchesPosted May 29, 2014More Android articlesGamingSteelSeries Wants To Track Your Gamer EyesSteelSeries Wants To Track Your Gamer EyesPosted Jun 9, 2014Game Studio Booster Pack, Founded By FormerGame Studio Booster Pack, Founded By FormerPosted Jun 3, 2014Former Googlers Launch Osmo, A Gaming DeviceFormer Googlers Launch Osmo, A Gaming DevicePosted May 22, 2014Survios Snaps Up $4M To Lead The NextSurvios Snaps Up $4M To Lead The NextPosted May 19, 2014ANTVR Is A Cross-Platform Virtual Reality KitANTVR Is A Cross-Platform Virtual Reality KitPosted May 15, 2014More Gaming articlesWWDC 2014Gillmor Gang: Apple SauceGillmor Gang: Apple SaucePosted Jun 7, 2014Apple’s Home Automation Success Rests WithApple’s Home Automation Success Rests WithPosted Jun 6, 2014iOS 8 Delivers Location-Based App SuggestionsiOS 8 Delivers Location-Based App SuggestionsPosted Jun 3, 2014Apple Wants You To Be What Links Your DevicesApple Wants You To Be What Links Your DevicesPosted Jun 3, 2014Watch The TechCrunch Apple WWDC 2014 RecapWatch The TechCrunch Apple WWDC 2014 RecapPosted Jun 3, 2014More WWDC 2014 articlesAppleApple Patents An iPad Smart Cover With ActiveApple Patents An iPad Smart Cover With ActivePosted 13 hours agoBeats Solo 2 ReviewBeats Solo 2 ReviewPosted yesterdayPinterest Snags Longtime Apple Alums To HeadPinterest Snags Longtime Apple Alums To HeadPosted Jun 10, 2014Apple Patents A Weightlifting Tracking SensorApple Patents A Weightlifting Tracking SensorPosted Jun 10, 2014Apple's iOS 8 Includes Code For Running AppsApple's iOS 8 Includes Code For Running AppsPosted Jun 9, 2014More Apple articlesAppsFacebook Messenger Adds Tap-And-Hold VideoFacebook Messenger Adds Tap-And-Hold VideoPosted 2 hours agoAmazon Music Is About Selling Physical GoodsAmazon Music Is About Selling Physical GoodsPosted 2 hours agoSocial News Aggregator Nuzzel Raises $1.7MSocial News Aggregator Nuzzel Raises $1.7MPosted 9 hours agoPixelberry Studios Tackles Teenagers' BodyPixelberry Studios Tackles Teenagers' BodyPosted 9 hours agoSkype 5.0 For iPhone Brings All New Look AndSkype 5.0 For iPhone Brings All New Look AndPosted 12 hours agoMore Apps articles
Popular Postsif( !ads.isMobile() ){ window.TechCrunch.loader.on( 'gravity-beacon', function(){ window.tc_loadGravityScript( 'recirculation-accordion' ); } ); }Up NextAn E-Cig That Tells You How Much You’ve Increased Your Life Expectency With Every PuffPosted Jun 3, 2014 CrunchBoard Job Listings Director of Sales CrowdTwist Software Engineer - Ruby on Rails Passare, Inc. Chief Financial Officer Oddz Associate Manager, Client Success CrowdTwist Architect Advertising.com More from CrunchBoardAdvertisementTechCrunchNewsTCTVEventsCrunchBaseAboutStaffContact UsAdvertise With UsSend Us A TipInternationalChinaEuropeJapanFollow TechCrunchFacebookTwitterGoogle+LinkedInYoutubePinterestTumblrInstagramStumbleUponFeedTechCrunch AppsiOSAndroidWindows 8Subscribe to CrunchDailyLatest headlines delivered to you daily

Subscribe to Subscribe to CrunchDailyEnter Email Address© 2013-2014 AOL Inc. All rights reserved.Aol TechPrivacy PolicyAbout Our AdsAnti Harassment PolicyTerms of ServicePowered by WordPress.com VIPFonts by if (ads.isMobile()) {(function(window,$){window.TechCrunch.loader.on('tc_ads_wrapper_omniture', function(){if ( !window.ads.isAdPageSet ){if ( typeof window.adSetAdURL == 'function' ) {window.adSetAdURL('/wp-content/themes/vip/techcrunch-2013/_uac/adpage.html');window.ads.isAdPageSet = true;}}window.htmlAdWH('348-14-15-feb', ads.width(), ads.height(), 'f', 'adsDiv8fbd2e6149');});}(this,this.jQuery));}if (!ads.isMobile()) {(function(window,$){jQuery('body').append('');}(this,this.jQuery));}//initialize and attach hovercards to all gravatarsjQuery( document ).ready( function( $ ) {if ( typeof Gravatar.init !== "function" ) {return;}Gravatar.profile_cb = function( hash, id ) {WPGroHo.syncProfileData( hash, id );};Gravatar.my_hash = WPGroHo.my_hash;Gravatar.init( 'body', '#wp-admin-bar-my-account' );});if ( 'object' === typeof wpcom_mobile_user_agent_info ) {wpcom_mobile_user_agent_info.init();var mobileStatsQueryString = "";if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;if( wpcom_mobile_user_agent_info.isIPad() )mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';if( "" != mobileStatsQueryString ) {new Image().src = document.location.protocol + '//stats.wordpress.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();}}(function (window, $, undefined) {var document = window.document;function loadChartbeat() {window._sf_endpt = (new Date()).getTime();var e = document.createElement('script'),url = ("https:" === document.location.protocol) ? "https://s3.amazonaws.com/" : "http://";url += "static.chartbeat.com/js/chartbeat.js";e.setAttribute('language', 'javascript');e.setAttribute('type', 'text/javascript');e.async = true;e.setAttribute('src', url);document.body.appendChild(e);}$(loadChartbeat);}(this, this.jQuery));

View the original article here

No comments:

Post a Comment

 

Search This Blog

Labels

Archives