Do you know how big the performance cost would be when scripting with the new ECS APIs? Does the indirection involved mean that we lose some benefits of cache locality?
Does Lua have official style conventions? Most Lua code I've seen is in lower or snake_case, but this seems to be camelCase. I've never mixed and matched before, and I don't know if it's a big deal.
Do you know how big the performance cost would be when scripting with the new ECS APIs? Does the indirection involved mean that we lose some benefits of cache locality?
Does Lua have official style conventions? Most Lua code I've seen is in lower or snake_case, but this seems to be camelCase. I've never mixed and matched before, and I don't know if it's a big deal.