Michele Caini
Michele Caini
Ping @bjadamson 🙂
Something like the `handle` class maybe? It has a method to get the registry though. However, you can use it as an example to implement a custom solution. Does it...
It would be a breaking change, so no. I don't plan to make the `registry` method private in that class. I'm sorry. However, you can inherit or take inspiration from...
> I have found my self several times trying to restrict access to the registry What you're trying to do isn't restricting access to the registry though. Instead, you're trying...
I see your point. However, as you correctly pointed out, the handle class cannot be changed easily in this sense. That said, if all you want is to restrict access...
Yeah, it was just an example to give you a grasp. I don't even know if it compiles fine. 🙂 I'm glad it helped btw. Let me know if we...
I think it's more similar to: ```cpp auto &storage = registry.storage(id); storage.emplace(entity, args...); ``` For when you want to emplace/erase entities for example, while you can do this for the...
I'm marking this issue as solved. Feel free to continue the discussion here if it is not. 👍
To be honest, I don't understand yet if you're hitting a wall with the static lib, the shared lib or while trying to mix them in the same executable. Can...
Closing this issue as starving. Feel free to reopen it or continue the discussion here if needed. Thanks.