Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

gdbuild-0.0.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page