1 unstable release

0.2.0 Apr 17, 2024

#173 in macOS and iOS APIs

Download history 61/week @ 2024-04-11 71/week @ 2024-04-18

132 downloads per month
Used in 2 crates

MIT license

3.5MB
71K SLoC

objc2-metal

Latest version License Documentation CI

Rust bindings to Apple's framework Metal.

This README is kept intentionally small to consolidate the documentation, see the Rust docs for more details on this crate.

This crate is part of the objc2 project, see that for related crates.


lib.rs:

Bindings to the Metal framework

See Apple's docs and the general docs on framework crates for more information.

Metal has tools for validating that you're using it correctly, using these is highly recommended! See Apple's documentation on it, or run man MetalValidation to get information on environment variables.

Example

Drawing a rotating triangle.

Dependencies