| Crates.io | quad-svg |
| lib.rs | quad-svg |
| version | 0.1.2 |
| created_at | 2022-12-07 20:36:29.480776+00 |
| updated_at | 2022-12-08 17:05:01.208505+00 |
| 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.