Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theludovyc/godot_plugin_twitchchat
Docked Twitch Chat in GodotEngine Editor
https://github.com/theludovyc/godot_plugin_twitchchat
gdscript godot godot-engine godot-plugin plugin twitch
Last synced: 2 months ago
JSON representation
Docked Twitch Chat in GodotEngine Editor
- Host: GitHub
- URL: https://github.com/theludovyc/godot_plugin_twitchchat
- Owner: theludovyc
- License: mit
- Created: 2022-02-15T13:35:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T14:35:36.000Z (over 2 years ago)
- Last Synced: 2024-10-11T11:48:08.581Z (3 months ago)
- Topics: gdscript, godot, godot-engine, godot-plugin, plugin, twitch
- Language: GDScript
- Homepage:
- Size: 49.8 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot_Plugin_TwitchChat
Based on https://github.com/MennoMax/gift add a docked chat in Godot Editor## Install
Copy "TwitchChat" folder in your "res://addons/"(maybe you need to create it) folder.Add a "auth.txt" file in your "res://addons/TwitchChat" folder.
In it :
YourName
TwitchToken
ChannelNameTo obtain twitch token https://twitchtokengenerator.com/
## Why ?
Because I have single screen. Before I was need to switch between Godot Editor and Chat, or reduce godot to see chat. Now I can see chat and have Godot Editor in full-screen.![image](https://user-images.githubusercontent.com/7337158/154988018-0efee032-d730-41cf-9a35-4bb4637f46b1.png)