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

X11 support #23

Open
l4l opened this issue Dec 29, 2020 · 0 comments
Open

X11 support #23

l4l opened this issue Dec 29, 2020 · 0 comments

Comments

@l4l
Copy link
Owner

l4l commented Dec 29, 2020

This should be done in a conflicting feature (i.e. binary either build with wayland support or with x11 but not both).

I believe (hope) sdl2 might nicely fit the current implementation. All that should be done:

  • main refactored a bit (i.e. wayland/x11 related things better be in other module);
  • rendering should be directed to Surface::without_lock_mut;
  • input events are mapped appropriately (i.e. sctk::seat::keyboard::Event to sdl2::event::Event).
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