Tags: csharp
godot-voxel
Godot Voxel is a C++ module/extension for Godot Engine 4, enabling the creation of real-time editable 3D volumetric terrains. It supports features like polygon-based mesh generation, physics integration, infinite terrains, and various voxel data streaming sources.
GodotRx
GodotRx is a set of reactive extensions for Godot C# (Mono), providing observables for signals, lifecycle events, input events, and frame events. It also includes awaitable tasks, time scale-based schedulers, and reactive properties to enhance reactive programming in Godot.
DotnetQuestSystem
DotnetQuestSystem is a simple and powerful Godot add-on written in C# for creating quest systems. It offers an easy-to-use API and detailed documentation for quick integration of quest mechanics.
HCoroutines
HCoroutines is a C# library for Godot that introduces hierarchical coroutines, simplifying game logic by handling Godot-specific features like signals, tweens, and pausing. It supports async programming and offers an easy-to-use interface for increased readability and reduced boilerplate.
GdUnit4
GdUnit4 is an embedded unit testing framework for Godot Engine, supporting GdScript and C# with features like test discovery, fluent syntax, mocking, and continuous integration support. It allows developers to write and execute unit tests directly within the Godot editor.
Thrive
Thrive is an open-source game project built with Godot Engine, focusing on the evolution of life. It's primarily written in C# and utilizes Godot's scene system for game development.
LimboAI
LimboAI is a C++ plugin for Godot 4 that combines Behavior Trees and State Machines for creating complex AI behaviors. It includes a behavior tree editor, visual debugger, demo project, and supports GDScript for custom tasks and states.
PixelPen
PixelPen is a free and open-source pixel art editor built with the Godot Engine, functioning as both a Godot addon and a standalone application. It supports GDScript and C++ through a GDExtension plugin, offering tools for pixel art creation and animation.
Event Audio
Event Audio is a Godot plugin for simple, event-based audio triggering in 2D and 3D games. It allows associating audio resources with event triggers, playing them with a single line of code, and managing audio banks at runtime.
Goost
Goost is a general-purpose Godot Engine extension implemented as a C++ module, designed to complement the engine with missing functionality and optimize performance-critical tasks. It aims to prevent engine bloat by providing additional core data structures and exposing hidden built-in functionality.
NobodyWho
NobodyWho is a Godot and Unity plugin for integrating local Large Language Models (LLMs) into your projects, enabling AI-driven character dialogue and interactions without requiring an internet connection. It offers fast inference on GPU and easy setup for creating engaging games and interactive stories.
FMOD Integration
This is a Godot C++ module that integrates the FMOD Studio API, providing GDScript bindings for advanced audio features. While the original author no longer maintains it, the MIT-licensed code can be used and extended, with a GDNative fork by utopia-rise available.
GodotOnReady
GodotOnReady is a C# source generator for Godot 3.x that provides `onready`-like functionality for C# scripts, eliminating the need for reflection. It offers attributes to load nodes/resources and execute methods during `_Ready`.
Friflo.Engine.ECS
Friflo.Engine.ECS is a high-performance C# Entity Component System (ECS) framework designed for game development. It offers a simple API and supports multiple platforms including .NET, WASM/WebAssembly, Native AOT, Godot, Unity, and MonoGame.
Head tracking using OpenCV
This Godot module demonstrates head tracking using OpenCV and CUDA for improved performance. It adjusts the camera's perspective in a 3D environment based on the user's head movements captured via webcam.
gd2cs.py
gd2cs.py is a Python script with a graphical UI plugin for the Godot Editor that automates the conversion of GDScript code to C#. While not perfect, it significantly reduces the manual effort required for code conversion.
Entity Spell System
The Entity Spell System is a C++ module for Godot Engine, designed to handle entities, spells, auras, and related mechanics commonly found in RPGs. It supports both 2D and 3D games and includes networking capabilities for authoritative multiplayer implementations.
voxelgame
A collection of voxel game demos for Godot Engine 4.3, showcasing a custom C++ voxel module. Includes scenes for blocky and smooth terrain, with a Minecraft-like demo featuring basic multiplayer support.
godot-anl
godot-anl is a Godot Engine wrapper for the Accidental Noise Library, enabling noise generation with visual nodes, GDScript, and C#. It supports height, normal, and bump map generation and custom modular noise creation.
godot-enet-better
godot-enet-better is a Godot Engine module providing an enhanced ENet implementation for creating high-performance multiplayer games. It offers features like multiple channels, client kicking, and efficient packet handling.
GdUnit3
GdUnit3 is a Godot editor plugin that provides a unit testing framework for GDScript and C# scripts, enabling test-driven development. Note: GdUnit3 is no longer maintained; consider using GdUnit4 for Godot 4 projects.
godot-luaAPI
godot-luaAPI is a Godot addon that enables Lua API support via GDScript, C#, or GDExtension for creating sandboxed modding environments. It is designed for custom modding APIs where you have control over the sandbox environment.
Godot NExt
Godot NExt is a collection of basic, ready-to-use script classes and node extensions for the Godot Engine, designed to extend its functionality with specialized components. It offers a variety of utility classes and nodes to enhance game development workflows in Godot 3.1 and later.
Input Helper
Input Helper is a Godot 4 plugin designed to simplify input management. It detects input devices, remaps controls, and allows for gamepad rumble effects, with specific versions available for both Godot 3.x and 4.x.
MDFramework
MDFramework is a C# multiplayer game framework for Godot 3.4, designed to bring familiar features from other game engines into Godot. It provides tools for member replication, network spawning, command-line parameter parsing, logging, profiling, and more.
TerraBrush
TerraBrush is a C# terrain heightmap editor for Godot 4, allowing users to sculpt, paint textures, and add foliage, water, and snow. It supports LOD, multi-zones, and custom shaders for creating detailed and optimized terrains.
Godot-Slicer
Godot-Slicer is a module for the Godot Engine, porting Ezy-Slicer to allow dynamic slicing of convex meshes. Built in C++, it provides a Slicer node to trigger slices of Mesh geometry using a plane.
JetBrains Rider (C#)
A suite of JetBrains plugins for enhanced Godot game development within JetBrains IDEs, including Rider, offering C# and GDScript support with debugging capabilities. Includes a bridge plugin for inter-plugin communication.
Dijkstra map for Godot
This GDNative plugin provides a Dijkstra Map pathfinding node for Godot, offering versatility for pre-computing paths in games like tower defense, RTS, and roguelikes. It is written in Rust and supports C# integration, providing a performance boost over GDScript.
codetranslator
Codetranslator is a tool designed to convert GDScript code to C# for the dual-language system in Godot. This project is still in the experimental phase and may contain bugs.
PortAudio
This Godot module provides wrapper methods for the PortAudio library, enabling low-latency audio processing and direct control over audio input and output within Godot Engine. It offers flexibility in choosing audio drivers and managing audio buffers, making it suitable for audio tools and rhythm games.