Outrun

Add an outrun-themed style to your website or livestream!

Source available on GitHub.

Add to OBS

Get a plugin for adding a website as a component. I don’t keep up with the recommended plugins or versions, so do this research on your own. Once you have such a plugin, just point it at https://outrun.mattmerr.com!

Add to a Website

Add the following html to your page:

<iframe id="outrun" src="https://outrun.mattmerr.com"></iframe>

You likely want to use CSS to fix its position and set the zIndex way in the back. Something like:

iframe#outrun {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

Configuring color

Add the color to the hash location parameter! Any of these URLs will work: