Edit of asset "GF Framework" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | GF Framework | GF Framework |
| Description |
# GF Framework GF Framework is a lightweight architecture framework for Godot 4. It helps larger projects keep gameplay code organized without taking over Godot's scene tree. It separates: - data and state in `GFModel` - gameplay rules in `GFSystem` - scene, UI, input, and presentation bridges in `GFController` - lifecycle-managed runtime services in `GFUtility` - pure algorithms and data helpers in `standard/foundation` - optional atomic gameplay extensions in `addons/gf/extensions` ## Highlights - Managed lifecycle through the `Gf` AutoLoad and project installers. - Events, commands, queries, typed accessors, bindable properties, and lifecycle-safe module lookup. - Editor workspace for extension management, script templates, diagnostics, export filtering, and project tooling. - Standard utilities for storage, settings, audio, input, assets, diagnostics, UI routing, time, logging, and runtime inspection. - Foundation helpers for graphs, grids, pathfinding, hex grids, layer masks, tags, validation reports, formulas, timelines, variant data, and formatting. - Optional extensions for capabilities, action queues, save graphs, flow graphs, network snapshots, turn flow, interaction, feedback, camera, dialogue, combat, domain models, and physics helpers. - GUT-tested maintenance suite and generated API reference. ## Boundaries GF does not define your gameplay rules. It does not replace Godot physics, rendering, animation, UI design, or scene composition. Use it when you want stable architecture seams and reusable tools while keeping project-specific decisions in your own code. ## Install Copy `addons/gf` into your Godot project, enable `GF Framework` in `Project > Project Settings > Plugins`, then call `await Gf.init()` from your boot scene or use a project installer. Documentation: https://gf-framework.readthedocs.io/ Source: https://github.com/C76GN/gf-framework License: Apache-2.0 |
GF Framework is a lightweight architecture framework for Godot 4. It helps organize games into models, systems, controllers, utilities, and foundation helpers with managed lifecycles, typed events, bindable properties, commands and queries, installers, capability components, action queues, state machines, storage/audio/scene utilities, and lightweight combat helpers. Enable the plugin to register the Gf AutoLoad and use the editor tools for generating GF module templates and typed accessors. |
| Category | Tools | Tools |
| License | Apache-2.0 | Apache-2.0 |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/C76GN/gf-framework | https://github.com/C76GN/gf |
| Issues Url | https://github.com/C76GN/gf-framework/issues | https://github.com/C76GN/gf/issues |
| Godot version | Godot 4.6 | Godot 4.6 |
| Version String | 3.22.0 | 1.14.3 |
| Download Commit | cfc85fc726adde9dfd4693e0c71b741acf3e2d1a | 93ce475254f02b982b9958804d5c205ebbd40287 |
| Download Url (Computed) | https://github.com/C76GN/gf-framework/archive/cfc85fc726adde9dfd4693e0c71b741acf3e2d1a.zip | https://github.com/C76GN/gf/archive/93ce475254f02b982b9958804d5c205ebbd40287.zip |
| Icon Url |
https://raw.githubusercontent.com/C76GN/gf-framework/3.22.0/addons/gf/icon.png
|
https://raw.githubusercontent.com/C76GN/gf/8bfb192f62285fb7bf952fff9c99ec4cec3daeba/addons/gf/icon.png
|