Tuesday, February 16, 2016

Announcing a New Series: Learning Vulkan for Fun Xor Profit


Today was the big unveiling of the new Khronos graphics API Vulkan, the successor to OpenGL. I've decided to do a tutorial series on learning the new API for your reference (and my enjoyment).

I'm going to exclusively use the new Intel open source driver, Anvil, which is part of the Mesa project.  To use Anvil, you need to have an Intel integrated graphics card of generation IvyBridge or later.

To start, git clone git://anongit.freedesktop.org/mesa/mesa and checkout and build the Vulkan branch.

No comments:

Post a Comment