/metal

Apple's Metal API playground.

Primary LanguageC++

Metal

Apple's Metal API playground.

Pre-requisites

Getting Started

Create Xcode project with CMake:

./create_xcode_project.sh

Open generated project:

open ./build/Illusion.xcodeproj

Release build

To build the release build of the application, run:

./build_release.sh

it'll appear in build/Release folder.