Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golden Corral Browser Source

This is a browser source designed for OBS that occasionally displays (by default) a golden corral gif. This is directly inspired by this wayneradiotv stream. This project makes use of the libgif-js library.

Usage

  1. Clone the repository
git clone https://github.com/minegamer72/goldencorralbrowser

Or, you can download the code by clicking the code button at the top, and clicking download ZIP. Extract it somewhere.

  1. Open OBS and add a browser source, check Local file and choose the path of index.html Then, configure the browser source like this:
  • Width: 1024
  • Height: 1024
    and ensure that the custom CSS is
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }

Other information

If you wish to edit anything here, or would just prefer to use a web server over a local file in OBS, you can open a terminal or powershell, change directory into the goldencorralbrowser, and start a web server using your favorite service.

python3

cd path/to/goldencorralbrowser
python3 -m http.server
# The address here will be 0.0.0.0:8000

Windows specific:
Pode

cd "C:\Path\To\goldencorralbrowser\"
Start-PodeStaticServer
# The address here will be localhost:8080

Then, you can navigate to the address in your browser, and/or set it in the Browser source properties.

About

GOLDEN CORRAL trial

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages