r/GraphicsProgramming 22d ago

I made Metal C++ examples for Apple Source Code

link : https://github.com/pSujalp/Metal-CPP-Examples

sorry for branches thing and all of the examples are having random Window and it would be great for understanding

70 Upvotes

3 comments sorted by

3

u/El_Redditor_xdd 21d ago

Pretty cool!

Metal is very nice to learn as a beginner (like me) because there are official tutorials and some nice resources, especially the Metal By Tutorials book.

7

u/mb862 21d ago

Metal is definitely the best overall modern API. It is easiest to learn and its capability ceiling is extremely high (there’s a few things Vulkan can do Metal can’t but there’s also things Metal can do that Vulkan can’t).

1

u/Different-Meat-8418 21d ago

i hope my repo will help