https://github.com/caimantilla/godot-flow-script
Easy-to-use visual scripting plugin for Godot game engine.
https://github.com/caimantilla/godot-flow-script
cpp godot-module godot-plugin godotengine
Last synced: 6 months ago
JSON representation
Easy-to-use visual scripting plugin for Godot game engine.
- Host: GitHub
- URL: https://github.com/caimantilla/godot-flow-script
- Owner: caimantilla
- Created: 2024-02-03T04:13:34.000Z (about 2 years ago)
- Default Branch: gd4-module
- Last Pushed: 2024-09-06T12:50:04.000Z (over 1 year ago)
- Last Synced: 2024-09-29T05:02:31.122Z (over 1 year ago)
- Topics: cpp, godot-module, godot-plugin, godotengine
- Language: C++
- Homepage:
- Size: 376 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Visual scripting solution for Godot 4.3+.
Not for scripting game mechanics!
Instead, you write game-specific nodes for scripting levels, NPCs, dialogues, stuff like that. Simple behaviors.
You also need to set up your own class which extends FlowBridge and implements the necessary methods. This is your script instance. The recommended usage is to extend it for level-specific text scripting where needed, so it functions as a general game scripting layer.