Coder Social home page Coder Social logo

shfty-godot / inspector-gadget Goto Github PK

View Code? Open in Web Editor NEW
68.0 4.0 9.0 142 KB

A general-purpose GDScript inspector UI for building your own editors inside Godot.

License: MIT License

GDScript 100.00%
godot inspector ui controls gadgets editor plugin

inspector-gadget's Introduction

Inspector Gadget

A general-purpose GDScript UI for building editor functionality inside Godot.

Overview

Inspector gadget is a set of GDScript UI controls designed to read and write object properties at runtime. It extends the standard get_indexed() function from the Node class with support for arrays and dictionaries, allowing for fully-recursive property visualization and editing using NodePath subnames.

Features

  • Inspect and edit the properties of any object from inside your Godot game
  • Address any property with string-based subnames
    • Example: SomeNode:resource_property:dictionary_property:[values]:3
  • Selectively hide properties via blacklist
  • Visualize custom Resource subclasses with your own controls
  • Type-hint typeless structures like Array and Dictionary for full control over UI
  • Easily filter built-in properties, leaving only custom script data

Example Content

example.tscn in the scenes folder contains a visual example of the Inspector Gadget UI, and includes visualization and editing for each of Godot's built-in basic types.

Inspector Gadget Elsewhere

Discord

Shifty's Twitter

Support

If you'd like to support the ongoing development of Inspector Gadget, a Patreon page is available here:

Shifty Studio - Patreon

Donations via PayPal are also accepted:

Donate with PayPal button

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.