LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Ryan on November 10, 2015, 08:19:14

Title: GLFW Window Transparency
Post by: Ryan on November 10, 2015, 08:19:14
I've noticed that GLFW supports non-decorated but haven't found anything on transparency. Does GLFW not support transparent windows?
Title: Re: GLFW Window Transparency
Post by: Kai on November 10, 2015, 08:48:04
Have a look at GLFW's GitHub Issue #197 (https://github.com/glfw/glfw/issues/197).
It has been an open issue for almost two years now, so it is not currently supported, but implementation patches do exist. You could probably build a patched GLFW version yourself.