native-canvas
native-canvas copied to clipboard
Transparency/Overlaying
Hello, first of all, I would like to congratulate you for this awesome piece if engineering, I've looked through the source and it's amazing.
Now, onto the main point. I seem to have some trouble regarding the customization of the window, could you provide another example in which you pass custom options? I managed to create another window with custom options by importing the createWindow function, but I have no idea how to get the main window which pops up to have them.
Also, is there any way to make the window, along with the canvas, transparent? I would like to run it as a transparent external overlay over another window. Again, I managed to create another window borderless and all, but still had issues with making it transparent.
All in all, it's really awesome what I got my hands on, and I'm glad I discovered this project.
@Blaconix Sorry I'm just now seeing this issue. I'm not certain if the windows can be transparent, let me try to see if that's possible with SDL, and try to put together an example for you.
Thanks for your patience.
I'll be sure to take into account your suggestions on window customization, especially on the next releases to come. @Blaconix