sebuilder 0.1.3

Build Scratch Everywhere! from .sb3 files
sebuilder-0.1.3 is not a library.

Sebuilder

Build Scratch Everywhere! from .sb3 files

Installation

Requirements

  • Rust toolchain (Download)
  • Docker installation

Install

cargo install sebuilder

Usage

Create a project.

sebuilder new myproject

Build the project. (defaults to 3ds)

sebuilder build

Build with custom platform.

sebuilder build --platform wiiu

Customizing Projects

Inside the assets folder, you’ll find all the platform-specific icons and graphics. For example, the icon.png file is used as the app icon on consoles like the 3DS.

  • You can replace these images with your own graphics.
  • ⚠️ Do not change the image sizes, names, or extensions. The images must keep their exact dimensions and same filenames (e.g. icon.png).
  • GIMP is great for these kinds of things, but you can use any image editing software you want.

To modify banners or special icons, open the subfolder with the name of your target console (e.g., 3ds/, wiiu/, etc.).

For more information reference the Scratch Everywhere! Documentation

Supported platforms

3ds, gamecube, libretro, linux, macOS, nds, ps4, psp, switch, vita, wasm, webos, wii, wiiu, windows.