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

Server layering #65

Open
romangg opened this issue May 24, 2020 · 0 comments
Open

Server layering #65

romangg opened this issue May 24, 2020 · 0 comments

Comments

@romangg
Copy link
Member

romangg commented May 24, 2020

Motivation

After the server-side objects representation is remodeled by #14 more work can be done on the overall structure of Wrapland's server library.

This has the following goals:

  • No Qt-usage in deeper layers, modern C++ only.
  • Allow different facades for different styles of usage (Qt-like signals/slots, template-based with libsigc++)

Overview

wrapland-server-layers-small

Approach

Create a first prototype as we did with the objects remodel:

  • Add Qt facade.
  • Move out classes one by one.
  • Remove Qt-usage in middle layer in parallel.
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