#fantasy-console #gamedev #command-line-tool #building #utility #game #dream-box

app dbsdk-cli

Command-line utility to simplify building Rust games for the DreamBox fantasy console

3 releases

0.1.2 Sep 27, 2022
0.1.1 Sep 20, 2022
0.1.0 Sep 20, 2022

#1652 in Game dev

MIT license

10KB
161 lines

DBSDK-Rust-CLI

Command-line utility for building DreamBox games written in Rust

Installation

cargo install dbsdk-cli

Usage

dbsdk-cli new <NAME>
  Creates a new DreamBox Rust project with the given name. This sets up appropriate Cargo.toml, src/lib.rs, and .cargo/config.toml
  
dbsdk-cli build [OPTIONS] <INPATH>
  Build the DreamBox Rust project at the given path
  OPTIONS:
  -l, --label <LABEL>     Set the disc volume label
  -o, --outpath <PATH>    Set the build output path
  -p, --profile <PROFILE> Set the build profile ("debug" or "release")

Dependencies

~2.2–3MB
~55K SLoC