-
Notifications
You must be signed in to change notification settings - Fork 70
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
Enable runtime window system selection on Linux in iDynTree::Visualizer
#1223
Conversation
68fb676
to
5415e78
Compare
5415e78
to
cf45ae0
Compare
cf45ae0
to
3a385b0
Compare
a0924a4
to
dc45c8b
Compare
Co-authored-by: Silvio Traversaro <[email protected]>
dc45c8b
to
7021e35
Compare
As discussed f2f, I made the compilation with Wayland optional as the function |
If the support is meant to be activated by |
You're right! I'll fix it |
Thanks! I will handle a bit the CMake to ensure that this will work out of the box for most users. |
…with Wayland first on Linux
@flferretti can you check my modifications? I also changed the macro name to avoid confusion as in idyntree |
Thanks a lot @traversaro! I confirm that it works when the option |
This PR introduces support for Wayland in the
iDynTree::Visualizer
, allowing it to use Wayland surfaces and fallback to X11 when necessary.Fixes #1210