Skip to content

joaopedrosgs/gdform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GDForm

Editor screenshot

GDForm allows you to generate forms on the fly using plain JSON Schema.

Note: The current Godot master branch isn't supported yet. Use Godot 3.x if you want to use this plugin.

Features

  • Read JSON Schema
  • Fill with data
  • String field
  • Integer field
  • Number field
  • Object field
  • Array field
  • Boolean field
  • Null field
  • Support for required
  • Validation
  • UI Schema
  • Nesting
  • References outside the schema
  • Tags

Installation

This is a regular editor plugin. Copy the contents of addons/gdform into the same folder in your project, and activate it in your project settings.

Usage

It's composed of a single node, called Form.

Why?

I plan to use this plugin to create a data management tool (for items, skills and etc)

Releases

No releases published

Packages

No packages published