ECSx icon indicating copy to clipboard operation
ECSx copied to clipboard

Should ECSx implement Entities or leave it up to the user?

Open APB9785 opened this issue 1 year ago • 0 comments

Right now the tutorial advises users to create new Entities with Ecto.UUID.generate() but leaves it up to them in the end. Would it be helpful to instead have something like ECSx.new_entity() with various options such as erlang unique refs, unique integers, uuids, etc?

APB9785 avatar Feb 15 '24 06:02 APB9785