awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
godot-rust avatar

godot-rust/gdext

0
View on GitHub↗
4,912 Stars·298 Forks·Rust·MPL-2.0·6 Aufrufebsky.app/profile/godot-rust.bsky.social↗

Gdext

gdext bietet eine Reihe von Sprachbindungen zum Schreiben von hochperformanter nativer Spiellogik in Rust für die Godot 4-Engine. Es dient als Framework zum Erstellen nativer Engine-Erweiterungen und benutzerdefinierter Klassen über die GDExtension-Bibliothek, was es Entwicklern ermöglicht, die Kernfunktionalität der Engine zu erweitern, ohne den Engine-Quellcode neu kompilieren zu müssen.

Das Projekt enthält ein dediziertes Rust-WebAssembly-Toolchain, um native Logik in Module für die Ausführung in Webbrowsern zu kompilieren. Dieses System unterstützt WebAssembly-kompatible Kompilierung mit spezifischen Konfigurationen für Web-Threading und Modul-Debugging.

Das Toolkit deckt ein breites Spektrum an Engine-Integrationsfähigkeiten ab, einschließlich benutzerdefinierter Klassendefinitionen, Scene-Tree-Knotenverwaltung und typsicherer Signalbehandlung. Es bietet Dienstprogramme für Physiksimulation, prozedurale Content-Generierung und die Entwicklung benutzerdefinierter Editor-Plugins.

Die Entwicklung wird durch Automatisierungstools für das Projekt-Setup, das Testen nativer Erweiterungen und Logik-Unit-Tests unterstützt.

Features

  • Native Engine Extensions - Provides a framework for creating native engine extensions and custom classes without recompiling the core engine source.
  • GDExtension Implementations - Provides a framework for creating native engine extensions and custom classes using the GDExtension API.
  • Macro-Based Type Registrations - Uses compile-time macros to automatically generate the boilerplate code required for registering classes and methods with the engine.
  • Godot Rust Bindings - Provides high-performance Rust language bindings for writing native game logic in Godot 4.
  • Native Engine Extensions - Provides a toolkit for developing high-performance native extensions, physics simulations, and editor plugins.
  • Scene Tree Manipulations - Provides utilities for initializing and accessing child nodes within the scene tree to manipulate objects and UI.
  • C API Rust Bindings - Provides language bindings that expose low-level C APIs to allow Rust to extend core engine classes.
  • Class Method Overrides - Implements a mechanism to override core engine class functions to customize default behaviors via a stable interface.
  • Data Type Conversions - Provides utilities for transforming native Rust types into specialized Godot data structures like vectors and packed arrays.
  • Variant-Based Conversions - Translates between Rust types and the engine's universal data container for seamless property and argument passing.
  • Dynamic Dispatch Mechanisms - Manages runtime polymorphism and class inheritance through smart pointers and dynamic casting logic.
  • Foreign Function Interfaces - Implements binding layers for low-overhead communication and data exchange between Rust and the engine's C-compatible signatures.
  • Type-Safe Pointer Wrappers - Manages native pointers with casting logic to maintain type safety during runtime class inheritance in the engine.
  • Rust WebAssembly Integrations - Includes a dedicated toolchain for compiling native game logic into WebAssembly modules for browser execution.
  • Inheritance-Aware Smart Pointers - Wraps native pointers in smart pointers with casting logic to maintain type safety during runtime class inheritance.
  • Custom Signal Definitions - Provides a mechanism to create typed event signals that emit notifications to listeners with controlled visibility.
  • Type-Safe Event Contracts - Implements type-safe callbacks for connecting to engine events to trigger native logic during state changes.
  • Engine Event Listeners - Implements type-safe listeners that trigger native logic in response to built-in engine signals.
  • Scripting Interop - Implements a registration system that makes native Rust functions callable from the Godot scripting environment.
  • Engine Loop Callbacks - Provides hooks to execute custom native logic on every frame or physics tick within the primary engine loop.
  • WebAssembly Exports - Provides toolchains to compile native game logic into WebAssembly modules for execution in web browsers.
  • Interactive Narratives - Integrates local large language models to generate dynamic, AI-driven narratives and interactive storytelling.
  • Inspector Variable Exposure - Provides attributes to mark Rust fields as editable within the visual property inspector for real-time tuning.
  • Editor Plugins - Provides a framework for creating custom tools and extensions that integrate directly into the game engine editor.
  • Physics Simulations - Integrates with 2D and 3D physics engines to calculate complex collision and movement dynamics.
  • Infinite Terrain Generators - Provides algorithmic tools for creating deterministic 3D terrains and landscapes using procedural noise.
  • Type-Safe Remote Calls - Implements remote procedure calls with strong typing for coordinated logic execution across networked game clients.
  • Asynchronous Processing - Enables non-blocking execution of event signal processing using asynchronous syntax to maintain engine responsiveness.
  • Multi-threaded Execution - Provides concurrency support and synchronization mechanisms for managing shared instance access during logic execution.
  • Web Threading Models - Supports separate single-threaded and multi-threaded builds to ensure compatibility across different browser environments.
  • Wasm Development Toolchains - Provides a toolchain for compiling native game logic into WebAssembly modules for execution in web browsers.
  • Asynchronous Task Managers - Supports non-blocking operations using coroutines and runtime environments to maintain application responsiveness.
  • Node-Attached Scripting Systems - Allows binding native Rust scripts directly to engine nodes to implement custom behavior without recompiling the core.
  • Function Pointer Lazy Loading - Reduces initial memory usage and startup time by deferring the loading of engine function pointers.
  • Singleton Patterns - Implements a system for defining global objects and autoloads to maintain consistent state across the application.
  • Deferred Function Loading - Reduces initial memory usage and startup time by deferring the loading of engine function pointers until they are first used.
  • Procedural Content Generation - Provides algorithmic frameworks for creating dynamic game worlds and environments.

