万象云档 本次搜索耗时 3.115 秒,为您找到 536 个相关结果.
  • 为 X11 平台编译(Linux、*BSD 操作系统)

    为 Windows 平台编译 需求 设置Python 设置SCons 安装Visual Studio注意事项 下载Godot的源代码 编译 选择编译器 运行SCons 在Visual Studio或其他IDE中进行开发 从其他操作系统为Windows交叉编译 故障排除 创建Windows导出模板 为 Windows 平台编译 ...
  • 为 iOS 平台编译

    为 Android 平台编译 注意 需求 设置构建系统 构建导出模板 添加对x86设备的支持 清理生成的导出模板 使用导出模板 安装模板 故障排除 平台不在SCons中出现 应用程序未安装 应用程序秒退 为 Android 平台编译 注意 对于大多数情况, 使用内置部署程序和导出模板就足够了. 手动编译Android APK对...
  • C++ usage guidelines

    代码风格指南 C++和Objective-C 在本地使用clang-format 安装 手动使用 预提交钩子 IDE插件 标头引入 Java Python 本地使用黑色 安装 手动使用 预提交钩子 编辑器集成 评论风格指南 代码风格指南 在给Godot的源代码做贡献时, 你需要遵循下面概述的样式指南. 其中一些是通过持续集...
  • Class reference guides

    使用 Sphinx 构建手册 使用 Sphinx 和 virtualenv 构建 使用 Sphinx 构建手册 本页面描述使用 Sphinx 文档引擎构建本地 Godot 手册的方法。你可以用它来获得本地的 HTML 文件以及诸如 PDF、EPUB、LaTeX 形式的文档。 开始前你需要: godot-docs 仓库 。 Sphinx readt...
  • Tracers and Instrumentation

    2 2026-09-15 《Zipkin Document》
    Tracers and Instrumentation Tracers and Instrumentation Supported Community supported Tracers and Instrumentation Tracers and Instrumentation Tracing information is collecte...
  • Installing CMake

    [TOC] Git Submodule MethodBonus: Git version number Git Submodule Method If you want to add a Git repository on the same service (GitHub, GitLab, BitBucket, etc), the following ...
  • Running CMake

    [TOC] An Introduction to Modern CMakeWhy do I need a good build system?Why must the answer be CMake?Why use a Modern CMake?Other sourcesCredits An Introduction to Modern CMake P...
  • Adding Features

    [TOC] CatchVendoringDirect inclusion Catch Catch and Catch2 (C++11 only version) are powerful, idomatic testing solutions similar in philosophy to PyTest for Python. To use Catc...
  • Including Projects

    [TOC] How to structure your project How to structure your project The following information is biased. But in a good way, I think. I’m going to tell you how to structure the dir...
  • Submodule

    [TOC] Running other programsRunning a command at configure timeRunning a command at build timeIncluded common utilities Running other programs Running a command at configure ti...