This is a plugin that lets you use FontAwesome 6 (free) icons in your project.
A Five Nights at Freddy's framework made for the Godot game engine.
Card Framework is a lightweight, extensible toolkit for creating 2D card games in the Godot Engine. Whether you're building a classic Solitaire, a TCG (Trading Card Game), or a deck-building roguelike, the Card Framework provides flexible card handling and UI structures to speed up development. Use this framework as a starting point for card-based gameplay in any 2D project.
This is a sample project demonstrating the Meta-specific hand tracking features supported by the Godot OpenXR Vendors plugin. See the Meta Hand Tracking tutorial doc for a detailed walkthrough of these features.
This is a sample project demonstrating the Meta-specific passthrough features supported by the Godot OpenXR Vendors plugin. See the Meta Passthrough tutorial doc for a detailed walkthrough of these features.
A colorblindness simulator to help you design for everyone.
Chunking, compression and decompression of audio data by the Opus codec to a rate of 1kb/second to make it suitable for use in VOIP (Voice over IP) with optional RnNoise filter.
This mini moddable game project by Endless Access is intended to help ease the learning curve into Godot.This sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.The doc/MODS.md file details the mods that have been made available.
Deeplink plugin allows processing of iOS application links that enable direct navigation to requested app content.Installation Steps:- click `Download` button- on the installation dialog...-> keep `Change Install Folder` setting pointing to your project's root directory-> uncheck `Ignore asset root` checkbox-> click `Install` button- enable the addon via the Plugins tab of Project->Project Settings... menu, in the Godot Editor- enable the plugin via the iOS section of Project->Export... menu, in the Godot Editor
This is a sample project demonstrating tracking features on XR headsets. This includes body / hand tracking, face tracking, and eye tracking. Check out the OpenXR Vendors Plugin Body Tracking manual page for more info on what vendor specific extensions are supported.
Puts the script list in a separate dock to make them always visible, and makes sure that even if you're in 2D/3D/AssetLib or some other view, by clicking on one of the script names it switches back to the script editor.
This plugin aims to help in writing dialogue trees for your game. It makes use of a custom scripting "language" with a syntax heavily inspired by {{mustache}} templates, specifically like handlebars.js. It lets you make use of functions and data in your script and have the AraVoxCursor node send signals to tell your UI what to do next (show a line, call a function, make a choice).It also comes with its own editor with syntax highlighting. :)There's also an extensive wiki listing all its features:https://github.com/aravikusu/AraVox/wiki