A node graph-based virtual stream deck and livestream automation tool.
Find a file
Lera Elvoé a518e46b0f add a method to make group instances unique, making them independent (#143)
closes #97

when copying group nodes across decks (including in and out of groups), they become unique and completely independent copies of the original. this is done recursively, so in the case of copying:

- group X
	- contained in Deck A
	- has another group Z

into Deck B, group X will become group Y, group Z will become group W.

there is a rare bug that will sometimes cause the deck to save with no groups at all, which i haven't been able to hunt down and don't know how to replicate at the moment.

Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/143
Co-authored-by: Lera Elvoé <yagich@poto.cafe>
Co-committed-by: Lera Elvoé <yagich@poto.cafe>
2024-04-11 14:56:33 +00:00
addons Added Handling for Invalid NoTwitch Credentials (#135) 2024-04-09 05:49:54 +00:00
classes add a method to make group instances unique, making them independent (#143) 2024-04-11 14:56:33 +00:00
dist add build automation scripts 2024-01-17 04:31:41 +03:00
graph_node_renderer add a method to make group instances unique, making them independent (#143) 2024-04-11 14:56:33 +00:00
img Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
rpc_renderer add a way to start RPC from default renderer (#112) 2024-03-16 08:32:28 +00:00
script_templates add send id system (#75) 2024-02-22 07:23:25 +00:00
.gitattributes initial commit 2023-06-10 06:15:08 +03:00
.gitignore Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
COPYING Add OBS and Twitch nodes. Improve UX significantly. Rework groups from the ground up with a new instancing feature. Open to the public. (#18) 2023-12-15 21:44:25 +00:00
export_presets.cfg fill extra fields for windows export preset 2024-01-17 04:14:56 +03:00
icon.svg initial commit 2023-06-10 06:15:08 +03:00
icon.svg.import initial commit 2023-06-10 06:15:08 +03:00
main.gd add a way to start RPC from default renderer (#112) 2024-03-16 08:32:28 +00:00
main.tscn initial RPC renderer (#92) 2024-03-05 07:09:36 +00:00
project.godot add a method to make group instances unique, making them independent (#143) 2024-04-11 14:56:33 +00:00
README.md Added License Link 2024-02-29 07:19:00 +00:00
THIRDPARTY.md initial RPC renderer (#92) 2024-03-05 07:09:36 +00:00

StreamGraph is a node graph-based virtual stream deck and livestream automation tool.

⚠️ StreamGraph is at an EARLY ALPHA stage! Some things will break! ⚠️

StreamGraph lets you automate your livestream with a powerful and easy to understand node graph workflow.

StreamGraph screenshot

It can connect to Twitch and OBS, allowing you to take stream interactivity to the next level.

StreamGraph screenshot

Current state and capabilities

StreamGraph is at a very early stage of development. We cannot guarantee stability at this point and things may change dramatically between releases. As development progresses, the API and nodes will stabilize. If you encounter any issues, please report them on the issue tracker with as much detail about how to reproduce them as possible.

The app can currently connect to Twitch and read and send chats in a single channel. It can also connect to a single OBS instance (utilizing OBS-WebSocket, which is bundled with modern versions of OBS).

For more information about nodes that currently exist, check out the wiki.

You can also join Eroax's discord, which has a dedicated Streamgraph channel if you just want to talk or ask questions: Discord

License

Licensed under GPLv3. See file COPYING for full license text.