GDScript Godotengine

Open-source GDScript projects categorized as Godotengine

Top 23 GDScript Godotengine Projects

  • Pixelorama

    Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!

  • Project mention: Godot Game Engine | news.ycombinator.com | 2023-09-13
  • material-maker

    A procedural textures authoring and 3D model painting tool based on the Godot game engine

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • godot_dialogue_manager

    A powerful nonlinear dialogue system for Godot

  • Project mention: I made a quick tutorial for building a reusable menu node with a moving pointer | /r/godot | 2023-06-15

    This is the basis for the menu I use in my own game as well as my Dialogue Manager addon.

  • beehave

    🐝 behavior tree AI for Godot Engine

  • Project mention: How to organize code? | /r/godot | 2023-12-05

    For a beehavioural tree i recommend taking a look at this plugin: https://github.com/bitbrain/beehave

  • the-mirror

    The open-source Roblox & UEFN alternative giving you freedom to own what you create. An all-in-one, real-time, collaborative game development platform built on Godot.

  • Project mention: The Mirror (Godot bashed game engine) | news.ycombinator.com | 2024-03-24

    I checked LICENSE.txt [1]. The code is under the MIT license. The assets are under CC BY 4.0. Then there's this:

    > All other assets of The Mirror, including but not limited to names, logos, trademarks, intellectual property, and branding, are property of The Mirror Megaverse Inc. (c) 2022-present.

    What does "intellectual property" mean here? There is copyright on the software, the images, the audio files, the repo as a whole, etc. The logos, names, and other "branding" are trademarked.

    [1] https://github.com/the-mirror-gdp/the-mirror/blob/dev/LICENS...

  • GodSVG

    An application in early development for creating simple vector graphics. Built in Godot.

  • Project mention: GodSVG: An application for creating small and tidy SVG files. Built with Godot | news.ycombinator.com | 2023-12-07
  • 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)

  • Project mention: Godot 4.1 Is Released | news.ycombinator.com | 2023-07-06
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • godot_experiments

    2D, 3D & VR experiments and tutorials in Godot 3 & 4

  • godot-game-template

    Generic template for Godot games

  • Project mention: Adding support to Godot 4 for my godot-game-gemplate: I decided to focus on desktop platforms, is this a bad move? I want to know what do you think | /r/godot | 2023-09-24

    Basically I explained everything in this issue: https://github.com/crystal-bit/godot-game-template/issues/80

  • godot-tactical-rpg

    A tactical role-playing game demo for the Godot Engine

  • Project mention: Struggling a bit with my 3D Tactics RPG Idea in Godot 4... | /r/godot | 2023-05-21
  • pandora

    Godot 4 addon for RPG data management such items, inventories, spells, mobs, quests and NPCs. (by bitbrain)

  • Project mention: I made an addon for Godot 4 that manages RPG data such items, inventories, spells, mobs, quests and NPCs. | /r/GameDevelopment | 2023-08-22
  • GodotDynamicInventorySystem

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

  • gloot

    A universal inventory system for the Godot game engine.

  • Project mention: Inventory for a simple use case: addon or self-made? | /r/godot | 2023-12-06

    I am not willing to reinvent the wheel, so I've found these are the 2 more well maintained inventory addons: Gloot and Espresso. The problem is: both seem a cannon shot for my use case.

  • godot-resources-as-sheets-plugin

    I needed to edit many Resource files, so figured someone would too.

  • godot-debug-menu

    Display in-game FPS/performance/hardware metrics in a Godot 4.x project

  • Project mention: CPU time in addition to GPU (time) | /r/godot | 2023-07-09

    You can use https://github.com/godot-extended-libraries/godot-debug-menu if you want a similar debug menu in your project.

  • OpenGamepadUI

    Open source gamepad-native game launcher and overlay

  • Project mention: Linux genuinely gives me less issues than Windows | /r/linux_gaming | 2023-05-01

    It's still early days for the project but I would definitely keep an eye on open-gamepad-ui

  • godot-4-importality

    Universal raster graphics and animations importers pack

  • Project mention: godot-aseprite-wizard VS godot-4-importality - a user suggested alternative | libhunt.com/r/godot-aseprite-wizard | 2023-10-16

    Importality is an universal raster graphics and animations importers pack. It can import Aseprite/LibreSprite, Krita, Pencil2D, Piskel and Pixelorama files as regular images or as various ready-to-use resources. It can also import regular images from any other formats using external command line utilities. The plugin works stably and has rich documentation.

  • godot-vrm

    Importer/Exporter for VRM avatars and MToon shader. Available for Godot 4.1+ and 3.2+ in the Asset Library.

  • godot-admob-plugin

    This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations and directly inside Godot Editor!

  • Project mention: AdMob Plugin v3.0.0 Updated for Godot v4.1+, Android, and iOSπŸš€ | /r/godot | 2023-09-01

    I'm thrilled to announce that we've just released a major update for our AdMob plugin, now compatible with Godot v4.1+, Android, and iOS πŸŽ‰

  • godot-lod

    Level of detail (LOD) add-on for Godot 3.x (GLES3 and GLES2)

  • fray

    Fray – Godot Combat Framework

  • Project mention: Types of State Machines | /r/godot | 2023-06-16

    Personally, my preference is to use 1 node for processing and then RefCounted types for structuring and traversing states. If you're interested you can view my state machine here. Otherwise, go with your node states, they're very unlikely to ever be a bottleneck.

  • Godot_Public_Examples

  • Godot-DialogPlugin

    πŸ—¨οΈ A Dialog Node for Godot Engine

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

GDScript Godotengine related posts

Index

What are some of the best open-source Godotengine projects in GDScript? This list will help you:

Project Stars
1 Pixelorama 6,086
2 material-maker 3,134
3 godot_dialogue_manager 1,728
4 beehave 1,580
5 the-mirror 958
6 GodSVG 859
7 Godello 744
8 godot_experiments 597
9 godot-game-template 560
10 godot-tactical-rpg 495
11 pandora 427
12 GodotDynamicInventorySystem 413
13 gloot 399
14 godot-resources-as-sheets-plugin 345
15 godot-debug-menu 344
16 OpenGamepadUI 280
17 godot-4-importality 272
18 godot-vrm 248
19 godot-admob-plugin 243
20 godot-lod 222
21 fray 214
22 Godot_Public_Examples 208
23 Godot-DialogPlugin 207

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com