WWDC 2014: Apple Introduces Metal, a new 3D API Faster than OpenGL

Apple Metal 3D API


But currently, Metal is limited to Apple’s A7 processors (iPhone 5S) under the new iOS 8. According to Apple, Metal allows to get 10x faster draw rates than OpenGL. Metal offers a more direct access to the CPU and GPU. Metal seems to follow the new rule in 3D programming launched by AMD with Mantle. I hope we’ll see Metal on OS X (desktop GPUs) in not too distant future!

Apple Metal 3D API

Apple Metal 3D API

Links


UPDATE: Programming Links

Metal is a low-overhead framework for managing, committing, and executing both graphics and compute operations. Metal is designed to eliminate “hidden” performance bottlenecks such as implicit state validation. You get control over the asynchronous behavior of the GPU. You can use multithreading efficiently to create and commit command buffers in parallel.

The Metal shading language is a unified programming language for writing both graphics and compute functions that are used by apps written with the Metal framework.

The Metal shading language is a C++ based programming language that developers can use to write code that is executed on the GPU for graphics and general-purpose data-parallel computations. Since the Metal shading language is based on C++, developers will find it familiar and easy to use. With the Metal shading language, both graphics and compute programs can be written with a single, unified language, which allows tighter integration between the two.




15 thoughts on “WWDC 2014: Apple Introduces Metal, a new 3D API Faster than OpenGL”

  1. Alex

    Is the failure of OpenGL as multi-platform 3D graphics library complete?

  2. soconne

    Perhaps only in the game industry, since just about every cross platform commercial 3D visualization application uses OpenGL and these types of companies move at a snail’s pace when it comes to adopting new technologies. But let’s not forget all android games are still OpenGL ES, and unless Apple implements an OSX Metal driver, which may or may not be likely depending on whether the programming paradigms fit Intel integrated chipsets, all OSX games and 3D software are still OpenGL.

    Personally I would like to see other vendors adopt Metal. The API looks very well designed and easier to use.

  3. Promilus

    Oh my, so I guess they’ll sue S3 for having MeTaL before Apple 😉 Yup. And it was too vendor-specific 3D API.

  4. Rares

    AMD comes with Mantle, Apple with Metal, who’s next? Intel, Google ?

  5. Ziple

    Wow, it the API I would like to have on any platform… It is really clean and performance oriented at the same time. And easy to use!

  6. Alex

    I think that we need now a new OpenGL library such as Metal or Mantle. OpenGL is become too big, too complex and too inefficient. Also as first 3D graphics library is now unsuitable.

  7. DrBalthar

    @Alex yes definitely. Interesting to see we seem to be reverting back to the Mid and late 90s of the last millenium. Now we only need TsengLabs, Diamond, Trident, S3 and all the other players back 😀

  8. Greg

    welcome back to the API jungle 🙁
    come on IHVs, you won’t now all create your own API, will you ?

  9. Michal

    I think that’s a good direction. I would prefer light, simple, low-level API per vendor than one huge, complex and very hard to implement OpenGL.

    To get portability open source community could write higher level library on top of these per vendor APIs.

  10. przemo_li

    1) Its not 90’s nowadays everybody and their grandmams can use quality game engines.

    2) OpenGL lack quality, solving that issue will take some time (big thx to Valve for that work!)

    3) OpenGL ES lack even more quality… (but now Google have at last incentive to focus on it, instead of just providing distraction)

    4) Mesa lack OpenGL 4.x support (though on per extension its much better)

    5) OSX lack important things from AZDO

    6) AZDO is not so good when You want variable stuff rendered

    7) Khronos/Nvidia/AMD are really, really, really tight lipped about future of such approach.

    OpenGL/ES need quality (this vary from “just enough” to “way to sluggish”), need good tools (that is actually progressing well), need evangelists (non-existing… 😐 ), and clear plan for the future.

    And lets look at something mind bogling. MS just HINTED at future, and everybody are predicting complete DOMINANCE, VICTORY, and demise for competition…
    Khronos wont say a word 🙁

  11. DrBalthar

    Khronos are done they would better concentrate on OpenCL which is the far more promising API anyway and ditch the whole OpenGL it is beyond saving anyway

  12. MaNiAc

    OMG OMG OMG a platform-specific API that will revolutionarize the… oh yeah, whatever… nothing! By the way Mantle, Metal… what next? Let me guess… Mental or something… *yawns and sticks to OpenGL*

  13. komar

    apple said that next gen engine like the unreal engine 4 would run under IOS 8…

    now it make sense, with this Api it will enhanced the A7 architecture …

Comments are closed.