-
Title pretty much says it all. I tried researching how to draw using Cairo but it's very esoteric. |
Beta Was this translation helpful? Give feedback.
Answered by
sdroege
May 24, 2023
Replies: 1 comment 1 reply
-
https://www.cairographics.org has extensive documentation how to use cairo. It's a standard 2D graphics API, very similar to Skia and more or less everything else. There are some examples in the gtk3-rs repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Barugon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.cairographics.org has extensive documentation how to use cairo. It's a standard 2D graphics API, very similar to Skia and more or less everything else.
There are some examples in the gtk3-rs repository.