Metal-Samples
Metal-Samples copied to clipboard
A Metal Sample Gallery written in CSharp using NET6
Metal C# examples and demos
A Metal Sample Gallery written in CSharp using NET6
Notes. Visual Studio for Mac could have some problems. If you have issues running the samples try with dotnet run command in the folder of each example.
Examples
Basic
01 - Draw Triangle

02 - Draw Indexed Quad

03 - Draw Cube

04 - Draw AlphaBlend

05 - Draw Textured Cube

06 - Mipmapping

07 - Cubemap

08 - Draw Instancing Triangles (Method 1)

09 - Draw Instancing Triangles (Method 2)

10 - Outlining object using Stencil test

11 - Render To Texture

12 - Draw Texture 2D Array

13 - Load .obj file mesh

Advanced
14 - Tessellation
