-
Notifications
You must be signed in to change notification settings - Fork 919
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
Tracking issue: Rethinking RedrawRequested #1082
Comments
#1133 gets iOS 90% of the way there. There will need to be a separate (trivial) pr to actually send out the events. |
- THis will likely change after rust-windowing/winit#1082 lands
I can try to get this working on macOS. Is there anything I should be specially aware of? |
@aleksijuvani You've got some experience with iOS programming. Could you see about implementing this on iOS? @ryanisaacg Could you implement this on the web? |
I'm no longer working with Rust these days, so I don't have a strong incentive to work on this. I can help with reviewing the pull request when it's done, but I won't be implementing this myself. |
Wow, that's... all the platforms done. I'll get this ready to merge within the next day or so. |
This issue tracks the implementation of the RedrawRequested API changes that were discussed in #1041. PRs implementing this change should be made against the
redraw-requested-2.0
branch, and we'll merge that branch ontomaster
once it's implemented on all platforms.RedrawRequested
on macOS #1235RedrawRequested
on iOS. #1299RedrawRequested
event #1062RedrawRequested
for linux wayland #1237RedrawRequested
on Web #1301CHANGELOG.md
if knowledge of this change could be valuable to usersThe text was updated successfully, but these errors were encountered: