Skip to content

Henrique-Henrique/Hengo

Repository files navigation

Hengo - Visual Script

Hengo Visual Script

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

Overview

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.

Hengo Screenshot
Hengo Demo


Key Features

📋 Finite State Machines (FSM)
  • Organize and control logic flows with FSMs.
🛠️ Flow Debugger
  • Visualize your logic flow in real-time.
🧾 Code Preview
  • See the GDScript code that will be generated from your visual flow.
🔄 Safe Changes
  • Hengo ensures that all dynamic instances stay updated whenever values are modified.

Installation

Follow these steps to install Hengo:

Minimum Version Required: 4.3

  1. Download the ZIP file from the repository (Hengo is still under development!).
  2. Extract the addons folder from the ZIP file.
  3. Move the addons folder to your Godot project folder.
  4. Open Godot and go to: Project > Project Settings
  5. Click on the Plugins tab.
  6. Find Hengo in the list and tick the Enabled checkbox.

Documentation

The documentation can be found on the Wiki.

This documentation is not fully complete. If you have any further questions, please join my Discord.