Warning
🚧 (Dev1) Hengo is still under development! Expect bugs and incomplete features as we continue to improve it.
Warning
The codebase will soon be refactored to incorporate better types, enums, and references, as Godot 4.2 had numerous bugs related to cyclic types, which, according to my tests, have now been resolved
Hengo is a Godot Visual Script designed to simplify and enhance your workflow. It allows you to create logic visually while compiling directly into GDScript for seamless integration with Godot Engine.
- Organize and control logic flows with FSMs.
- Visualize your logic flow in real-time.
- See the GDScript code that will be generated from your visual flow.
- Hengo ensures that all dynamic instances stay updated whenever values are modified.
Follow these steps to install Hengo:
Minimum Version Required: 4.3
- Download the ZIP file from the repository (Hengo is still under development!).
- Extract the
addons
folder from the ZIP file. - Move the
addons
folder to your Godot project folder. - Open Godot and go to: Project > Project Settings
- Click on the Plugins tab.
- Find Hengo in the list and tick the Enabled checkbox.
The documentation can be found on the Wiki.
This documentation is not fully complete. If you have any further questions, please join my Discord.