BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 86 forks source link

Compositing in Wingo #133

Open SolarAquarion opened 7 years ago

SolarAquarion commented 7 years ago

Shouldn't it be possible to use the Go GL bindings?

BurntSushi commented 7 years ago

I don't understand the question. What problem are you trying to solve?

The scope of your question is roughly analogous to, "Shouldn't it be possible to us IPv6 to avoid running out of IP addresses?"

SolarAquarion commented 7 years ago

You need opengl to do compositing, and compositing is required to do Wayland, no?

On Jun 30, 2017 3:12 PM, "Andrew Gallant" notifications@github.com wrote:

I don't understand the question. What problem are you trying to solve.

The scope of your question is roughly analogous to, "Shouldn't it be possible to us IPv6 to avoid running out of IP addresses?"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BurntSushi/wingo/issues/133#issuecomment-312350922, or mute the thread https://github.com/notifications/unsubscribe-auth/AFD6iCxTA2ZTtGzkQ_XnvlQmWRK8Owxvks5sJUi3gaJpZM4OK7an .

BurntSushi commented 7 years ago

Wingo doesn't support Wayland.

SolarAquarion commented 7 years ago

There is a need for compositing to support Wayland no? If Wayland needs compositing, and compositing needs opengl rendering. So shouldn't Wingo do initial gl usage for compositing? https://github.com/go-gl/gl

On Jun 30, 2017 5:41 PM, "Andrew Gallant" notifications@github.com wrote:

Wingo doesn't support Wayland.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BurntSushi/wingo/issues/133#issuecomment-312379020, or mute the thread https://github.com/notifications/unsubscribe-auth/AFD6iIVsfWGP7vcs8fL4N-zjpAQTkZzRks5sJWt_gaJpZM4OK7an .

BurntSushi commented 7 years ago

Wingo is an X11 window manager, not a Wayland compositor.

Maybe you should backup and ask, "Are there any plans for Wingo to support Wayland?" I could then have answered simply, "No."