Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 654 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 654 Bytes

MetalByExample-Rust

Metal By Example sample code implemented mostly in Rust

This code transcribes the code for MetalByExample from Objective C to Rust, leaving the Xcode skeleton so the file can be compiled and signed using Xcode.

As I do more examples, they will be added to this repository.

Eventually, the code will contain both iOS and MacOS versions of each example, plus a set of useful glue libraries to connect Rust to Objective C code.

Licence information

This code is licensed under MIT and Apache 2.0 licences. The original code from Metal by Example is licensed under MIT Licence.