Combine clean architecture with entity-component-system
My idea is to separate my code into data, domain, and presentation layers and use entity-component-system only in presentation layer. So data and domain layers will follow DDD principles and will mostly deal with reading/writing data. And in presentation layer, the domain models will be converted to components and systems.
Did anyone try it? Looking for opinions/tips/examples.
1 comment
[ 3.2 ms ] story [ 17.6 ms ] thread