godot-launcher
Godot Launcher is a Python-based desktop application designed to streamline Godot Engine development environment management. It offers a centralized interface for managing projects, engine versions, extensions, and templates, enhancing workflow efficiency for Godot developers.
https://github.com/sebastianoboem/godot-launcherGodot Launcher: Simplify Your Godot Development
Godot Launcher is a desktop application built with Python to simplify the management of your Godot Engine development environment. It provides a centralized interface, making it easier to organize and launch projects, manage engine versions, and handle extensions and templates.
Key Features:
- Project Management: Create new projects and import existing ones directly from the launcher.
- Godot Engine Version Management: Download and install multiple Godot versions to easily switch between different engine versions for your projects.
- Extensions Management: Browse and install extensions from the Godot Asset Library, enabling multi-project extension installation.
- Templates Management: Browse and download project templates to use as a starting point for new projects.
- Settings and Configuration: Customizable application settings and cache management with cleanup options to optimize performance.
Godot Launcher aims to improve the Godot development experience by providing a user-friendly interface to manage various aspects of your projects and engine configurations. It supports Windows and Linux, with MacOS on the roadmap. The application requires Python 3.8 or higher, along with the PyQt6 and Requests libraries.