from Hacker News

Show HN: Use Apple's Metal API for Compute in C++

by metahost on 1/9/22, 7:38 PM with 1 comments

  • by metahost on 1/9/22, 7:38 PM

    Hi folks,

    I created a small code example based heavily off of Apple's Swift/Objective-C tutorial to use the Metal API for compute in a C++ project using the metal-cpp library. I also wrote an accompanying blog post to describe the steps involved.

    Hope it is of use to you!