Graphic software for streaming in browser.
- Create and control graphics using Web UI
- Customizable graphics and animations
- View graphics in other tab and stream it using browser source in eg. OBS or vMix
- Easily runnable using executable in Windows
Download latest release from releases page.
Extract .zip file and inside directory run PetoGraphicsWeb.exe
to start the application. Application will open in your systems default browser at http://localhost:5000
.
Run npm install
to install dependencies for client and server.
After installation run npm start
in root directory to start both client and server. Client opens at http://localhost:3000
and server at http://localhost:5000
.
Run npm test
to run tests.
You need to have nexe installed globally to build the project.
Run npm run build
to create production build. The build result is found at dist
directory.