- Rust 97.6%
- C 1.2%
- C++ 1.1%
|
|
||
|---|---|---|
| crates | ||
| docs | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| LICENSE-MPL | ||
| README.md | ||
Desert
Desert is a fork of resvg, usvg, svgtypes and simplecss with purpose of
adding deferred evaluation to those crates.
It acheives this by making usvg produce a Tree which can be configured after
parsing.
At some point, it might be split into PRs and merged back into upstream repositories, but these changes are still largely experimental and untested, so I made this monorepo to simplify experimentation.
The name comes from adding Es to "Dynamic SVG Rendering Toolkit" acronym (DSRT) to make it easier to pronounce.
License
resvg and usvg are licensed under MPLv2
license, though it's being relicensed to Apache 2.0/MIT.
simplecss and svgtypes are licensed under dual
Apache 2.0 and MIT
license.
Any work done by me after
84c7b0cb
is licensed under dual Apache 2.0 and MIT
license.