-
Hi everybody,
I'm rather new to using flecs, so please feel free to make this quick if I overlooked something.
**Describe the problem you are trying to solve.**
I'm trying to linearize all valu…
-
`_MSC_VER` is not defined on `MinGW-w64 (MSYS2)`.
`__MINGW32__` and `WIN32` is defined on `MinGW-w64 (MSYS2)`.
I don't know which one is better to use. Maybe `WIN32` could be used for code that work…
-
**Describe the bug**
When result of `filter_builder.build()` is captured into an lvalue reference as left operand, it is not being initialized properly, and asserting it throws asserts.
**To Repro…
-
**Describe the problem you are trying to solve.**
When setting `ecs_entity_desc_t.sep` to an empty string to indicate that `ecs_entity_init` should not split the name given into parts, Flecs seems to…
-
I found the commandbuffers implementation not very user-friendly and about this I suggest to merge all the cmdbuffer types into an unique `class` (not a `struct`) to emulate the `World` class.
I see …
-
Invention class https://github.com/Bertinus/FLeCS/blob/573eb9ea18541dbe228831f661cdb6ce60a97b7b/flecs/intervention.py#L10 needs to be imported (with changes) from https://github.com/Bertinus/FLeCS/blo…
-
**Describe the bug**
Memory leak in `ecs_pipeline_init`, detected using Address Sanitizer
**To Reproduce**
```c++
#include "flecs.h"
int main()
{
flecs::world ecs;
}
```
Compile wi…
-
Hello!
I recently started with `flecs` and like it a lot so far.
I encountered this assertion failure while building unit tests, and have made a small repro:
**Repro**
```cpp
struct C_Somet…
-
**Describe the problem you are trying to solve.**
Editing files with vi creates a `.swp` file which causes bake to restart my app before I save my file.
1. `bake run my_app --interactive`
1. `vi…
-
**Describe the bug**
When opening the link for the API in the [Readme.md](https://github.com/SanderMertens/flecs/blob/master/README.md?plain=1#L13) document I get a DNS_PROBE_FINISHED_NXDOMAIN error.…