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

Some examples don't compile #3

Open
4 tasks
porky11 opened this issue Sep 30, 2022 · 2 comments
Open
4 tasks

Some examples don't compile #3

porky11 opened this issue Sep 30, 2022 · 2 comments

Comments

@porky11
Copy link

porky11 commented Sep 30, 2022

Examples alpha, path, quickstart and polygon don't compile.

They use glutin instead of winit when using the vulkan backend.

Fixed:

  • alpha
  • path
  • quickstart
  • polygon
@UE2020
Copy link
Owner

UE2020 commented Oct 1, 2022

The reason for this is that bufro used to use glow for rendering. When I switched it to wgpu, I lost motivation and I never ended up fixing those examples. I'm not paying much attention to this project anymore (though something better is in the works, also using wgpu). I recommend using femtovg for vector graphics, it's much more complete.

@porky11
Copy link
Author

porky11 commented Oct 1, 2022

I'm using femtovg for some time already, but I wanted to switch to wgpu anyway.
And now it's even more important, since I want to get into bevy and want to have proper vector graphics.
There is a wgpu port of femtovg, but it doesn't compile.

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

No branches or pull requests

2 participants