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

Map wlroots scene API to groups / outputs / etc. #61

Open
sdilts opened this issue Jul 26, 2024 · 1 comment
Open

Map wlroots scene API to groups / outputs / etc. #61

sdilts opened this issue Jul 26, 2024 · 1 comment

Comments

@sdilts
Copy link
Collaborator

sdilts commented Jul 26, 2024

The wlroots scene API seems to have stabilized, so we need to figure out how we want to map the various components that we have to nodes in the scene graph.

@sdilts
Copy link
Collaborator Author

sdilts commented Oct 23, 2024

I think the best way to structure this is to have one root scene mode in the hrt_server struct, then have one scene node per group. We can use the frame machinery that is partially implemented to handle the rest of the placement.

It looks like we are going to need to wrap the scene graph API. The things we need to do:

  • Disable and enable groups of views so that we can implement group switching.
  • Add and remove views from the group.
  • Move views between groups

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