entt-meets-sol2 icon indicating copy to clipboard operation
entt-meets-sol2 copied to clipboard

Use EnTT in Lua with Sol2

Results 2 entt-meets-sol2 issues
Sort by recently updated
recently updated
newest added

Would really be appreciated. A couple of issues I partially solved myself when attempting this myself: - emplace_component binding for registry - had to make sure the instance.as() was wrapped...

Does this library have that functionality? It wasn't clear to me from the readme, but I'm interested in doing something like this: ```lua function newTransform(x_, y_, z_) local transform={ x...