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

typst_vello integration + Velyst (interactive Typst content) #4

Merged
merged 34 commits into from
Sep 12, 2024

Conversation

nixon-voxell
Copy link
Member

@nixon-voxell nixon-voxell commented Sep 11, 2024

Resolves #3
Resolves #5

Changelog

  • Rename crate from bevy_typst to velyst.
  • New typst_vello crate that converts Typst's Frame into TypstScene which can then be rendered as a vello::Scene.
  • Add TypstFunc and TypstPath trait.
  • Removed VelloAsset, TypstDocAsset for .typ extension.
  • New VelystCommandExt for registering, compiling, and rendering Typst assets.
  • New game_ui example.
  • Removed TypstWorldMeta.
  • TypstWorld can now layout Content into a single Frame via fn layout_frame().

WIP typst frame, group & text
- Add TypstFunc trait
- Add TypstPath trait
- Add systems for detecting changes and rendering typst content
- use f64 for width and height (game_ui example)
- Removed typst_template
- Disabled package downloading feature
- Reorganized project
@nixon-voxell nixon-voxell added the enhancement New feature or request label Sep 11, 2024
@nixon-voxell nixon-voxell self-assigned this Sep 11, 2024
@nixon-voxell nixon-voxell marked this pull request as ready for review September 12, 2024 10:04
@nixon-voxell nixon-voxell merged commit ab64e00 into main Sep 12, 2024
7 checks passed
@nixon-voxell nixon-voxell deleted the feature/typst_vello branch September 12, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

QuickStart guide. Packaging - Prevent package downloading on release builds
1 participant