-
**Describe the bug**
Compilation error
```console
addons/cpp/utils/enum.hpp:240:33: error: no matching function for call to 'to_int'
```
**To Reproduce**
Steps to reproduce the behavior:
1. G…
-
**Describe the bug**
When a world's destructor is called (C++ api), an assertion (`fatal: entity.c: 3893: assert: entity != 0 INVALID_PARAMETER`) fails if there is an entity which is a child of anoth…
-
https://github.com/Indra-db/flecs-ecs-rs/blob/727b5378994070c9ddd8cc251801b640a113a925/flecs_ecs/src/core/utility/traits/iter.rs#L124
https://github.com/Indra-db/flecs-ecs-rs/blob/727b5378994070c9d…
-
# Problem
Each Query currently iterates the whole list of Archetypes. This is bad for scenarios with many archetypes.
Instead each query should ONLY iterate archetypes that fits its description…
-
## Problem
We currently only support the Node.js engine, but if we also plan to embed either the Squirrel or Lua VM, we need to re-think how we bind built-ins to our VMs.
In the current implemen…
-
https://github.com/Indra-db/flecs-ecs-rs/blob/acadca5bd9dd05d1b778f255f58084b47df5a128/flecs_ecs/src/core/query_builder.rs#L678
-
I see it must contain data. I don't know if this is related. oddly it seems to work if I have a ZST
but not for &Zst
https://github.com/Indra-db/flecs-ecs-rs/blob/9266f1ad2c140749aaa86d61973e17f4d87…
-
The current v4 branch (060afe73ba8d4180a32149663b256e43b1fd46d4) does not seem to support wildcard events on observers. The below test suite passes for `TestSpecificObserverBehavior` and fails on `Tes…
-
```rust
use flecs_ecs::prelude::*;
use std::rc::Rc;
#[derive(Component)]
struct Foo(Rc);
fn main() {
let world = World::new();
world.set(Foo(Rc::new(0)));
}
```
This creates th…
-
https://github.com/Indra-db/flecs-ecs-rs/blob/985ef136ccbdd24a191f0d16f19ed88fed576416/flecs_ecs/src/core/components/cached_ref.rs#L10-L14
I'm wondering if it should include a reference to a world. B…