-
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0xffffffffffffffff
UnrealEditor_FlecsLibrary!flecs_stresc() [C:\Users\ewn11\Documents\Unreal Projects\TestECSFlecs\Plugins\Unreal…
-
Hello,
Thank you for making this wrapper happen.
I’m interested in this project, I’ve been trying to re-implement some of the C examples from the flecs repo.
I don’t have much so far, but [it’s a…
-
[https://discord.com/channels/1222556172385783890/1222556173224378369/1302024275695374378](https://discord.com/channels/1222556172385783890/1222556173224378369/1302024275695374378)
-
Looks like it has outdated flecs version, need to update it
-
I tried:
```
$ cd libs/zflecs
$ zig build test -Dtarget=wasm32-emscripten --sysroot $HOME/code/emsdk/upstream/
```
```
zig build-lib zflecs Debug wasm32-emscripten: error: error(compilation)…
-
trying to generate a wrapper for flecs (https://github.com/SanderMertens/flecs)
directory looks like this
```
root /
wrap_flecs.nim
flecs /
flecs.c
flecs.h
libflec…
-
Consider the `Color` component as applied to a `Mesh3D` archetype. Does the `Color` specify the color of faces, edges, or vertices?
To support this, we could introduced _tagged_ components, allowin…
emilk updated
3 weeks ago
-
Flecs by @SanderMertens has a beautiful dashboard: https://github.com/flecs-hub/flecs-dash ([previous iteration here](https://github.com/flecs-hub/flecs-systems-admin )).
![](https://images-ext-2.d…
-
Feature complete
- [x] hello world
- [x] entity
- [x] queries
- [x] relationships
- [x] observers
- [ ] game mechanics
- [x] systems
- [x] prefabs
- [x] rules
- [x] reflection
Features…
-
Hi, there is [flecs](https://github.com/SanderMertens/flecs ) that have own scripting language with own [web dashboard](https://www.flecs.dev/explorer/) that are still in development, it offers what m…