Star-Verlauf

Star-Verlauf für godot-rust/gdextStar-Verlauf für godot-rust/gdext

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Gdext

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gdext.
  • godotengine/godot-demo-projectsAvatar von godotengine

    godotengine/godot-demo-projects

    8,250Auf GitHub ansehen↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    GDScript
    Auf GitHub ansehen↗8,250
  • godotengine/godot-cppAvatar von godotengine

    godotengine/godot-cpp

    2,558Auf GitHub ansehen↗

    godot-cpp is a C++ binding library and development kit for creating high-performance extensions and custom nodes for the Godot engine. It provides the necessary headers and framework to implement complex game logic and low-level systems using native code. The project enables the development of GDExtension plugins, allowing native libraries to be loaded into the engine without requiring a full recompilation of the core software. It facilitates the creation of custom engine extensions through a system of native bindings that map C++ classes and methods to the internal engine database. The fram

    C++
    Auf GitHub ansehen↗2,558
  • imgui-rs/imgui-rsAvatar von imgui-rs

    imgui-rs/imgui-rs

    3,019Auf GitHub ansehen↗

    This project provides Rust bindings for the Dear ImGui library, enabling the creation of high-performance graphical user interfaces using an immediate-mode paradigm. By defining interface elements directly within the application render loop, it eliminates the need for persistent object hierarchies, allowing for rapid prototyping and dynamic visual updates. The library distinguishes itself by wrapping complex native function signatures in type-safe builders, which improves developer ergonomics while maintaining the performance characteristics of the underlying C++ implementation. It utilizes a

    Rustguiimguirust
    Auf GitHub ansehen↗3,019
  • rustwasm/wasm-bindgenAvatar von rustwasm

    rustwasm/wasm-bindgen

    9,057Auf GitHub ansehen↗

    wasm-bindgen is a bindings generator and interop layer designed to map data types and functions across the boundary between WebAssembly and JavaScript. It functions as a foreign function interface that synthesizes the necessary boilerplate to enable bidirectional communication between Rust and the browser runtime. The project generates glue code and wrappers that automate the conversion of complex types, allowing Rust functions to be exported as JavaScript modules and browser APIs to be imported into Rust. It uses procedural macros to define these interfaces and synthesizes bindings based on

    Rust
    Auf GitHub ansehen↗9,057
Alle 30 Alternativen zu Gdext anzeigen→

Häufig gestellte Fragen

Was macht godot-rust/gdext?

gdext bietet eine Reihe von Sprachbindungen zum Schreiben von hochperformanter nativer Spiellogik in Rust für die Godot 4-Engine. Es dient als Framework zum Erstellen nativer Engine-Erweiterungen und benutzerdefinierter Klassen über die GDExtension-Bibliothek, was es Entwicklern ermöglicht, die Kernfunktionalität der Engine zu erweitern, ohne den Engine-Quellcode neu kompilieren zu müssen.

Was sind die Hauptfunktionen von godot-rust/gdext?

Die Hauptfunktionen von godot-rust/gdext sind: Native Engine Extensions, GDExtension Implementations, Macro-Based Type Registrations, Godot Rust Bindings, Scene Tree Manipulations, C API Rust Bindings, Class Method Overrides, Data Type Conversions.

Welche Open-Source-Alternativen gibt es zu godot-rust/gdext?

Open-Source-Alternativen zu godot-rust/gdext sind unter anderem: godotengine/godot-demo-projects — This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the… imgui-rs/imgui-rs — This project provides Rust bindings for the Dear ImGui library, enabling the creation of high-performance graphical… godotengine/godot-cpp — godot-cpp is a C++ binding library and development kit for creating high-performance extensions and custom nodes for… rustwasm/wasm-bindgen — wasm-bindgen is a bindings generator and interop layer designed to map data types and functions across the boundary… neon-bindings/neon — Neon is a framework for writing high-performance native Node.js modules using the Rust programming language. It serves… defold/defold — Defold is a cross-platform game engine and integrated development environment used to create 2D and 3D games for…