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

Basic image support; configure before sizing #185

Merged
merged 7 commits into from
Apr 15, 2021
Merged

Basic image support; configure before sizing #185

merged 7 commits into from
Apr 15, 2021

Conversation

dhardy
Copy link
Collaborator

@dhardy dhardy commented Apr 15, 2021

This PR lands basic image support:

  • load PNG or other raster image
  • upload to a 2048x2048 texture (no support for multiple images in atlas yet)
  • some scaling and alignment options

To do this a couple of other changes were needed:

  • configure windows before calculating size rules
  • remove depth buffer which conflicts with image drawing (this could be "solved" by swapping the draw order, but it is planned to remove the depth buffer anyway)

There's still plenty more to do regarding image support:

  • support actual fixed-size in layout, potentially with a choice of two fixed sizes
  • image atlases for multiple images
  • support loading pre-made atlases (e.g. icon sets)
  • use atlases for glyph caching, replacing wgpu_glyph (probably using ab_glyph for rastering), and fixing text drawing within clip regions
  • draw popups to a separate layer, allowing proper transparency and shadow effects
  • support SVG images

gallery-with-Ferris

@dhardy dhardy mentioned this pull request Apr 15, 2021
6 tasks
@dhardy dhardy merged commit db2ce00 into master Apr 15, 2021
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