thejustinwalsh / castledb-godot

CastleDB for Godot through code generation
MIT License
67 stars 12 forks source link

castledb-godot

This is a plugin for Godot 3 to import CastleDB database files as static data in gdscript with autocomplete.

Installation

Clone this repository and copy the contents of addons to your own project's addons folder.

Enable the plugin in the Project Settings.

Add a CastleDB file somewhere in your project hierarchy. Your CastleDB file must use the .cdb extension for the importer to generate code.

Add the imported CastleDB file to your AutoLoad scripts in Project Settings.

Add to autoload scripts

Enjoy code completion of your static data!

Autocomplete your CastleDB Data

Usage Notes

Currently Supported Types

Disclaimer

This project is driven entirely by my use of CastleDB in personal projects and is not a complete implementation of all features of CastleDB.

Pull requests welcome!