Skip to content

Commit 621b1c7

Browse files
committed
Switch EnTT to Flecs
1 parent 594b478 commit 621b1c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/attributions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- [bgfx](https://github.com/bkaradzic/bgfx): A cross-platform rendering library that provides a (rather) "simple" API for rendering graphics.
66
- [Boost](https://www.boost.org): A collection of C++ libraries that provide a wide range of high-performance functionality, including `unordered_flat_map` when everyone has had enough with `std::unordered_map`.
77
- [CLI11](https://github.com/CLIUtils/CLI11): A command-line parser for C++ that provides a simple and intuitive way to parse command-line arguments.
8-
- [EnTT](https://github.com/skypjack/entt): A fast and reliable entity-component-system (ECS) library for C++ that provides a flexible way to manage game objects and their behaviors. Also it's sponsored by Mojang :)
8+
- [Flecs](https://github.com/SanderMertens/flecs): An entity-component-system (ECS) library that provides a solid support for both compile-time and runtime components.
99
- [FreeType](https://www.freetype.org): A font engine that provides a high-quality rendering of text in various formats.
1010
- [glaze](https://github.com/stephenberry/glaze): A fast, user-friendly C++ JSON library that provides a simple and efficient way to parse and generate JSON data.
1111
- [glm](https://github.com/g-truc/glm): A header-only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications.

docs/cg/design.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ So there is mainly three parts of the design: The core, the interface for conten
1717
```mermaid
1818
graph LR
1919
A[Simulation]-->B[Unified Modding Interface]
20-
A-->C(entt)
20+
A-->C(Flecs)
2121
B-->D(V8)
2222
B-->E(Wasmtime)
2323
B-->F(Luau)

0 commit comments

Comments
 (0)