Here is a list of resources to help you with your GB Studio development. This list will be updated periodically. If you know of something that should be added to the list, please Contact Us.
We have an Itch page! Tutorials and Templates built by us can be found, along with collections of other assets made for GB Studio.
Pixel Art Apps
Calculators
Music Tools/Apps
Asset Collections
Generators
Cheat Sheet
Game Boy Flash Carts
Pixel Art Apps
Animated Sprite Editor, great for many types of pixel art | |
Free Windows based editor | |
“Old School” styled editor | |
Browser based pixel art editor | |
Free and open source image editor | |
iPad/iOS App, with macOS and Windows apps as well | |
Tile editor, great for making tilesets | |
Open source painting program | |
Browser based photo editor | |
GraphicsGale | Free Pixel animation tool for Windows |
Tilesetter | Free* cross platform tool for creating tilesets. (*paid version has more features) |
Sprite Fusion | Free web based tilemap editor |
Calculators
Checks the Tile Count for a PNG image |
Music Tools/Apps
Windows and macOS Music Tracker | |
Windows music tracker | |
Clone of the classic Amiga tracker, Windows and macOS | |
Web based music tracker | |
Tracker that will be integrated into a future release of GB Studio | |
Tools for Game Boy Music from Trominal |
Asset Collections
GB Studio Assets on Itch | Collection of assets made for GB Studio on Itch.io |
Free set of fonts for GB Studio | |
Community Assets (DeerTears Collection) | Contains sprites, music, fonts and more. |
Free set of pixel fonts | |
Free tiles and NPC sprites from Kenney NL | |
BitFont Maker | Tool for making pixel font, web based |
GB Studio Plugin Database | Collection of Plugins and tools for GB Studio. |
GB Studio Tile Marker Set | GB Studio Tile Marker Set – 321 unique tiles to help with tile switching in GB Studio. |
Generators
Pic to GB | System of Levers (Jesse) online image to Game Boy background generator. |
Localization tool for non-latin characters | |
Generates random sprites and avatars | |
Creates customizable sprites and animations | |
Converts TTF fonts into GB Studio ready PNG ASCII | |
GBstudio Every character in the ascii png (table) | ASCII chart (RAW mode is what you copy) for alternative art within dialogue events |
Game Boy Flash Carts
0xbbbbbr made a comprehensive list of cart options. Items are accurate as of August 2022 and may be updated in the future.
GB Studio 3.0 and GBVM
GBVM is the heart of GB Studio 3.0. All visual code is first built into GBVM, then compiled into the ROM. GBVM can also be directly used with the [GBVM Script] event. Documentation for GBVM is still in progress, but in the meantime you can check out these links to try things out:
The list of all available GBVM commands can be found here: https://github.com/chrismaltby/gbvm/blob/master/include/vm.i
Examples uses of GBVM code can be found here: https://github.com/chrismaltby/gbvm/tree/master/examples
GB Studio 2.0 Beta Support
Development for GB Studio 2.0 has officially ended. Many projects that were far in development cannot be migrated to 3.0 easily. In that case you’ll need to continue with 2.0. Most of the tools listed will work with 2.0, but these two links are the most valuable:
The docs for the GB Studio 2.0 Beta are available at https://develop.gbstudio.dev/docs/
The latest development build of GB Studio can be downloaded at https://github.com/chrismaltby/gb-studio/releases/tag/v2.0.0-beta5