Crates.io | lonsdaleite |
lib.rs | lonsdaleite |
version | 0.0.1 |
source | src |
created_at | 2020-03-08 05:24:53.717895 |
updated_at | 2020-03-08 05:24:53.717895 |
description | An idiomatic Rust wrapper of Metal. |
homepage | |
repository | https://github.com/Lonsdaleiter/lonsdaleite |
max_upload_size | |
id | 216489 |
size | 173,297 |
lonsdaleite
is an idiomatic Rust wrapper
of Metal using metal-rs
.
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, iosFor 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.