I was wondering if it's possible to have the background within an NWjs exports window transparent; so that the windows desktop can be seen behind it? (instead of a coloured fill)
Hi, I think the only way would be to record the screen at runtime and set the captured region, tho I don't know if it's possible with C2 plugins, maybe there is a third part plugin for this?
You can try editing files after exporting.
docs.nwjs.io/en/latest/For%20Users/Advanced/Transparent%20Window
stackoverflow.com/questions/29293264/transparent-background-node-webkit-window
Develop games in your browser. Powerful, performant & highly capable.
I appreciate the replies, thank you!
That looks very useful, thanks!
VoxelVomit - did you ever figure out how to do the transparent window?