flecs-hub / flecs-cs

Automatically updated C# bindings for flecs https://github.com/SanderMertens/flecs with native dynamic link libraries.
MIT License
60 stars 9 forks source link

how to connetct the flecs.dev explorer #141

Open kenkinky opened 1 year ago

kenkinky commented 1 year ago

for https://flecs.dev/explorer

I can't find the api like:

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

Thx.

lithiumtoast commented 1 year ago

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#.