Crates.io | rasterize |
lib.rs | rasterize |
version | 0.4.2 |
source | src |
created_at | 2021-04-30 12:02:08.539212 |
updated_at | 2024-10-26 14:25:50.844423 |
description | Simple and small 2D rendering library |
homepage | https://github.com/aslpavel/rasterize |
repository | https://github.com/aslpavel/rasterize.git |
max_upload_size | |
id | 391517 |
size | 433,784 |
This is a fully functional 2D rasterizer and SVG path parser.
There is a very simple binary in examples folder that can be used to render SVG path
$ cargo run --release --example rasterize -- data/squirrel.path -w 512 -o squirrel.bmp
This will produce: