lonsdaleite
is an idiomatic Rust wrapper
of Metal using metal-rs
.
Examples
-
To run an example, cd
to the examples directory.
Use the cargo run --example
command to run
one of the following examples:
- triangle3d
- texture_quad
- sum
Add the --features
with whatever backend
corresponds to your os:
- mtl
: macos, ios
For now, lonsdaleite
has only got support
for MacOs and IOS. Support for Linux, Windows,
and Android coming later in the form of
either a Vulkan or OpenGL backend.