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

Revise shell/toolkit module #353

Open
2 tasks
dhardy opened this issue Sep 5, 2022 · 0 comments
Open
2 tasks

Revise shell/toolkit module #353

dhardy opened this issue Sep 5, 2022 · 0 comments

Comments

@dhardy
Copy link
Collaborator

dhardy commented Sep 5, 2022

Currently, kas::shell is just a re-export of kas_wgpu. Redesign to facilitate other shells built over winit:

  • Add kas::shell::Toolkit as a trait or (parameterised) struct, using kas_wgpu::Toolkit for the implementation or as a field, thus building a standard interface for any shell
  • Revise kas_wgpu: move most winit-specific code up to kas_core (or possibly another crate), thus making kas_wgpu mostly about WGPU
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