Scoop bucket for the GameMaker eXperimental CLI (gmx) on Windows.
scoop bucket add gmx https://github.com/opera-gaming/scoop-gmx
scoop install gmx
gmx --helpgmx ships as a prebuilt x86_64 Windows binary — no Rust toolchain required.
Each release publishes the zip to this repo's
releases and updates gmx.json.
scoop update gmx # pull the newest release
scoop uninstall gmxgmx run and gmx debug need a GameMaker runtime. The first time you use
either, gmx downloads the latest runtime into its cache and prints progress as
it goes. To do that explicitly up front:
gmx runtime installgmx build, import, validate, and compile work standalone.
The GameMakerX VS Code extension is published with each release (on the Homebrew tap repo, which hosts the cross-platform assets):
gh release download --repo opera-gaming/homebrew-gmx --pattern "gmx-vscode-*.vsix" --clobber
code --install-extension gmx-vscode-*.vsixOr grab it from the
releases page and run
code --install-extension <file>.vsix.
- opera-gaming/gmx — source, issues, and docs (
gmx docs) - opera-gaming/homebrew-gmx — Homebrew tap (macOS / Linux)