More Details About The Vulkano Library, Rust + Vulkan

Written by Michael Larabel in Vulkan on 3 May 2016 at 03:59 PM EDT. 16 Comments
VULKAN
As covered back in March, Vulkano is a library pairing Rust with the Vulkan API for taking advantage of the Rust programming language's feature set while utilizing this new high-performance graphics API from the Khronos Group.

Vulkano isn't just a set of Rust bindings for Vulkan but aims to let developers utilize high-level code interfacing with Vulkano, which in turn will communicate with the Vulkan driver. Vulkano is lower-level than OpenGL but should be safer and more predictable. Vulkano is also designed to protect against undefined behavior issues and utilize the Vulkan API in a safe manner.

If you are interested in learning more about Vulkano, there is an extensive write-up on this library that just recently made it onto Crates.io. You can learn more via this users.rust-lang.org presentation.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week