From 5a398611e0592f5f8cca0336f2b3095fb5eb7caa Mon Sep 17 00:00:00 2001 From: ZILtoid1991 Date: Mon, 18 Nov 2024 08:40:13 +0100 Subject: [PATCH] update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 2dc5dc6..a62649a 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,22 @@ Input-output (audio, controls, etc) library for D. Intended as a D language nati # Current state -|Component |Windows |Linux | -|--------------------------|------------------------------------|------------------------------------| -|Audio |Preliminary, output stream works |ALSA: janky, pipewire: coming soon | -|MIDI |Input+Output, with some caveat |Input tested, output should also work| -|Keyboard |Legacy: Works; Raw: Works |X11: works; evdev: in progress | -|Mouse |Legacy: Works; Raw: Works |X11: works; evdev: in progress | -|Mouse cursors |Working |Working | -|Pen Tablet |Not yet implemented |Not yet implemented | -|Game controllers |XInput: working; Raw: in progress |Evdev: in progress | -|Windowing |Working |X11: Working | -|Fullscreen window support |Working (video modes untested) |X11: Working | -|OpenGL output |Working |Working | - -MacOSX is not yet supported due to lack of hardware. Please consider contributing to this project! - -Wayland is not supported yet as XWayland provides sufficient compatibility. +|Component |Windows |Linux |MacOSX | +|--------------------------|------------------------------------|------------------------------------|------------------------------------| +|Audio |Preliminary, output stream works |ALSA: janky, pipewire: coming soon |N/A | +|MIDI |Input+Output, with some caveat |Input tested, output should also work|N/A | +|Keyboard |Legacy: Works; Raw: Works |X11: works; evdev: in progress |Implemented | +|Mouse |Legacy: Works; Raw: Works |X11: works; evdev: in progress |Implemented | +|Mouse cursors |Working |Working |Implemented | +|Pen Tablet |Not yet implemented |Not yet implemented |Not yet implemented | +|Game controllers |XInput: working; Raw: in progress |Evdev: in progress |Implemented | +|Windowing |Working |X11: Working |Implemented | +|Fullscreen window support |Working (video modes untested) |X11: Working |Implemented | +|OpenGL output |Working |Working |Implemented | + +MacOSX support just got added! + +Wayland is not supported yet as XWayland provides sufficient compatibility so far. ## Audio