DrElliot
DrElliot
Hello, https://github.com/skypjack/entt/wiki/Events,-signals-and-everything-in-between#event-dispatcher The documentation states that listeners must be types "that offer one or more member functions," which is misleading since the dispatcher actually accepts both free functions and member...
Hello, Tracy cannot seem to resolve this expression: It results in a crash of the Tracy client if you attempt to attach it. I believe it's related to the initializer...
Hello, I'm currently using Sol to create a view into my ECS, doing this creates a callback from C++ and uses sol:make_object every time a component is requested from an...