PurpleKingdomGames / indigo

An FP game engine for Scala.
https://indigoengine.io/
MIT License
648 stars 60 forks source link

Add ability to nest layers #714

Closed davesmith00000 closed 7 months ago

davesmith00000 commented 8 months ago

Might mean changing layer batch to a tree structure. In the first instance, this is an organisation improvement, so not concerned about blending groups of layers.

The use-case is that you have some process that dynamically creates an unknown number of layers, but you want to keep them all together, and choose where they sit amongst the other layers, organised by layer key as usual.

davesmith00000 commented 7 months ago

Work done in #727