/MetalCircle

The complete project for my tutorial on how to render a circle to the screen using Metal Shaders

Primary LanguageSwiftMIT LicenseMIT

MetalCircle

The complete project from my tutorial on Making Your First Circle Using Metal Shaders

In the tutorial I go over:

  1. Setting up the metal environment
  2. How the render pipeline works
  3. How the GPU renders primitives
  4. Writing vertex and fragment shaders

Tying it all in together to get a circle rendered to the screen.