MrEliptik / godot_stream_overlays

Streaming overlays tests made with Godot 3

Home Page:https://bento.me/mreliptik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Streaming Overlays

⚠️ I'm continuing the development of the avatar overlay over on https://github.com/MrEliptik/twitch_avatars_overlay ⚠️

This repo was mostly a test to see how I could make overlays using Godot.

This is a collection of various overlays, made for streaming, with Godot! I'm making them live on Twitch

Projects

Characters overlay

Similar to Stream avatars where you have characters on screen, representing your current viewers.

characters ovleray

Facecam overlay

An overlay made to replace your webcam. You can use different images (mouth open/closed) to change based on the mic input.

facecam ovleray

Spectrum analyzer

Using the microphone (or any other audio stream) display a spectrum analyzer (frequency analysis).

spectrum analyzer

Ridiculous Coding

Turn the Ridiculous Coding addon into an overlay, using websockets to communicate between the editor and the transparent windows (overlay).

ridiculous coding

Alerts Overlay

A dashboard with button acts as a websocket server. An overlay connects to the server and will receive inputs based on the button pressed, triggering effects. Perfect to trigger alerts or custom events/effects.

alerts overlay

HOW TO USE

Each project is using a transparent window, so you can set it to the size you want and capture it with your streaming software.

  • For example with OBS, just setup a "Game Capture" source, and check "Allow Transparency" and voilà!

TODO: Add specific directions for each projects

HOW TO CONTRIBUTE

If you want to contribute, please open an issue before, or join my Discord to discuss it!

I'm open to PR for fixes or improvements, and even new overlays if you want to!

LICENSES

This project is distributed under the MIT license, check LICENSE.

Developed by me MrEliptik!

CONTRIBUTORS

Made with contrib.rocks.

ADDONS

  • GIFT - Twitch chat API addon
  • Ridiculous Coding - Ridiculous addon for Godot Engine that adds screenshake and explosions to your coding experience

About

Streaming overlays tests made with Godot 3

https://bento.me/mreliptik

License:MIT License


Languages

Language:GDScript 100.0%