godot-cbor
by yagich | BSD 2-Clause
CBOR encoder and decoder for Godot
godot-cbor A CBOR decoder and encoder for Godot 4.6 and above, written in GDScript. CBOR (Concise Binary Object Representation) is a binary data interchange format loosely inspired by JSON. Like JSON, it can encode a set of commonly used data types
Debug Graph
by Jeditor | MIT
Visualize data at runtime with this easy to use editor dock. No more sifting through hundreds of print messages
Instead of printing float values as raw text in the console, plot them in a graph! Docked in the editor, or as a floating window. Use Case While print() is useful for logging events, its difficult get a grip on rapidly changing values. To this plugin is
DataGrid
by Lee Feng | GPL v3
A simple data grid control for presenting tabular data
Data Grid A simple data grid control for presenting tabular data. Features Render data from Array[Array] , Array[Dictionary] , or Array[YourCustomClass] Copy value from cell with Ctrl + C Customizable styles More to be added... How to use Add a DataGrid
loading more results...