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

core: backend support matrix #1315

Open
emidoots opened this issue Dec 1, 2024 · 0 comments
Open

core: backend support matrix #1315

emidoots opened this issue Dec 1, 2024 · 0 comments

Comments

@emidoots
Copy link
Member

emidoots commented Dec 1, 2024

The goal of this issue is to keep track of what mach.Core features work on which platforms, with the aim of eventual consistency among all our custom windowing backends.

Feature Windows Darwin Linux/wayland Linux/x11
Single window
Object fields Windows Darwin Linux/wayland Linux/x11
.title
.framebuffer_width/height (read-only)
.vsync_mode
.display_mode
.cursor_mode
.cursor_shape
.width/height
.refresh_rate
.decorated
.decoration_color
.transparent (not yet existing)
.always_on_top (not yet existing)
Events Windows Darwin Linux/wayland Linux/x11
event.key_press
event.key_repeat
event.key_release
event.char_input
event.mouse_motion
event.mouse_press
event.mouse_release
event.mouse_scroll
event.window_resize
event.window_open
event.zoom_gesture
event.focus_gained
event.focus_lost
event.close

Not yet being tracked:

  • Multiple window support
  • Controller input
  • Touch / multi-touch input
  • Support for alternative platforms: VR, Browser, iOS, Android
@emidoots emidoots added bug Something isn't working core labels Dec 1, 2024
@emidoots emidoots pinned this issue Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant