You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在这里,会有一些文章介绍 Ant 的设计思路和重要模块的结构。理解它们为什么是这样、解决的是什么问题、是如何达成设计目的的。这些比介绍 API 更为重要。API 的变化或许很快,但设计思路要稳定的多。应尽可能的跟进引擎仓库的更新(就像我们正在开发的游戏那样),不要停留在某个历史版本。不要害怕 Breaking changes ,变化是为了让引擎变的更好。
在开始之前,你可以先了解一下 Ant 的技术特点 ,看看是否符合你的技术品味,希望同时也能打消你在引擎性能上的顾虑。