flecs-hub/flecs-cs

how to connetct the flecs.dev explorer

Opened this issue · 1 comments

for https://flecs.dev/explorer

I can't find the api like:

world.set<flecs::Rest>({});
world.app()
  .enable_rest()
  .run();

Thx.

There is only the C API right now. world.set would be ecs_set_id. Check out the discord for some people working on the C++ kind of API for C#.