Game framework architecture - view components or MVC?

后端 未结 4 2171
粉色の甜心
粉色の甜心 2021-02-09 01:42

I\'m trying to build a very light re-usable framework for my games, rather than starting from scratch each time I start a game. I have a component driven architecture - e.g. Ent

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-09 02:20

    I’d certainly vote for the model to know nothing about its views. Loose coupling is good: Simpler model code, easier testing, more choices.

提交回复
热议问题