#graphics #canvas

raqote-display

基于 raqote https://github.com/jrmuizel/raqote 的 embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget 的实现

3 个版本

0.1.2 2020年9月18日
0.1.1 2020年9月18日
0.1.0 2020年9月18日

#1100WebAssembly

MIT 许可协议

21KB
170

raqote-display

MIT licensed crates.io docs.rs

raqote-display

基于 embedded-graphics https://github.com/jamwaffles/embedded-graphics 和 raqote https://github.com/jrmuizel/raqote 的 DrawTarget 实现。

要将 morph 包含到你的项目中,请在你的 Cargo.toml 文件中添加以下依赖项行

raqote-display = "0.1"

运行示例

cargo run --example minimal

要执行 lvgl 示例,请在 examples/lvgl 目录中更改并运行

DEP_LV_CONFIG_PATH=`pwd`/include cargo run

构建和运行文档

你可以通过执行以下命令来构建和查看最新文档

cargo doc --no-deps --open

依赖项

~4MB
~58K SLoC