V_ecs

ECS system library

An Entity component System library for Vlang

Entity component system for Vlang

GitHub

17 stars
1 watching
3 forks
Language: V
last commit: over 3 years ago
Linked from 1 awesome list

ecsvvlang

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
guillaume-haerinck/met-ecsA simple Entity Component System library designed to facilitate the creation and management of entities with components and systems.16
nem0/lentA high-performance 2nd generation Entity Component System (ECS) library with minimal dependencies and a simple API for managing game-like data structures.67
yelnats321/entityplusAn Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems.190
ralith/hecsA high-performance, minimalist entity-component-system library for building loosely-coupled applications with efficient access to component data and behavior.1,008
jaimegensler/thyseusAn Entity Component System for building performant and maintainable applications with a focus on data management77
sandermertens/ecs-faqAn authoritative resource on Entity Component Systems for game developers and software engineers2,068
prime31/zig-ecsA Zig implementation of an entity-component-system framework259
leudz/shipyardAn Entity Component System focused on usability and flexibility in game development and general software development757
nidorx/ecs-libA lightweight and easy-to-use library for implementing an Entity Component System architecture in game development196
outfox/fennecsAn Entity-Component System implementation in C# targeting .NET 8254
genaray/archA high-performance ECS implementation in C#1,079
natweiss/entityfuA lightweight C++ entity component system for managing entities and their associated components.85
mhaemmerle/entitas_erlAn implementation of an entity component system in Erlang for managing game-like data structures and systems6
andreakarasho/tinyecsA lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications.114
mlange-42/archeAn Entity Component System for simulating individual-based models in Go150