Skip to content

Version 1

Latest
Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 29 Jan 23:05
· 25 commits to master since this release

New build.py and build.exe with argparse for many fabulous options.

usage: build.exe [-h] [--rainbows RAINBOWS] [--tiles_x TILES_X]
                 [--tiles_y TILES_Y] [--tilewidth TILEWIDTH]
                 [--tileheight TILEHEIGHT] [--width WIDTH] [--height HEIGHT]
                 [--insanity] [--filename FILENAME]

Generate tiled wallpaper!

optional arguments:
  -h, --help            show this help message and exit
  --rainbows RAINBOWS   add rainbows!
  --tiles_x TILES_X     number of horizontal tiles, overrides width/height
  --tiles_y TILES_Y     number of vertical tiles, overrides width/height
  --tilewidth TILEWIDTH
                        tile width in pixels (default: 64px)
  --tileheight TILEHEIGHT
                        tile height in pixels (default: 64px)
  --width WIDTH         wallpaper width in pixels (default: 1920px)
  --height HEIGHT       wallpaper height in pixels (default: 1080px)
  --insanity            use a proper coordinate system for geniuses! (default:
                        your fault!)
  --filename FILENAME   filename to save as (defaut: wallpaper.png)

build.exe - for Windows users to build this wallpaper at any resolution - has been removed from git and added to releases.

wallpaper