Skip to content

A Smash Ultimate Streaming Tool made for RPI's SDD class, prioritizing accessibility and polish.

Notifications You must be signed in to change notification settings

TreeSnowFence/ez-stream-tool

 
 

Repository files navigation

This page is a work in progress

How to clone this repository

git clone https://PSMusicalRoc/ez-stream-tool.git --recurse-submodules

Build Dependencies Needed

SDL v2.x
GNU Make
GCC 14

Installing Dependencies (Arch Linux)

# pacman -Sy gcc make sdl2

Building

UNIX

$ ./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>/.

Collaborator Information

About

A Smash Ultimate Streaming Tool made for RPI's SDD class, prioritizing accessibility and polish.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.8%
  • Lua 23.0%
  • Other 1.2%