iauns / Metal02-Triangle

Rasterizing a triangle to the screen using Metal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metal02-Triangle

Rasterizing a triangle to the screen using Metal.

Example running on macOS and iOS

Building

macOS

Type make at project root. Xcode command line utilities are the only dependency.

Requires 10.13.

iOS

Use the provided Xcode project. An active Apple developer account is required to build the example for a target device.

About

Rasterizing a triangle to the screen using Metal.

License:MIT License


Languages

Language:Objective-C++ 98.0%Language:Makefile 2.0%