A python module used to help building Godot 3.1 games.
Project description
GD BUILD
A helper python module to build godot projects from command line.
Example Usage
from gd_build import GDBuild
# Build for all platforms
gd_build_action_game = GDBuild(
project_path="C:\\GodotProjects\\ActionGameProto",
build_path="C:\\GameBuilds\\ActionGameProtoBuilds",
game_name="ActionGameProto",
godot_file_path="C:\\Godot\\godot.exe",
export_debug=True,
windows_build_name="Windows Desktop",
macosx_build_name="Mac OSX",
linux_build_name="Linux/X11",
create_zip=True,
execute_build_on_init=True
)
# Build for Windows only
gd_build_strategy_game = GDBuild(
project_path="C:\\GodotProjects\\StrategyGameProto",
build_path="C:\\GameBuilds\\StrategyGameProtoBuilds",
game_name="StrategyGameProto",
godot_file_path="C:\\Godot\\godot.exe",
export_debug=True,
windows_build_name="Windows Desktop",
create_zip=True,
execute_build_on_init=True
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gdbuild-0.0.1.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gdbuild-0.0.1.tar.gz.
File metadata
- Download URL: gdbuild-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6c66fe0bb4a3e60ffef845f1af6b487690fc86993365eb45103a55740d04df0
|
|
| MD5 |
8d397e29ac146dab9eb217c13dacab8c
|
|
| BLAKE2b-256 |
8d0f912edbf78376a86c32c2b0d619c3f1df7c89dbec89d50fbc1f4d5e69ced6
|
File details
Details for the file gdbuild-0.0.1-py3-none-any.whl.
File metadata
- Download URL: gdbuild-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7cc47fb7e050054a2a2700bcd644fcb7145e5ff396589597c410860301d9749
|
|
| MD5 |
442b9328b441255ce8e96a3596a8ae0d
|
|
| BLAKE2b-256 |
238b6aee1699e9294669a80097e9681ecf882502e3ce4e11d09d10b0a2f07f9b
|