This project demonstrates how to animate a 3D mesh using vertex data generated by the "Not Unreal Tools - Vertex Animation" Blender add-on, with a vertex shader inside Godot Engine.
AddonSave can save, load and make screenshots y user:// or res://
An addon to aid a functional programming style in gdscript.
Small demo project for the HoloPlay for Godot 3.x plugin.
A simple demo project for mobile games in Godot called Color Eater. It is there for it to be used as a reference project on mobile game creation. This project showcases how to achieve many features in Godot.Features:UI, Score System, Character Selection System, Button System/Animation, Music/Sound-Effects/Vibration Toggles, Scene changes and a simple game with particle system for you to understand the game loop and how those informations are saved on mobile.
C# conversion of original Hexgrid asset (https://godotengine.org/asset-library/asset/1032)3 Classes that brings hex detection, 3D LOS, distance, influence, shortest path ... all you need to build a classical boardgame based on a single image hex map. A demo in the source tree.
This example show you how to move character and shot bullet with RigidBody2D
An example game by MDNA games made using the Egoventure framework
# Base PlatformerBody2D for GodotA simple base platformer body 2D with acceleration, deceleration, jumping, and jump-cutting. acceleration and jump trajectories calculated using simple time and max-distance/max-speed values exported to the editor.## Functions- **Move:** Move the character.- **Jump:** perform a jump.- **cut_jump:** cut the jump short.- **apply_gravity:** apply gravity.- **get_gravity:** allows for adding different types of gravity.- **should_accelerate:** should the character accelerate- **apply_acceleration** accelerate in a given direction.- **get_acceleration:** allows for adding different types of acceleration.- **should_decelerate:** should the character decelerate- **apply_deceleration:** slowly decelerate.- **get_deceleration:** allows for adding different types of deceleration.## Properties - **up_direction**- **down_direction**
Interact with the Discord Bot API.Make Discord Bots in Godot!Supports embeds, files, buttons, menus and more.Support Application commands aka Slash CommandsNote: Works on Godot 3.xFor the latest version check the Github repo.Found a bug? Report it on the Github issues page or in the Discord server.Docs: https://3ddelano.github.io/discord.gd/
Use Godot as the display engine for a pinball game powered by the Mission Pinball Framework (MPF). This plugin creates a BCP server in your Godot project that reads and sends data to an MPF game, including realtime updates for player variables, timers, and mode events.
Utils for godot development(DI) Dependency Injection for GodotEvent driven developmentLan eventsUtility classes for Buttons, Controls, Vectors etc.Documentation site: https://godotplugin.decembrist.org