.github cmake doc gdextension include/godot_cpp misc src test tools .clang-format .editorconfig .gdignore .git-blame-ignore-revs .gitattributes .gitignore .gitmodules .pre-commit-config.yaml CMakeLists.txt LICE
To reuse the build actions, in a github actions yml file, do the following:name: Build GDExtension on: workflow_call: push: jobs: build: strategy: fail-fast: false matrix: include: - platform: linux arch: x86_64 os: ubuntu-20.04 - platform: windows arch: x86_32 os: windows-latest ...
Windows 构建 godot-cpp 1.从GitHub下载godot-cpp和godot-headers,并解压。 2.godot-cpp目录中的godot-headers文件夹是个空文件夹,将解压的godot-headers文件夹复制到godot-cpp目录,重命名文件夹为“godot-headers”。 3.下载Visual Studio安装包,选择安装C++环境。 4.下载Python安装包,并安装。 5.安装SCons: pyth...
Windows 构建 godot-cpp 1.从GitHub下载godot-cpp和godot-headers,并解压。 2.godot-cpp目录中的godot-headers文件夹是个空文件夹,将解压的godot-headers文件夹复制到godot-cpp目录,重命名文件夹为“godot-headers”。 3.下载Visual Studio安装包,选择安装C++环境。 4.下载Python安装包,并安装。 5.安装SCons: pyth...
We greatly appreciate help in maintaining and extending this project. If you wish to help out, ensure you have an account on GitHub and create a "fork" of this repository. SeePull request workflowfor instructions. Please install clang-format and copy the files inmisc/hooksinto.git/hooksso fo...
dependabot/github_actions/actions/checkout-3 add_array_make 3.3 3.1 3.2 nativescript-1.1 nativescript-1.0 3.0 godot-3.5.1-stable godot-3.5-stable godot-3.4.5-stable godot-3.4.4-stable godot-3.4.3-stable godot-3.4.1-stable godot-3.4.2-stable godot-3.4-stable godot-3.3.4-stable godot-3.3...
### 摘要 `godot-cpp`是一个专门为Godot开源游戏引擎设计的C++语言绑定库,它赋予了开发者利用C++语言调用Godot引擎API的能力。值得注意的是,该库的主分支当前仅兼容Godot 4.0及以上版本中的GDExtension API,这为希望使用更底层语言进行高效开发的游戏制作者提供了强大的工具支持。 ### 关键词 Godot-CPP, C++绑定...
int OS.get_processor_count() 这个方法可以返回当前机器的核心数,一般线程池开到核心数的两倍,在往上就会卡了(假设他没有做其他事情的话) 最后说一下,多线程的实例化其实非常慢,大概是main thread的十几倍 具体可以看https://github.com/godotengine/godot/issues/10970...
int OS.get_processor_count() 这个方法可以返回当前机器的核心数,一般线程池开到核心数的两倍,在往上就会卡了(假设他没有做其他事情的话) 最后说一下,多线程的实例化其实非常慢,大概是main thread的十几倍 具体可以看https://github.com/godotengine/godot/issues/10970...
C++ bindings for the Godot script API. Contribute to godotengine/godot-cpp development by creating an account on GitHub.