ecsx-framework / ECSx

An Entity-Component-System framework for Elixir
GNU General Public License v3.0
210 stars 10 forks source link

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

Open APB9785 opened 8 months ago

APB9785 commented 8 months ago

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?