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

Implement wrappers for glutin::WindowBuilder and glutin::ContextBuilder directly on nannou::window::Builder #4

Closed
mitchmindtree opened this issue Oct 16, 2017 · 1 comment
Milestone

Comments

@mitchmindtree
Copy link
Member

Kinda tedious and will be annoying to keep up to date with upstream changes, but will defs make things much simpler and easier to understand for new users.

@mitchmindtree
Copy link
Member Author

This has been implemented for a while. Closing.

@mitchmindtree mitchmindtree added this to the Announce milestone Apr 1, 2018
mitchmindtree added a commit to mitchmindtree/nannou that referenced this issue Mar 30, 2020
 Handle case where the user submits an empty frame
mitchmindtree added a commit to mitchmindtree/nannou that referenced this issue Mar 31, 2020
mitchmindtree added a commit to mitchmindtree/nannou that referenced this issue May 15, 2022
Updates:
- `nannou` 0.16 -> 0.17.1
- `egui` 0.10 -> 0.13.1
- `egui_wgpu_backend` 0.6 -> 0.10

It looks like the latest version of the egui wgpu backend can now handle
MSAA other than 1. Closes nannou-org#3.

I also renamed the `EguiBackend` constructor from `new` to
`from_window`, as I think it might be worth adding some more
constructors e.g. for targeting non-window-frame textures, or
`from_app` where the default window is selected automatically, etc.

I'll likely do some more hacking on this today, I plan on trying to
solve nannou-org#4.
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

1 participant