Not sure if I’m skipping over something, so here goes; does JUCE provide a way to launch a separate process? (Not a child process like the juce::Process object does)
I’m looking at bringing a user to a website in their browser, but would like for it to not shut down when the application closes.