This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# image: image.png | |
# source code: image.js | |
# final image: final.png | |
convert image.png -set sourcecode "$(<image.js)" final.png | |
# verify with | |
identify -format '%[sourcecode]' final.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// wallpaper sketch 2019-04-12 | |
// by Giampaolo Guiducci | |
// [email protected] | |
// https://github.com/gosub | |
// render with: editor.p5js.org | |
function setup() { | |
var scale = 1; | |
createCanvas(1080/scale, 1920/scale); | |
colorMode(HSB); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edition | module or rules | plugin | |
---|---|---|---|
1 | Portland Weather | Frozen Wasteland | |
2 | PO-204 Phase Modulation Engine | Submarine | |
3 | Uncertain | Xor | |
4 | Bouncy Balls | JW Modules | |
5 | Chaos | Qwelk | |
6 | [No normal sound generators] | ||
7 | Mr Chainkov | Unless Games | |
8 | Luppolo3 | Sonus Modular | |
9 | Dexter | Valley |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read-char | |
locale-info | |
make-symbolic-link | |
controlling-tty-p | |
set-buffer-major-mode | |
global-key-binding | |
get-buffer | |
font-get-glyphs | |
position-bytes | |
set-window-parameter |
OlderNewer