A node graph-based virtual stream deck and livestream automation tool.
Find a file
Lera Elvoé c4e35043df types system simplification (#8)
no longer using classes for every type. the type system has been greatly simplified, with the added bonus that it hooks directly into GraphEdit's slot type system. connections will still fail if the type conversion fails, which may be used by other renderers.

the type conversion map is straightforward to understand, and easy to extend should the need arise (hopefully it shouldn't).

Reviewed-on: https://codeberg.org/Eroax/Re-DotDeck/pulls/8
Co-authored-by: Lera Elvoé <yagich@poto.cafe>
Co-committed-by: Lera Elvoé <yagich@poto.cafe>
2023-11-26 22:07:15 +00:00
classes types system simplification (#8) 2023-11-26 22:07:15 +00:00
graph_node_renderer types system simplification (#8) 2023-11-26 22:07:15 +00:00
script_templates/DeckNode types system simplification (#8) 2023-11-26 22:07:15 +00:00
.gitattributes initial commit 2023-06-10 06:15:08 +03:00
.gitignore initial commit 2023-06-10 06:15:08 +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
port_drawer.gd receive callbacks 2023-06-10 21:23:57 +03:00
port_drawer.tscn types, ports, nodes, decks, test renderer 2023-06-10 20:13:16 +03:00
project.godot merge groups (#2) 2023-11-22 04:26:11 +00:00
test_node_renderer.gd test connections 2023-06-11 18:39:26 +03:00
test_node_renderer.tscn types, ports, nodes, decks, test renderer 2023-06-10 20:13:16 +03:00