patriciogonzalezvivo / PixelSpiritDeck

http://pixelspiritdeck.com/
Other
486 stars 55 forks source link

lib/bridge.glsl is missing #3

Closed MAKIO135 closed 9 months ago

MAKIO135 commented 6 years ago

As linked from http://editor.pixelspiritdeck.com/, source file for bridge.glsl is missing

davcri commented 10 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

image