vpuzzle - shuffle your display

Themes, icons, wallpapers, etc.
Post Reply
Message
Author
goingnuts
Posts: 932
Joined: Sun 07 Dec 2008, 13:33
Contact:

vpuzzle - shuffle your display

#1 Post by goingnuts »

This program shuffles a display like those old 16 square plastic puzzles. Source from here but I modified slightly to accept moving speed as parameter. Source, applied patch and static linked bin attached.

Usage: vpuzzle
[-numsquares {number-of-squares}] Num squares both ways
[-xnumsquares {num-squares-x}] Num squares across
[-ynumsquares {num-squares-y}] Num squares down
[-display {display}] Display to use
[-border] Draw a border
[-solve] Undo moves at end
[-xmax n] Width of area
[-ymax n] Height of area
[-max n] size of square area
[-speed n] Speed of movement
Attachments
vpuzzle.png
(108.15 KiB) Downloaded 234 times
vpuzzle.gz
static linked bin - fake gz-extention
(74.68 KiB) Downloaded 305 times
vpuzzle-1.0.diff.gz
applied patch
(12.84 KiB) Downloaded 245 times
vpuzzle-1.0.tar.gz
original source
(10.36 KiB) Downloaded 280 times

belham2
Posts: 1715
Joined: Mon 15 Aug 2016, 22:47

Re: vpuzzle - shuffle your display

#2 Post by belham2 »

goingnuts wrote:This program shuffles a display like those old 16 square plastic puzzles. Source from here but I modified slightly to accept moving speed as parameter. Source, applied patch and static linked bin attached.

Usage: vpuzzle
[-numsquares {number-of-squares}] Num squares both ways
[-xnumsquares {num-squares-x}] Num squares across
[-ynumsquares {num-squares-y}] Num squares down
[-display {display}] Display to use
[-border] Draw a border
[-solve] Undo moves at end
[-xmax n] Width of area
[-ymax n] Height of area
[-max n] size of square area
[-speed n] Speed of movement

Hi Goingnuts,

Is this just "picpuz" using the desktop-background? How's it different than picpuz I have in my pups now, that I use to scramble my desktop background I am currently using? You mean this can be used "live", as while the desktop is "live", so that other objects on the desktop are not affected?? Or are they scrambled too? And, if so, does each scrambled piece open whatever that desktop link is designed to open?? And how is that even possible??

Sorry I am so lost trying to figure this out.... :oops:

goingnuts
Posts: 932
Joined: Sun 07 Dec 2008, 13:33
Contact:

#3 Post by goingnuts »

I don't know "picpuz" :oops: so...
But this one scrambles everything shown on the desktop. And it seems that actions done on the scrambled desktop while running vpuzzle reflects what is originally on the unscrambled desktop.
Hope this clears something - otherwise just try running the program from an xterm ex.: ./vpuzzle -numsquares 3 -speed 10

Post Reply