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
·
godotengine avatar

godotengine/godot-cpp

0
View on GitHub↗
2,558 Stars·777 Forks·C++·MIT·2 Aufrufedocs.godotengine.org/en/latest/tutorials/scripting/cpp↗

Godot Cpp

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 framework covers API integration via class registration and signal binding, as well as editor integration for exposing member variables. It includes a CMake-based build system for multi-platform targeting, supporting cross-compilation for desktop, Android, and WebAssembly via Emscripten.

The build process incorporates integration testing and the generation of compilation databases for IDE support.

Features

  • Engine Modules and Extensions - Enables the addition of new node types and specialized functionality to the engine using native C++ code.
  • C Function Bindings - Implements a native binding layer that maps C++ classes and methods to the engine's internal database.
  • Variant Data Types - Provides specialized array types and generic variant classes to maintain data compatibility between native code and the engine API.
  • Plugin Development Kits - Offers a specialized toolset for developing native plugins that integrate with the engine without full recompilation.
  • Native Performance Logic - Implements complex game systems in C++ to achieve better execution speed than standard scripting languages.
  • Native Engine Extensions - Allows compiling extensions into separate libraries that load into the editor or projects without full software recompilation.
  • C++ Container Exposures to Script - Exposes C++ classes and methods to the engine's signal and property system for editor access.
  • Runtime Signal Binding - Allows native C++ methods to be bound to emitted signals to trigger reactions to external events.
  • Engine Class Registrations - Allows native C++ classes to be registered within the engine for use in scripts and editor dialogs.
  • Native Class Subclassing - Supports inheriting from native engine classes to implement custom node functionality in C++.
  • Class Hierarchies - Organizes native types into a class hierarchy that inherits from base engine classes for scene integration.
  • Lifecycle Method Overrides - Enables overriding specific lifecycle methods to execute native C++ code during engine frames or events.
  • Engine Binding Libraries - Provides a set of C++ headers and bindings for creating high-performance extensions and custom nodes for the Godot engine.
  • C++ Engine Extensions - Provides a framework for implementing performance-critical game logic in C++ and exposing it via a bridge API.
  • Custom Signal Definitions - Enables the definition and emission of custom event signals to facilitate communication between objects and scripts.
  • Native Plugin Development - Provides a toolkit for building native libraries that interface directly with the host engine's core runtime.
  • Internal Object Extensions - Enables the creation of custom object instances that integrate directly into the engine's core object hierarchy.
  • Pluggable Module Loading - Supports compiling logic into shared libraries that are dynamically loaded by the engine at runtime.
  • Cross-Platform Build Systems - Uses a CMake-based build configuration to manage cross-platform compilation for Android, Web, and desktop.
  • Multi-Target Build Orchestrators - Utilizes a multi-target CMake orchestrator to manage toolchains across different operating systems and compilers.
  • Cross-Platform and Native Compilation - Builds native extensions for various operating systems including Windows, Android, and Web.
  • Android NDK Configurations - Includes Android NDK configurations to enable cross-compiling extensions for Android devices from Windows.
  • Cross-Platform Build Systems - Automates the compilation and packaging of native extensions for multiple target operating systems.
  • Internal API Access - Provides access to internal engine APIs for implementing high-performance logic and low-level data operations.
  • Emscripten Support - Provides integrated toolchain support for compiling C++ extensions to WebAssembly via Emscripten.
  • API Configuration Mappings - Uses configuration mappings to synchronize C++ headers with specific internal engine API versions.
  • Cross-Version Compatibility Gating - Provides mechanisms to ensure compiled native extensions remain compatible across multiple minor versions of the engine.
  • Property Editor Registration APIs - Provides APIs to register native member variables as editable properties within the engine's user interface.
  • WebAssembly Compilation - Integrates with the Emscripten toolchain to compile C++ code into WebAssembly binaries for browser execution.
  • Media & Communication - Bindings for Godot script API

Star-Verlauf

Star-Verlauf für godotengine/godot-cppStar-Verlauf für godotengine/godot-cpp

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 Godot Cpp

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Godot Cpp.
  • 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
  • crystal-lang/crystalAvatar von crystal-lang

    crystal-lang/crystal

    20,299Auf GitHub ansehen↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Crystalcompilercrystalcrystal-language
    Auf GitHub ansehen↗20,299
  • nim-lang/nimAvatar von nim-lang

    nim-lang/Nim

    18,071Auf GitHub ansehen↗

    Nim is a statically typed, compiled systems programming language designed for high performance and cross-platform development. It translates high-level source code into C, C++, or JavaScript, allowing developers to produce efficient native binaries or web-compatible scripts from a single codebase. The language emphasizes a clean, indentation-based syntax that simplifies code hierarchy while maintaining the power of a full-featured systems language. What distinguishes Nim is its robust metaprogramming framework, which allows developers to inspect, modify, and generate code structures during th

    Nimcompilerefficienthacktoberfest
    Auf GitHub ansehen↗18,071
  • premake/premake-coreAvatar von premake

    premake/premake-core

    3,566Auf GitHub ansehen↗

    Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f

    Cchacktoberfestlua
    Auf GitHub ansehen↗3,566
Alle 30 Alternativen zu Godot Cpp anzeigen→

Häufig gestellte Fragen

Was macht godotengine/godot-cpp?

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.

Was sind die Hauptfunktionen von godotengine/godot-cpp?

Die Hauptfunktionen von godotengine/godot-cpp sind: Engine Modules and Extensions, C Function Bindings, Variant Data Types, Plugin Development Kits, Native Performance Logic, Native Engine Extensions, C++ Container Exposures to Script, Runtime Signal Binding.

Welche Open-Source-Alternativen gibt es zu godotengine/godot-cpp?

Open-Source-Alternativen zu godotengine/godot-cpp 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… crystal-lang/crystal — Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It… nim-lang/nim — Nim is a statically typed, compiled systems programming language designed for high performance and cross-platform… premake/premake-core — Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine… android/ndk-samples — The Android NDK samples provide a comprehensive collection of code examples demonstrating how to integrate C and C++… godot-rust/gdext — gdext provides a set of language bindings for writing high-performance native game logic in Rust for the Godot 4…