Crates.io | quad-svg |
lib.rs | quad-svg |
version | 0.1.2 |
source | src |
created_at | 2022-12-07 20:36:29.480776 |
updated_at | 2022-12-08 17:05:01.208505 |
description | render svg to macroquad::texture::Texture2D using resvg |
homepage | |
repository | https://github.com/macnelly/quad-svg/ |
max_upload_size | |
id | 732127 |
size | 47,145 |
render svg to macroquad::texture::Texture2D using resvg
display 50 svg drawn ferris moving from left to right
cargo run --example="ferris"
display 100 svg drawn stars with text "Text" that are moving from top to bottom
cargo run --example="star"
I want to include the font in the binary to not rely on system font. The font example is currently only working if you have font-family "Caladea" installed. Otherwise the star is empty.