I would like to create a window such that there is no "black background" area, but instead you see through to any other windows that are open, etc.
That is, render the scene and only the scene, leaving no frame and no background area.
I've read about a method that involves rendering to a hidden OpenGL window and buffering it in memory, creating a transparent layered window, and copying from memory to the transparent window.
Obviously this is very cpu/memory intensive, so I was wondering if there was any better ways of doing it, within Java and LWJGL?
This is something that can only be accomplished with platform-specific code.
This thread provides an interesting discussion on the subject. This post shares C code that accomplish this effect on Windows, and this post on Linux.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With