Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划使用 Godot 来构建游戏和机器学习 AI,但图形渲染速度太慢,无法训练 AI。是否可以暂时拿走图形以加快速度?
您可以使用 Godot 无头构建或服务器构建。Godot 服务器是没有图形和声音的 Godot 引擎(但如果您尝试加载图像或音频文件可能会崩溃)。
Godot headless 具有图形和音频模块,但旨在在终端上执行。