-
A super nice feature this library could have is trait query.
Similar to: https://github.com/JoJoJet/bevy-trait-query
I'm not fully grasping ecs internals but it seems that flecs Components beeing …
-
**Describe the bug**
On world fini, component entity gets destroyed before row instances of the component itself.
I was only able to reproduce it when the component is added to a child entity.
…
-
Flecs repo - https://github.com/SanderMertens/flecs
V 0.2.4 (fe673e7 commit)
### Error message
```
[🔴] × v translate ~/Projects/KolciaEngine/flecs-v/
C to V translator 0.3.1
"/home/yuart/Proje…
-
Hello, I've got the all of the flecs-* modules to build but really don't know how to get flecs-systems-admin to display on localhost: , what port is it displaying on? When I run the ecs_collision exam…
-
Flecs is now 3.2, this repo is getting behind.. are Flecs using important macros that cannot be auto converted to zig functions?
Should i use Flecs as a direct c include or is this wrapper required…
-
for https://flecs.dev/explorer
I can't find the api like:
```
world.set({});
```
```
world.app()
.enable_rest()
.run();
```
Thx.
-
Have you tried to enable the thread support in flecs using FThreadPool or GameTaskGraph? Is it worth the effort to make the game logic multi-threaded or will the flecs defer operations make this not a…
-
# Verification
## Ecs implementations
Require help to verify ECS utilization implemented in proper way:
- [ ] Arch
- [ ] Fennecs
- [ ] Morpeh
- [ ] DragonECS
- [ ] LeoECS
- [ ] LeoECSLite
…
-
I'm looking to render textures using flecs and SDL2, and so far in working with flecs have been using the flecs.components.graphics and this module, but looking through the code I'm starting to find t…
-
when using bakes clone I get.
fatal: repository 'https://github.com/SanderMertens/flecs-meta/' not found
its obviously in the flecs-hub but this is not the only error and I completely get lost onc…