data-oriented-pyglet icon indicating copy to clipboard operation
data-oriented-pyglet copied to clipboard

Auto generate the allocation_scheme

Open Permafacture opened this issue 9 years ago • 0 comments

Right now, laying out the components such that they are all contiguous given the entity classes that one will use must be done manually. It's easy for a human, but would be cleaner if it was done automatically. Situations where contiguous components aren't possible aren't allowed currently, and allowing for these situations would both difficult and precarious from a performance perspective. More thought is needed to deal with that.

Permafacture avatar Oct 02 '16 04:10 Permafacture