C++ Godotengine

Open-source C++ projects categorized as Godotengine

Top 20 C++ Godotengine Projects

  • Godot

    Godot Engine – Multi-platform 2D and 3D game engine

    Project mention: What's keeping you from using Godot 4 for new projects? | reddit.com/r/godot | 2023-05-31

    Also this script can help you with the name changes.

  • GodotSteam

    An open-source and fully functional Steamworks SDK / API module and plug-in for the Godot Game Engine.

    Project mention: Some advice, tips, and resources I can share for those looking to make GDExtensions | reddit.com/r/godot | 2023-04-15
  • CodiumAI

    TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.

  • godot-sqlite

    GDNative wrapper for SQLite (Godot 3.2+)

    Project mention: Efficient way to store/update information of 1,000+ characters? | reddit.com/r/godot | 2023-05-03

    Theres a addon for that, but i dont know if it works on Godot 4: https://github.com/2shady4u/godot-sqlite

  • luascript

    Lua language support for Godot Engine

    Project mention: I'm trying to switch from Python to Lua so I can get into game development... where do I start? | reddit.com/r/lua | 2023-03-21

    PICO8 • Godot with luascript • LÖVE2D

  • Goost

    A general-purpose, extensible and customizable C++ extension for Godot Engine.

    Project mention: I got SVGs rendering at runtime in Godot! Infinitely scalable! | reddit.com/r/godot | 2022-10-01

    Though even if not, dynamic meshes just from polygons/lines is something I've thought about before. For instance, one of the ideas would be to use lines to create signs/pipes/wall-decorations in-engine rather than needing to make it in 3d software.

  • godot-jolt

    Godot Jolt – Godot extension that integrates the Jolt physics engine

    Project mention: What's missing from C# in Godot 4? | reddit.com/r/godot | 2023-05-27

    Godot 4 itself is actually fairly good about diving to its C/C++ base for the nasty stuff. Like its Physics. The reimplementation for Jolt physics into Godot 4 is again C/C++ calculation library.

  • godot_openvr

    GDNative based Open VR module

    Project mention: VR inputs (Quest 2 PCVR) | reddit.com/r/godot | 2023-05-07

    firstly im not using BastiaanOlij's openVR plugin, mainly because it seems out of date and most of the things in it refuse to open/work on my computer, but also because I dont want it to bridge my knowledge of godot and for me to use it as a replacement in the future.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • godot-extras

    My collection of various plugins, modules, or patches for Godot

  • fmod-for-godot

    FMOD Studio Integration for the Godot Engine

    Project mention: OSC (Open Sound Control), FMod, and Wwise support | reddit.com/r/godot | 2023-03-25

    https://github.com/alessandrofama/fmod-for-godot The best FMOD for Godot plugin so far.

  • NativeDialogs

    Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.

    Project mention: Would anyone else find the integration of the OS system file explorer useful? | reddit.com/r/godot | 2023-05-23
  • epic-online-services-godot

    Unofficial Epic Online Services wrapper for Godot Engine 4.x (includes demo project) (and Godot 3.x)

    Project mention: Epic Online Services (EOS) | reddit.com/r/godot | 2023-04-17

    I found a project on Github that wraps the Epic Online Services C# SDK so that it can be easily used in Godot using GDScript, C#, etc with similar class hierarchy and static type support. You need to have the Mono version of Godot to make use of this project: https://github.com/3ddelano/epic-online-services-godot

  • godot-embed-external-editor

    Embed an external script editor (e.g. VSCode) into the Godot editor.

    Project mention: Releasing my "Embed External Editor" GDExtension! For now it only supports Godot 4 + Windows + VSCode. Try it out! | reddit.com/r/godot | 2022-08-15

    Check it out on GitHub

  • godotcord

    A Discord Game SDK integration for Godot

  • godot_box2d

    A C++ module that integrates the Box2D library with the Godot game engine by providing nodes for standard Box2D objects.

    Project mention: Anyone using the godot_box2d physics module in a Godot 3.x project willing to test a 4.0 update? | reddit.com/r/godot | 2023-04-03
  • godot_ios_plugin_template

    Godot iOS plugin template with Swift and NativeLib support.

  • Godot-Engine-Guide

    Godot Engine Guide

  • spout-gd

    Spout module for Godot

  • godot

    Godot Engine – Multi-platform 2D and 3D game engine (by vnen)

  • GodotQuadTreeModule

    Module for Godot Engine that implements Quad Trees. This is initially created to store destructible world maps efficiently.

    Project mention: RefCounted objects are freed when they are actually still used | reddit.com/r/godot | 2023-02-16

    This is the module: https://github.com/BeLuckyDaf/GodotQuadTreeModule (assume that I've changed Reference to RefCounted)

  • godot-3.x-modules

    Custom modules for Godot 3.x

    Project mention: Ask HN: Who is using C++ as the main language for new project? | news.ycombinator.com | 2022-08-12

    I almost exclusively use C++ for my projects. Especially modern C++. When it makes sense(especially for dev tools), I use Python since for those I'm not so worried about distribution and long-term robustness.

    Anyway here they are:

    Qt desktop app written in C++:https://github.com/thebigG/Tasker

    Simple GPIO front-end for linux GPIO driver(could definitely use some improvement) written in C++ and uses boost:https://github.com/thebigG/simple_gpio

    WebApp I JUST started working on(This will be a frontend for a YOCTO/FPGA project I'm working on; guitar pedals), and yes it uses good old C++ and runs on the browser:

    https://github.com/thebigG/wPedals

    And while I'm at it, might as well mention my custom plugins for Godot Game Engine(C++):https://github.com/thebigG/godot-3.x-modules

    I have found that C++ is the best compromise for me between performance and elegance ifI do say so myself.

  • Sonar

    Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-05-31.

C++ Godotengine related posts

Index

What are some of the best open-source Godotengine projects in C++? This list will help you:

Project Stars
1 Godot 61,528
2 GodotSteam 1,639
3 godot-sqlite 512
4 luascript 448
5 Goost 418
6 godot-jolt 240
7 godot_openvr 217
8 godot-extras 110
9 fmod-for-godot 91
10 NativeDialogs 81
11 epic-online-services-godot 47
12 godot-embed-external-editor 45
13 godotcord 45
14 godot_box2d 35
15 godot_ios_plugin_template 14
16 Godot-Engine-Guide 10
17 spout-gd 9
18 godot 5
19 GodotQuadTreeModule 4
20 godot-3.x-modules 0
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
www.onlyoffice.com