Skip to content

Instantly share code, notes, and snippets.

@neocotic
Last active November 7, 2017 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neocotic/5ed2441e3097ccf5c69d4bfe04551597 to your computer and use it in GitHub Desktop.
Save neocotic/5ed2441e3097ccf5c69d4bfe04551597 to your computer and use it in GitHub Desktop.
Game Boy Wallpapers
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neocotic
Copy link
Author

neocotic commented Oct 26, 2017

All of these are based on an SVG that I wrote by hand based on a tracing of this wallpaper:

http://hddesktopwallpapers.in/gameboy-wallpaper-a1/

They are all 16:9 so can be easily resized to fit the majority of widescreen resolutions.

If your OS doesn't support SVG backgrounds and you have Node.js (>=8) and Git installed, the following can be used to create PNG files:

~$ npm install --global convert-svg-to-png
~$ git clone https://gist.github.com/5ed2441e3097ccf5c69d4bfe04551597.git game-boy-wallpapers
~$ cd game-boy-wallpapers
game-boy-wallpapers$ convert-svg-to-png "*.svg" --width 3200 --height 1800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment