Hi, my initial thoughts ... disclaimer, I have not used Matthew's TileLayer library, so this is just from reading the README.md:
If I understand correctly a root member (TileSprite) is still going to be needed to add to the DisplayList (perhaps that makes sense to exist per Scene?).
If so then we'd need two awe6.interfaces.IView implementations:
1) One that can add itself as a TileSprite into the existing Sprite based IView / DisplayList and then receive children as ...
2) One that deals only with TileClips / TileGroups
Perhaps these can be merged into one?