rocketblend / rocketblend

RocketBlend is a CLI tool providing build and addon management for Blender projects

Home Page:https://docs.rocketblend.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RocketBlend

Github tag Go Doc Go Report Card GitHub

Hero image of RocketBlend CLI

RocketBlend is a CLI tool that streamlines the process of managing builds and addons for Blender projects.

Getting Started

See Quick Start in our documentation.

Installation

For more detailed installation instructions, please refer to the full documentation.

Scoop (Windows)

Windows users can install rocketblend using Scoop.

scoop bucket add rocketblend "https://github.com/rocketblend/scoop-bucket"
scoop install "rocketblend/rocketblend"

Homebrew (macOS)

MacOS users can install rocketblend using Homebrew.

brew tap "rocketblend/homebrew-tap"
brew install rocketblend

Pre-compiled binaries

To install pre-compiled binaries for rocketblend, you can either manually download the latest release or use the provided scripts to automate the process:

  1. Manual installation: Download the latest release from the releases page and extract the binary to a directory included in your PATH.
  2. Automated installation: Run the appropriate script for your platform to download and install rocketblend:

Source

To install rocketblend directly from source code, you can use the go install command:

go install github.com/rocketblend/rocketblend/cmd/rocketblend@latest

This command will download the latest version of the rocketblend source code and compile the binary for your platform. Ensure you have Go 1.22 or later installed on your system.

See Also

Roadmap

  • CI/CD pipeline for releases.
  • Companion blender addon.
  • GUI launcher project.
  • Searchable build and addon website similar to hub.docker.com or pkg.go.dev.

Inspired By

About

RocketBlend is a CLI tool providing build and addon management for Blender projects

https://docs.rocketblend.io

License:GNU General Public License v3.0


Languages

Language:Go 92.1%Language:Python 5.0%Language:PowerShell 1.3%Language:Shell 1.1%Language:Makefile 0.6%