godot_entt_net_example

Entity ECS example

An example of integrating Entity-Component-System (ECS) architecture with Godot's GameNetworkingSockets for simple entity management and networking.

A simple example on how to use entt (https://github.com/skypjack/entt) and GameNetworkingSockets (https://github.com/ValveSoftware/GameNetworkingSockets) within godot

GitHub

30 stars
3 watching
4 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
godotecs/godex An ECS implementation for the Godot Engine game development framework. 1,228
andygeiss/ecs Builds a custom game engine using the Entity Component System concept in Go. 128
skypjack/entt An entity-component-system (ECS) framework that simplifies game development and provides features for rapid prototyping and production-ready code. 10,245
genaray/arch A high-performance ECS implementation in C# 1,042
green-sky/imgui_entt_entity_editor An entity editor component for Entity-Component-System game development using Dear ImGui and EnTT. 223
engoengine/ecs An implementation of the Entity-Component-System paradigm in Go 298
outfox/fennecs An Entity-Component System implementation in C# targeting .NET 8 229
guillaume-haerinck/met-ecs A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. 16
mhaemmerle/entitas_erl An implementation of an entity component system in Erlang for managing game-like data structures and systems 6
judelco/entitas-cpp A fast and efficient Entity Component System framework for C++ game development. 339
yelnats321/entityplus An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. 190
sebas77/svelto.ecs A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. 1,223
blackmatov/ecs.hpp An implementation of an Entity Component System architecture for managing game-like entities and their associated data 38
scellecs/morpeh An ECS framework for Unity and .Net, providing a simple and efficient way to structure game logic 535
benmoran56/esper A lightweight Entity System module for Python that provides an efficient and flexible architecture for building game engines or other applications with entity-component-systems. 554