Closed MAKIO135 closed 9 months ago
Seems a longstanding issue however I just run this script to create all screenshots:
and I found out that some cards are broken (blank ones in the screenshot below):
mkdir screenshots
for frag_file in 00-elements/*.frag; do
base_name=$(basename "$frag_file" .frag)
output_image="${base_name}.png"
glslViewer --noncurses --headless "$frag_file" -E screenshot,"screenshots/$output_image"
done
As linked from http://editor.pixelspiritdeck.com/, source file for bridge.glsl is missing