-
-
Notifications
You must be signed in to change notification settings - Fork 20
support for alternative svg renderers #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
rsvg is widely packaged. Why not use your own renderer then? |
I have a functional system without Rust dependencies, and I like to use hyprland in it. Rust is painful in source-based distros, if you want to build everything from sources. |
I see. Well, MRs welcome. Probably CMake should automatically pick a renderer |
It would be great to avoid depending on rust indeed. @pg83 Thanks for references, this may be useful elsewhere. |
librsvg depends on Rust, and it is not very desirable sometimes...
There are plenty of alternatives:
https://github.com/sammycage/lunasvg
https://github.com/cppfw/svgren
https://github.com/google/skia (best in class, but really heavy)
https://github.com/memononen/nanosvg
The text was updated successfully, but these errors were encountered: