Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darthpapalo666/resourcedatabases
Create resource databases with a fully-fledged editor inside Godot!
https://github.com/darthpapalo666/resourcedatabases
database godot plugin
Last synced: 3 months ago
JSON representation
Create resource databases with a fully-fledged editor inside Godot!
- Host: GitHub
- URL: https://github.com/darthpapalo666/resourcedatabases
- Owner: DarthPapalo666
- License: mit
- Created: 2024-10-21T20:18:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:52:49.000Z (3 months ago)
- Last Synced: 2024-10-28T00:55:48.182Z (3 months ago)
- Topics: database, godot, plugin
- Language: GDScript
- Homepage:
- Size: 81.1 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resource Databases
![plugin_header](https://github.com/user-attachments/assets/ab85fc8c-6ceb-49d9-9331-574177d059f9)
Resource Databases is a Godot 4 plugin that aims to solve the problem of data management inside your projects.
While it makes more sense to use this plugin for medium/large projects, it is still useful for any kind of development.> [!IMPORTANT]
> This was a tool intended for my personal use, but as more people found it useful, I will try to maintain it with constant updates. Feedback is really useful, if you find any **bugs**, or want to request **new features** (inside the plugin's scope), please open an ***issue*** in this repository.## Features ⭐
- ***Fully-fledged database editor*** integrated inside Godot.
- **Databases** can handle multiple collections of ***custom*** or ***built-in*** resources, using UIDs as well as paths to load them later.
- Use ***categories*** to organize the resources inside each collection.
- Use ***expressions*** for more complex filtering and organization.
- Access your resources at ***runtime*** using the multiple Database methods.## Wiki 📚
Check the [wiki](https://github.com/DarthPapalo666/ResourceDatabases/wiki) for the full plugin documentation.