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

triangle example fails due to old winit bug #109

Closed
joseluis opened this issue Mar 14, 2021 · 2 comments · Fixed by #110
Closed

triangle example fails due to old winit bug #109

joseluis opened this issue Mar 14, 2021 · 2 comments · Fixed by #110
Assignees
Labels

Comments

@joseluis
Copy link

with recent versions of rust the window closes when you move the mouse over it. It's a bug in winit 0.19 which is a dependency of the glutin version used in the example.

@ebkalderon ebkalderon added the bug label Apr 19, 2021
@ebkalderon
Copy link
Owner

Thanks for reporting this issue, @joseluis! Unfortunately, there's not much that can be done here because the included triangle example still relies on a the pre-ll version of gfx, which in turn does not support the newest version of neither winit nor glutin, preventing me from upgrading. There is an open issue to port the example to wgpu-rs instead (#74), which is sort of like the spiritual successor to old-school gfx. I can try porting it over and see if it resolves the problem.

@ebkalderon
Copy link
Owner

This crash should no longer occur now that the example is running on a modern graphics framework. Thanks again for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants