A post effect outline shader for 3D screen.
Rakugo is framework (inspired by Ren'Py) for story driven games in Godot. It is a Story Management Plugin. The idea is to have a ready to use plug-in for stories, so developers can create narrative driven games with all the amazing features and tools of Godot 3.2.x
You can use this template as reference to create your own 3D Platform Game in Godot.Contains:Basic player configuration (move, rotate, jump).Simple enemy animations.Coin collect configuration (coin animations, coin counter).Basic door opening mechanism (door animations, door triggers).Respawn configuration (fallzone, enemy impact).
a template project for making a game of first person exploration/walking simulator genre.features:character with acceleration and proper slope behavior;fading system;text messages;audio player with adjustable fading;flexible trigger areas;
Godot Rust CLI is an easy to incorporate Rust modules into your Godot project.
A battle system for a JRPG.
A well documented, and easy to use package for developing FPS, TPS, platformers etc. Package includes Character, PivotPoint (for heads and cameras), KinematicArm (SpringArm alternative which doesn't use raycasting; For a GTA like camera)Fully written in GDscript version 3.2.2
CardEngine is a framework to create card games for the Godot Engine. Non-exhaustive features list: * Dedicated editor UI to manipulate CardEngine's objects * Database system to manage cards * Fully customizable Container widget to arrange cards on a grid or along a path * Board widget to create complex interactions * Fully customizable Animations * Drag and drop support
A set of useful nodes to use in Godot projects that facilitate implementing features like split-screen, asynchronous scene loading, a global event manager and caching materials. Documentation at:https://github.com/jocamar/Godot-Common-Game-FrameworkIf you have any questions you can reach out me on Twitter and I'll be happy to help:https://twitter.com/joaomarinheiro
Very simple template to use as a starting point for a top-down action RPG. It works with keyboard, touch and gamepad input, and has a character with a few moves, an inventory system and a quest system.I created this for my students as a template for their final exam so everything is implemented in the simplest form possible. Take it as a starting point rather than a solid foundation. Live demo: https://redmagegames.com/elcaballerohueco/
A collection of additional shader nodes ( + examples) that can be used in the visual shader editor to achieve common tasks faster.Installation:Just download into your projekt folder. The nodes are automatically added to shader editor. Example materials can also be found in the examples folder.Changelog 1.1:New Nodes:- Screen Space Refraction (GLES 3 only)- Read Normal Map - Various Noise nodes Changelog 1.2:New Nodes:- signed distance field (SDF) operator nodes (procedural shapes and pattern)- some generally useful helpers
Useful templates for creating games with Godot Engine. It is intended to expand and modify the toolset to your needs. It is high customizable and offers a simple, but efficient base.Features- jSaveManager: Stores values easily- jTable: Advanced Tables for Godot. For your needs- jList: Adds powerful and customizable lists.- jAudioManager: Play music and sounds with a single line of code. Everywhere.- jSettings: Basic Settings Manager- jEssentials: Simple but efficient functionsFor more information visit https://github.com/Jean28518/Godot-jTools