Example of Entity Component System in Go
☆72Feb 13, 2025Updated last year
Alternatives and similar repositories for ecs
Users that are interested in ecs are comparing it to the libraries listed below
Sorting:
- A simple and generic ECS implementation in Go☆145Jan 11, 2026Updated 2 months ago
- My implementation of Entity Component System in Go/Golang☆35Jul 12, 2023Updated 2 years ago
- High-performance, columnar, in-memory store with bitmap indexing in Go☆1,508Jun 28, 2025Updated 8 months ago
- A Go-implementation of the Entity-Component-System paradigm☆332Dec 21, 2023Updated 2 years ago
- Networked Entity Component System; a networking layer for donburi☆30Jun 25, 2025Updated 8 months ago
- Build your own Game-Engine based on the Entity Component System concept in Golang.☆171Nov 21, 2025Updated 4 months ago
- Just another ECS library for Go/Ebitengine☆362Mar 15, 2025Updated last year
- Arche -- Archetype-based Entity Component System (ECS) for Go.☆190Apr 1, 2025Updated 11 months ago
- Package vecf32 provides common functions and methods for slices of float32☆13Jun 14, 2023Updated 2 years ago
- A Go->C++transpiler meant for data-oriented gameplay and application programming especially for WebAssembly. Using this mostly in the con…☆97Sep 10, 2024Updated last year
- Tween animation library for go with a simple interface.☆101May 22, 2025Updated 10 months ago
- A codec for Go structs with support for chainable encoding/decoding hooks.☆12Sep 15, 2023Updated 2 years ago
- Entity Component System in Go