Crates.io | blend2d |
lib.rs | blend2d |
version | 0.3.0 |
source | src |
created_at | 2019-04-03 19:38:41.277004 |
updated_at | 2019-07-16 13:31:52.626459 |
description | Rust bindings for blend2d |
homepage | https://github.com/Veykril/blend2d-rs |
repository | https://github.com/Veykril/blend2d-rs |
max_upload_size | |
id | 125711 |
size | 266,728 |
This crate provides rust bindings to the blend2d lib.
This project is currently WIP and therefor incomplete, due to this the crate
will most likely go through breaking changes until a proper api has been
figured out. Bear in mind that blend2d itself is also still in beta,
meaning changes in their api will most likely be reflected in this crate
as well in one way or another. This also means that some functionality
is currently not correctly(or at all) implemented, for example, filling
a context with an image will currently return an InvalidValue
error.
Almost nothing is documented at this point so if confusion arises it might help to check out the C++ docs. This will hopefully change in the near future.
Not everything has been tested, so bugs might occur.
This crate requires CMake to be installed and available on PATH
.
Also make sure to initialize the submodules after cloning the repository(git submodule update --init
).
You can find the examples here.
Licensed under either of
at your option.
The Rust logo is owned by Mozilla and distributed under the terms of the Creative Commons Attribution license (CC-BY).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.