Rated E for everyone!
EZ-Stream is an overlay control tool for Super Smash Brothers Ultimate. It was designed as part of our time in Software Design and Development at Rensselaer Polytechnic. The primary design goals of this tool are ease of use, cross-platform compilation, and polish.
If you're a Smash streamer and you're looking for an infographic overlay for your stream, look no further! We offer many of the same features as our competitors, as well as active support and the ability to customize the overlay through HTML and CSS code!
- Go to the Releases page and download the
.zipfile corresponding to your operating system. At the time of writing, we support Microsoft Windows 10+ and Linux. - Unzip the downloaded file wherever you'd like.
- Run the included executable file, and enjoy!
This section details how to put the overlay onto your existing OBS Studio stream layout. We assume at this point that you have installed OBS Studio.
- Open OBS Studio
- In the "Sources" window (by default, near the bottom left), press the Plus button and select "Browser"
- Make sure the radio button on the newly opened window is on "Create new" and name the source whatever you'd like.
- Input settings as follows:
- “Local File” checkbox is set to True
- “Local File” path input is set to point at the
overlay.htmlfile from the extracted.zipfile - “Width” is 1920
- “Height” is 1080
- “FPS” is 60
- “Shutdown source when not visible” checkbox is True
- “Refresh browser when scene becomes active” checkbox is True
- Press the OK Button, and the overlay should be visible in OBS’ preview!
Note: Better build instructions will be added at a later time
git clone https://PSMusicalRoc/ez-stream-tool.git --recurse-submodules
SDL v2.x
GNU Make
GCC 14
# pacman -Sy gcc make sdl2 sdl2_image
pacman -S mingw-w64-ucrt-x86_64-toolchain \
mingw-w64-ucrt-x86_64-SDL2 \
mingw-w64-ucrt-x86_64-SDL2_image \
make \
zip
$ ./create-makefile-unix.sh
$ make config=debug
---- or for release ----
$ ./create-makefile-unix.sh
$ make config=release
Executables will be placed in build/<Debug or Release>/.
$ ./create-makefile-windows.bat
$ make config=debug
---- or for release ----
$ ./create-makefile-windows.bat
$ make config=release
Executables will be placed in build/<Debug or Release>/.
- Tim Bishop (bishot3@rpi.edu)
- Bill Jiang (jiangb4@rpi.edu)
- Andrew Choi(choia8@rpi.edu)
- Calista Clifford-Fotopoulos (cliffc3@rpi.edu)
- Robert Haney (haneyr2@rpi.edu)


