Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/convexwf/godot-gdextension-cpp-examples
Build Godot GDExtension C++ environment with Docker.
https://github.com/convexwf/godot-gdextension-cpp-examples
Last synced: 4 days ago
JSON representation
Build Godot GDExtension C++ environment with Docker.
- Host: GitHub
- URL: https://github.com/convexwf/godot-gdextension-cpp-examples
- Owner: convexwf
- License: apache-2.0
- Created: 2024-05-04T02:30:11.000Z (7 months ago)
- Default Branch: base
- Last Pushed: 2024-11-02T01:24:47.000Z (16 days ago)
- Last Synced: 2024-11-02T02:24:17.048Z (16 days ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot GDExtension C++ Examples using Docker Compilation Environment
This solution is based on the [mrt-prodz/docker-godot-gdextension-builder](https://github.com/mrt-prodz/docker-godot-gdextension-builder).
You can check more details on the [Godot-GDExtension C++ 环境搭建 (Docker+MinGW/跨平台) | Convexwf's Kirakira Blog](https://blog.convexwf.com/zh/2024/05/godot-gdextension-cpp-environment-using-docker-and-mingw.html).
## Intruction
**[Windows]**
You have to run all the following commands from a Git Bash prompt.
### Build the example
```bash
# execute on windows
bash shell/build.sh windows
# or bash shell/build_windows.sh# execute on linux
bash shell/build.sh linux
# or bash shell/build_linux.sh
```## Reference
- [mrt-prodz/docker-godot-gdextension-builder: Building Godot 4 GDExtension C++ example with Docker](https://github.com/mrt-prodz/docker-godot-gdextension-builder)
- [GDExtension C++ example — Godot Engine (stable) documentation in English](https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/gdextension_cpp_example.html)
- [Godot-GDExtension C++ 环境搭建 (Docker+MinGW/跨平台) | Convexwf's Kirakira Blog](https://blog.convexwf.com/zh/2024/05/godot-gdextension-cpp-environment-using-docker-and-mingw.html)
- [godotengine/build-containers: Godot engine build containers](https://github.com/godotengine/build-containers)
- [godotengine/godot-build-scripts: Build scripts used for official Godot Engine builds with https://github.com/godotengine/build-containers](https://github.com/godotengine/godot-build-scripts/tree/main)
- [zxffffffff/start-godot-cpp: 一个 Godot 脚手架项目,使用源码编译扩展 C++ modules/GDExtension](https://github.com/zxffffffff/start-godot-cpp/tree/main)