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

Add Frame::draw_image #2148

Closed
wants to merge 2 commits into from
Closed

Add Frame::draw_image #2148

wants to merge 2 commits into from

Conversation

jtojnar
Copy link

@jtojnar jtojnar commented Nov 28, 2023

Fixes: #582

@jtojnar
Copy link
Author

jtojnar commented Nov 28, 2023

Too early.

@jtojnar jtojnar closed this Nov 28, 2023
@hecrj
Copy link
Member

hecrj commented Nov 28, 2023

Main reason this isn't implemented is because of layering.

I have plans to tackle the layering limitations of iced_wgpu soon. This should happen after that!

@jtojnar
Copy link
Author

jtojnar commented Nov 28, 2023

Right, I noticed that transforms from nested frames like the ones in game_of_life example currently do not apply to images.

@jtojnar jtojnar reopened this Nov 29, 2023
@jtojnar jtojnar closed this Nov 29, 2023
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.

Draw raster images in Canvas
2 participants