Skip to content
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

Initial setup of cairo rendering backend #703

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jaytaph
Copy link
Member

@jaytaph jaytaph commented Dec 6, 2024

Initial setup of the backend renderer that uses the cairo toolkit instead of vello.

  • Some generic toolkits are used (skrifa, kurbo, peniko), which are also present in vello. These crates are installed separately.
  • Text is still a todo. The glyps uses vello-based structures so they need to be converted.
  • rendering / scene is still a todo. Since cairo does things differently, we probably need to change the interface/trait in order to allow for this (cairo does not have "scenes" for instance).

@jaytaph jaytaph marked this pull request as draft December 6, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant