A downloadable tool

Download NowName your own price

NOTE: We do not condone nor support using this for illegal ROM files! This was designed to help homebrew devs! 

Welcome to Bubble Wrap!

Bubble Wrap is a collection of different tools to allow you wrap your GB rom into an executable file (e.g. ".exe"). It is made possible by Mooonbit and Timbojay.

Why is it called Bubble Wrap?

Because it was originally made to bring Bubble Frog to Steam.

Why use Bubble Wrap instead of building with electron directly?

Because we found a way to play the sound directly on opening the exe (without clicking the window). This was made possible by the index.js file, which already starts the electron browser with a flag that allows playing sounds without clicking. We also edited binji's emulator script to start the music directly.

Redistribute?

Bubble Wrap is free to use and distributing your game is permitted. The option to pay is only if you wish to show your support and not required for redistribution.

What's the Branding .zip?

This is totally optional! If you'd like to give us credit in your Bubble Wrap build this folder simply contains versions of our logo as well as a ReadMe with the hex codes for the colors we use in our branding. 

You need help?

If you need a feature or you have a bug you can contact mooonbit via instagram mooonbit.studio or write an email: (same as the instagram but add @gmail.com) or leave a comment below.

Updated 14 days ago
StatusPrototype
CategoryTool
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorTimbo Johnson
TagsEmulator, Game Boy, gb-studio
Code licenseMIT License
LinksGitHub

Download

Download NowName your own price

Click download now to get access to the following files:

Bubble Wrap on GitHub
External
BubbleWrap_Branding.zip 1 MB
BubbleWrap.zip 807 kB

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

This is so cool and useful!

(+1)

Is it possible to have save games in this? Could there be like a creation of a .sav file in some folder inside the Mac App? Thanks

(1 edit)

It is indeed possible to save games. Try e.g. BubbleFrog which is preloaded. It saves automatically after each level and when you continue, you'll be in the correct level.

Considering the .sav file: it might be possible to export them in the future, if this is a requested feature. But it's unclear if those files will work in other emulators.

(+2)

Will you make a version for distributing on Mac? I would use this for Wink if it was cross platform

(+1)

I believe it's possible, I'll get Mooon to reply to you about it! :D

(1 edit) (+1)

Hello, it's already possible to do it :D and there is a link to all supported processors and OS' but short answer for Mac is:

Apple Silicon processor: npx electron-packager "./" "BubbleWrap" --platform=darwin --arch="arm64" 

Intel processor: just replace the "arm64" for arch with "x86_64".

(+1)

Oh OK! I'll do that

(+1)

It will be possible in the future to create installers for the desktop variants and (specifically for Mac) sign with your apple developer id. I'm currently working on this.

Thank you! If I'm not mistaken, signing with a developer account is important for Mac otherwise most people won't be able to open it