MyGit

chrismaltby/gb-studio

Fork: 471 Star: 8535 (更新于 2024-10-16 03:34:44)

license: MIT

Language: C .

A quick and easy to use drag and drop retro game creator for your favourite handheld video game system

最后发布版本: v4.1.2 ( 2024-09-09 20:12:36)

官方网址 GitHub网址

GB Studio

Github Actions Status Storybook Code Coverage

Copyright (c) 2024 Chris Maltby, released under the MIT license.

Patreon: gbstudiodev
Twitter: @maltby
Reddit: /r/gbstudio
Discord: Join Chat

GB Studio is a quick and easy to use retro adventure game creator for Game Boy available for Mac, Linux and Windows. For more information see the GB Studio site

GB Studio

GB Studio consists of an Electron game builder application and a C based game engine using GBDK.

Installation

Download a release for your operating system from the GB Studio Downloads page.

Or to run from source, clone this repo then:

> cd gb-studio
> corepack enable
> yarn
> npm start

GB Studio currently uses Node 21.7.1. If you have NVM installed you can use the included .nvmrc to switch to the supported Node version.

> cd gb-studio
> nvm use

GB Studio CLI

Install GB Studio from source as above then

> npm run make:cli
> yarn link
# From any folder you can now run gb-studio-cli
> $(yarn bin gb-studio-cli) -V
4.1.2
> $(yarn bin gb-studio-cli) --help

Update the CLI

Pull the latest code and run make:cli again, yarn link is only needed for the first run.

> npm run make:cli

CLI Examples

  • Export Project

    > $(yarn bin gb-studio-cli) export path/to/project.gbsproj out/
    

    Export GBDK project from gbsproj to out directory

  • Export Data

    > $(yarn bin gb-studio-cli) export -d path/to/project.gbsproj out/
    

    Export only src/data and include/data from gbsproj to out directory

  • Make ROM

    > $(yarn bin gb-studio-cli) make:rom path/to/project.gbsproj out/game.gb
    

    Make a ROM file from gbsproj

  • Make Pocket

    > $(yarn bin gb-studio-cli) make:pocket path/to/project.gbsproj out/game.pocket
    

    Make a Pocket file from gbsproj

  • Make Web

    > $(yarn bin gb-studio-cli) make:web path/to/project.gbsproj out/
    

    Make a Web build from gbsproj

Documentation

GB Studio Documentation

Note For Translators

If you'd like to help contribute new language localisations to GB Studio you can do so by submitting pull requests adding or updating the JSON files found here https://github.com/chrismaltby/gb-studio/tree/develop/src/lang

If you're looking to update an existing translation with content that is missing, there is a handy script that lists keys found in the English localisation that are not found and copies them to your localisation

npm run missing-translations lang
# e.g. npm run missing-translations de
# e.g. npm run missing-translations en-GB

最近版本更新:(数据更新于 2024-09-13 23:24:47)

2024-09-09 20:12:36 v4.1.2

2024-09-04 19:05:09 v4.1.1

2024-09-03 01:22:45 v4.1.0

2024-07-30 01:23:30 v4.0.2

2024-07-22 23:29:32 v4.0.1

2024-06-19 19:56:27 v4.0.0

2024-06-13 16:56:58 v4.0.0-rc.2

2024-06-07 00:41:10 v4.0.0-rc.1

2024-05-20 19:07:48 v4.0.0-beta2

2024-05-13 23:05:04 v4.0.0-beta1

chrismaltby/gb-studio同语言 C最近更新仓库

2024-11-05 10:48:49 EdgeTX/edgetx

2024-11-04 17:16:21 redis/redis

2024-10-31 09:06:25 Spooks4576/Ghost_ESP

2024-10-21 23:21:37 pbatard/rufus

2024-10-19 07:55:53 EpicGamesExt/raddebugger

2024-10-15 20:35:06 Mbed-TLS/mbedtls