A 2D drop-in replacement for the Godot engine that adds stability and fluids. This version is deterministic, just not cross platform deterministic.This version has:- SIMD (Single instruction, multiple data) operations for even faster performance- parallel solving.
Plugin for Godot that adds a projectile system. There are two projectile classes, base one and extended, to which you can add more stuff, like changing speed every second or making it disappear only after interacting with 3 objects.
A 2D drop-in replacement for the Godot engine that adds stability and fluids. This version is cross platform deterministicThis version does NOT have:- SIMD (Single instruction, multiple data) operations for even faster performance- parallel solving.This version is more an advanced version and it's not for normal use cases.
This is an easy to modify / expand template project that uses Gramps' GodotSteam and Expresso Bits' SteamMultiplayerPeer.This has a main menu with applied and saved settings, ui and music audio, and LAN and Steam lobbies. Invite a friend through steam to join.
A Five Nights at Freddy's framework made for the Godot game engine.
This includes a basic scene and environment set-up for a pleasing and bright result, comes with the (CC0 licensed) Mini Arena pack.
The GBM2K (Grid Based Movement 2K) Framework is a Godot project that facilitates the creation of 2D grid-based games.
Starter Kit FPS is a basic template for a 3D first person shooter in Godot 4.3 (stable). Includes features like;- Character controller- Weapons, switching weapons- Enemies- Sprites and 3D Models (CC0 licensed)Controls:- W A S D: Movement- Spacebar: Jump- Left mouse button: Shoot- E: Switch weapon
Kenney's Starter Kit 3D Platformer is a basic template for a 3D platformer game in Godot 4.3 (stable). Includes features like;- Character controller (with double jump)- Collectable coins and falling platforms- Camera controls (rotate, zoom)- Gamepad support- Sprites and 3D Models (CC0 licensed)- Sound effects (CC0 licensed)
Starter Kit City Builder is a basic template for a 3D city builder in Godot 4.3 (stable). Includes features like;- Building and removing structures- Smooth camera controls- Dynamic MeshLibrary creation- Saving/loading- Sprites and 3D Models (CC0 licensed)Controls:- W A S D: Move camera- Right mouse button: Hold to rotate camera- Left mouse button: Place building- DEL: Remove building- Spacebar: Rotate building- Q / E: Toggle between buildings- F1: Save- F2: Load
QuarkPhysics is a 2D physics engine designed for games. Its goal is to provide a reasonable approach to simulate rigid bodies, soft bodies, and different physics models together.Wiki: https://github.com/erayzesen/godot-quarkphysics/wikiLet's go over what this plugin includes:-A native plugin that integrates the entire QuarkPhysics library into Godot, with builds for all platforms.-An editor plugin that provides unlimited editing capabilities for QMesh inside Godot.-An example project and 8 example scenes to help you try QuarkPhysics and explore how it works.-Native API documentation.
A simple Godot multiplayer setup. Change the IP address to your cloud service and compile and upload it as a Linux headless version. The clients will connect automatically to the server. The server has full authority; the player can only send inputs to prevent cheating.