bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
106 stars 12 forks source link
audio game-development game-development-workflow gamedev gamemaker gamemaker-studio gamemaker-studio-2 gms2 sprites

Stitch (GameMaker Pipeline Development Kit) Logo

Stitch Monorepo

Butterscotch Shenanigans ("Bscotch") develops and maintains a collection of tools for management of GameMaker projects. These tools are collected under the umbrella trademark "Stitch".

This monorepo includes the code for many of the Stitch projects.

💡 Bscotch only develops features and fixes bugs that impact our studio directly. If you need other features or fixes, feel free to fork this project to add them yourself. You may submit pull requests with your changes, but we make no promises that we will merge them.

Butterscotch Shenanigans® and Stitch™ are not affiliated with GameMaker®.

Stitch Projects

Some of the projects listed here are available as compiled packages via npm or other 3rd party repositories. Others are only used locally.

Development

Setup

  1. Install pnpm
    • If you already have corepack available but do not have pnpm, you can run npm run setup:pnpm in this directory to install it.
  2. Run pnpm install in this directory to install all dependencies.
    • You can use pnpm filters to only install the dependencies for a specific package.
  3. Run pnpm build:all to build all packages.