metal-cpp
There are 22 repositories under metal-cpp topic.
bkaradzic/metal-cpp
Metal-cpp is a low-overhead C++ interface for Metal that helps developers add Metal functionality to graphics apps, games, and game engines that are written in C++.
recp/cmt
🎮 C Bindings/Wrappers for Apple's METAL framework
larsgeb/m1-gpu-cpp
Metal Shading Language on Apple M1's GPU for scientific C++.
postmalloc/metal-cpp-example
Just a C++ port of Apple's Metal API example
gzorin/sdl-metal-cpp-example
Use Metal's C++ interface to draw a triangle in a SDL window
bkvogel/metal_performance_testing
Scientific computing with Metal in C++: Matrix multiplication example
arhix52/Strelka
Realtime render for USD
say4n/metal.compute
a verbose example on using metal with C++ to perform arbitrary compute on GPUs
dpogue/CMake-MetalShaderSupport
CMake modules to support compiling Apple Metal shaders as part of a CMake build system.
yhirose/mtlcpp
Utilities for Metal-cpp
ikryukov/MetalCppImGui
Example of using Metal CPP + GLFW + ImGui
sphericalcylinder/MetalCompute
A C++ wrapper for the Apple metal-cpp library to make it easier to run compute kernels on the GPU
Wissiak/augmented-reality-with-3d-rendering-using-metal-shaders-and-opencv
Show virtual 3D Mesh Object on the plane of a reference image without camera calibration.
allcreater/AT2-Engine
Simple graphics engine writing for learn purposes
Unbinilium/Metal
Apple Metal-cpp library for CMake build system
evanmcclure/macos-m1-gpu-hello-world
Hello World for the M1 GPU on MacOS using Metal
jevinskie/metal-cpp-mirror
Mirror of Apple's metal-cpp Metal wrapper library
n-cho/Metal-cppGraphics
A C++ project using Apple's Metal API, configured with CMake.
nhsjdiwlcnsv/fourier-parallelization
This is my coursework project for 2023 autumn semester at BSUIR. The project is to study the differences in speed of large convolutions with and without Fourier transform (based on the convolution theorem) on various devices.
yruellan/MetalShader
Shaders with metal-cpp
janm31415/fltk-metal
How to use Metal to draw in an FLTK window
jevinskie/metal-cpp-extensions-mirror
Mirror of Apple's metal-cpp-extensions Metal wrapper helper library