Web, Commodore, Windows version, Linux standalone, Windows Screensaver complete.
This commit is contained in:
parent
47730936de
commit
9257f21598
19 changed files with 794 additions and 18 deletions
|
|
@ -125,7 +125,44 @@
|
|||
"Bash(python3 glow.py)",
|
||||
"Bash(python3 dense.py)",
|
||||
"Bash(montage g_bloom.png g_legacy.png -tile 2x1 -geometry +2+2 g_cmp125.png)",
|
||||
"Bash(montage g_bloom.png g_legacy.png -tile 2x1 -geometry +2+2 g_cmp_fold.png)"
|
||||
"Bash(montage g_bloom.png g_legacy.png -tile 2x1 -geometry +2+2 g_cmp_fold.png)",
|
||||
"Bash(emcc --version)",
|
||||
"Read(//usr/lib/**)",
|
||||
"Bash(command -v emcc)",
|
||||
"Bash(echo \"PATH emcc: $\\(command -v emcc || echo MISSING\\)\")",
|
||||
"Bash(timeout 8 bash -c 'curl -sSI https://github.com 2>&1 | head -3 || echo \"NO-CURL\"; echo \"---\"; ping -c1 -W2 github.com 2>&1 | head -2')",
|
||||
"Bash(echo \"native run exit=$? \\(124=healthy\\)\")",
|
||||
"Bash(curl -s -o /dev/null -w 'HTTP %{http_code} type=%{content_type} bytes=%{size_download}\\\\n' https://staging.frostwarning.com/vectorgons/__TRACKED_VAR__)",
|
||||
"Bash(curl -s https://staging.frostwarning.com/vectorgons/index.html)",
|
||||
"Bash(curl -sI https://staging.frostwarning.com/vectorgons/index.html)",
|
||||
"Bash(curl -s -D - -o /dev/null https://staging.frostwarning.com/vectorgons/index.html)",
|
||||
"Bash(convert test.png -resize 300% test_big.png)",
|
||||
"Bash(cp test.png test_big.png)",
|
||||
"Bash(convert test.png -crop 380x762+360+0 +repage -resize 170% col_morph.png)",
|
||||
"Bash(convert test.png -crop 400x762+700+0 +repage -resize 170% col_dyn.png)",
|
||||
"Bash(python3 winshot.py)",
|
||||
"Bash(DISPLAY=:0 VG_WIN=1 timeout 30 wine vgtest.exe)",
|
||||
"Bash(echo \"wine exit=$?\")",
|
||||
"Bash(convert vgwin_out.ppm -crop 400x762+700+0 +repage -resize 170% win_dyn.png)",
|
||||
"Bash(rm -rf /tmp/vgwin /tmp/vgweb/vg.c /tmp/vgweb/web /tmp/vgweb/*.png)",
|
||||
"Bash(rm -f /tmp/pptr/*.png)",
|
||||
"Bash(xargs -n1 basename)",
|
||||
"Bash(apt-cache policy *)",
|
||||
"Bash(apt-get install *)",
|
||||
"Bash(xa --version)",
|
||||
"Bash(c1541 -h)",
|
||||
"Bash(cl65 --version)",
|
||||
"Bash(dpkg-deb -x cc65_2.19-2_amd64.deb cc65root)",
|
||||
"Bash(/tmp/cc65dl/cc65root/usr/bin/cl65 --version)",
|
||||
"Bash(x64sc --help)",
|
||||
"Bash(pkill -f x64sc)",
|
||||
"Bash(grep -v '^$')",
|
||||
"Bash(timeout 16 bash -c ' *)",
|
||||
"Bash(export CC65_HOME=/tmp/cc65dl/cc65root/usr/share/cc65)",
|
||||
"Bash(DISPLAY=:0 timeout 60 firefox --headless --window-size=1920,1080 --screenshot /tmp/fsshot.png file:///tmp/fstest.html)",
|
||||
"Bash(grep -oE 'getFramebufferSize[^,;]{0,120}' web/vectorgons.js)",
|
||||
"Bash(grep -oE 'onCanvasResize[^,;{]{0,60}|setWindowSize[^,;{]{0,80}' web/vectorgons.js)",
|
||||
"Bash(DISPLAY=:0 timeout 60 firefox --headless --window-size=1920,1080 --screenshot /tmp/fsshot2.png file:///tmp/fstest2.html)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue