Add WSLg-like functionality for macOS with Wayland, Weston, and Pulse…#84
Open
ericcurtin wants to merge 1 commit intocontainers:mainfrom
Open
Add WSLg-like functionality for macOS with Wayland, Weston, and Pulse…#84ericcurtin wants to merge 1 commit intocontainers:mainfrom
ericcurtin wants to merge 1 commit intocontainers:mainfrom
Conversation
…Audio support Add comprehensive WSLg documentation: quick start guide and comparison with Microsoft WSLg Implement macOS compositor for graphics display with framework and documentation Signed-off-by: Eric Curtin <eric.curtin@docker.com>
Member
Author
|
This is something I started vibe-coding for fun. I doubt if I will ever get time to finish this, or test this properly so just leaving it here in case people want to continue the task. The references to WSLg are because, WSLg is probably the closest reference design, getting Linux UI apps running on a non-Linux platform. They should probably be removed before this is merged. I tried to favour Wayland over X11. To create macOS UI's one needs to use some objective-c, but it looks like luckily enough there are some crates that may wrap this. I dream of Linux GUI Apps on macOS without xquartz I guess... |
Member
Author
|
Maybe: https://github.com/apple/container is a good fit for this too... |
Member
Author
|
Related: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…Audio support
Add comprehensive WSLg documentation: quick start guide and comparison with Microsoft WSLg
Implement macOS compositor for graphics display with framework and documentation