I would like to create a window so that there is no "black background" area, but instead, you are viewing any open and other open windows, etc.
That is, visualize the scene and only the scene, without leaving a frame and not occupying the background area.
I read about a method that includes rendering into a hidden OpenGL window and buffering it in memory, creating a transparent layered window, and copying from memory to a transparent window.
Obviously this is a very processor / memory intensive, so I was wondering if there are any better ways to do this in Java and LWJGL?
source
share