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

Draw on Scene outside of winit app #7

Merged
merged 25 commits into from
Oct 17, 2024
Merged

Draw on Scene outside of winit app #7

merged 25 commits into from
Oct 17, 2024

Conversation

yutannihilation
Copy link
Owner

No description provided.

@yutannihilation yutannihilation linked an issue Oct 17, 2024 that may be closed by this pull request
@yutannihilation
Copy link
Owner Author

Todo:

  • sync width and height between the winit app and the device driver
  • no lock on scene: probably not possible? can the winit app and the device driver can share needs_redraw flag?

@yutannihilation yutannihilation merged commit a53535c into main Oct 17, 2024
6 checks passed
@yutannihilation yutannihilation deleted the expose-scene branch October 17, 2024 12:56
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.

Scene doesn't need to be handled in user_event()
1 participant