• Stars
    star
    425
  • Rank 98,577 (Top 2 %)
  • Language GDScript
  • License
    Other
  • Created about 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Godot's fully dynamic inventory system, UI with infinite scrolling, item categories, equipment slots, database of items, inspired by Zelda Breath of the Wild

Dynamic Inventory System and UI for Godot

Godot 3.4 Donate using PayPal Become a patron Buy Me a Coffee at ko-fi.com

Godot's fully dynamic inventory system, UI with infinite scrolling, item categories, equipment slots, database of items, inspired by Zelda Breath of the Wild.

Project Features

Built from scratch, inspired by the Zelda Breath of the Wild inventory system and inventory UI, this is an extensive system:

  • Fully Dynamic inventory and equipment system: a database of items separated by categories and also groups of categories, for example, One Handed Weapons and Two Handed Weapons are grouped under a Weapons group, while keeping the One and Two Handed classifications.
  • Custom Scriptable Objects (Custom Godot's Resources) with different attributes for items and equipment, grouped in a database of items (folder based, with Resource files).
  • Responsive layout adjustable for different aspect ratios.
  • Custom UI widgets (custom Control Nodes and Scenes)
  • Infinite scrolling container and grids of items, split it by pages, animated dynamically
  • List multiple pages of items under the same category.
  • User interface that uses both Dynamic and Static data
  • Equippable Item slots that accept configurable categories of items and show the items equipped in these slots
  • Item and equipment attributes
  • Handling and syncing of One Handed and Two Handed items, while automatically unequipping items if both hands are equipped
  • Pickable / Pickup items, dynamically adding them to the inventory and listing them in the inventory screen, in the correct category
  • UI sounds
  • Godot version: Godot 3.4.3 (Godot 4 is still too unstable and susceptible for breaking changes. When Godot 4 stable release comes out, the course and this source code will be upgraded).

Video Course

This source-code is built from scratch in the Complete Godot Course: Game User Interfaces Masterclass (Building a Dynamic Inventory System and UI with Godot). If you want to learn how to make ALL of this from scratch, check the course, while also support this project.

Game development course with 98 byte sized videos, with a total of 10 hours of video content, where you are going to learn how to use the Godot Engine and Editor to create an Inventory System and Inventory UI (User Interface) that is fully dynamic, with scriptable object items and a central database of items (using Custom Godot's Resources). The inventory system has support for multiple item categories, category groups, dynamic and infinite scrolling grids, equippable slots (example: main hand and off hand) and more.

Course Links

You are going to learn EVERYTHING there is about creating complex User Interfaces with Godot, from scratch, as well as coding and adding behavior to those interfaces, creating truly dynamic UI screens and components.

Sponsorship and Donations

You can support the development of my open-source contributions and this project on Patreon, a PayPal donation or buy me a coffee with Ko-fi. Or of course, you can get the course and learn how to make all of this from scratch.

Patrons and donors of any tier will have their name listed here. Patrons of the Sponsors tier or higher, can also have a link and a logo listed here.

Patrons

  • Mike King

Updates

For news and more code and art experiments and prototypes:

Licenses

This notice must be included in projects that use any code from this repository:

Copyright 2022 Alfred Reinold Baudisch (alfredbaudisch, pardall)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Asset Licenses

These notices must be included in projects that assets from this repository (see more and links here):

  • Course trailer music from ZapSplat
  • Fantasy Inventory Icons by Ragewortt. License: OGA-BY 3.0.
  • FREE Keyboard and controllers prompts pack by xelu. License: Public Domain, CC0.
  • Kenney Asset Packs. License: Public Domain, CC0.
  • Interface Sounds Starter Pack by p0ss. License: CC BY-SA 3.0.
  • Inventory Sound Effects by artisticdude. License: CC BY-SA 3.0.

More Repositories

1

Godello

Trello inspired kanban board made with the Godot Engine and GDScript, with a real-time collaborative backend (Elixir and Phoenix Channels) and a local backend for offline usage (Godot Custom Resources)
GDScript
749
star
2

GodotPhoenixChannels

GDScript and Godot client for real-time Phoenix Framework Channels
GDScript
262
star
3

pardall_markdown

Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Elixir
113
star
4

ecto_instashard

Dynamic Instagram-like PostgreSQL sharding with Ecto
Elixir
55
star
5

GodotShaderCollection

A collection of 3D Shaders for Godot 4
GLSL
44
star
6

GodotRuntimeTextureSplatMapPainting

Texture and Splat Map painting in-game for Godot Engine (also World Vector3 to UV mapping)
GDScript
34
star
7

pardall_markdown_phoenix_demo

Sample reactive Blog and Documentation website with Phoenix LiveView that adapts immediately to Markdown files and folders, powered by PardallMarkdown.
Elixir
15
star
8

Corona-Transition-Manager

OUTDATED AND INCOMPLETE. Pause, Resume and Manages all transitions in your Corona SDK game scenes.
Lua
15
star
9

raylib-cimgui

A pure C raylib backend for the immediate mode gui Dear ImGui, on top of cimgui
C
10
star
10

GodotPhoenixChannels-Demo

Demo project for the Godot Addon: Phoenix Channels
GDScript
9
star
11

grider

Create and export grids on top of reference photos, a tiny tool for those learning how to draw
GDScript
7
star
12

GodotInGameVertexPaintingDirtEffect

GDScript
6
star
13

BooleanLogicGame

A small game made in Godot to teach and to help visualize boolean values in programming logic
GDScript
4
star
14

elixir_nsq_timeout_test

Sample code to test elixir_nsq timeouts
JavaScript
2
star
15

GodotRunCounter

A simple Godot 4 addon that keeps track of how many times you run (or launch) your Godot project while developing it.
GDScript
2
star