Loading .gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -27,4 +27,4 @@ # generated bordel hashauth.txt lib/ jslib/ Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -78,4 +78,5 @@ COPY config/Xresources /root/.Xresources COPY scripts /scripts COPY sketches /sketches COPY blends /blends COPY jslib /jslib RUN chmod +x /scripts/hash.sh /scripts/testbase.sh && ln -st / /scripts/hash.sh blends/box/box.blend +2.45 KiB (1.11 MiB) File changed.No diff preview for this file type. View original file View changed file libman.json +10 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,15 @@ "libraries": [ { "library": "@types/p5@0.9.1", "destination": "lib/types/p5" "destination": "jslib/types/p5" }, { "library": "p5@1.2.0", "destination": "jslib/p5" }, { "library": "suncalc@1.8.0", "destination": "jslib/suncalc" } ] } run.ps1 +2 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ $hash = (Get-FileHash -Path $path -Algorithm SHA256).Hash.ToLower() # create a container if ($debug) { $container = (docker create -it -e WIDTH=$width -e HEIGHT=$height -e DEBUG=true hash /hash.sh $hash) $container = (docker create -it --network none -e WIDTH=$width -e HEIGHT=$height -e DEBUG=true hash /hash.sh $hash) } else { $container = (docker create -it -e WIDTH=$width -e HEIGHT=$height hash /hash.sh $hash) $container = (docker create -it --network none -e WIDTH=$width -e HEIGHT=$height hash /hash.sh $hash) } if (-Not($?)) { Write-Host "Failed to create a Docker container." Loading Loading
.gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -27,4 +27,4 @@ # generated bordel hashauth.txt lib/ jslib/
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -78,4 +78,5 @@ COPY config/Xresources /root/.Xresources COPY scripts /scripts COPY sketches /sketches COPY blends /blends COPY jslib /jslib RUN chmod +x /scripts/hash.sh /scripts/testbase.sh && ln -st / /scripts/hash.sh
blends/box/box.blend +2.45 KiB (1.11 MiB) File changed.No diff preview for this file type. View original file View changed file
libman.json +10 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,15 @@ "libraries": [ { "library": "@types/p5@0.9.1", "destination": "lib/types/p5" "destination": "jslib/types/p5" }, { "library": "p5@1.2.0", "destination": "jslib/p5" }, { "library": "suncalc@1.8.0", "destination": "jslib/suncalc" } ] }
run.ps1 +2 −2 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ $hash = (Get-FileHash -Path $path -Algorithm SHA256).Hash.ToLower() # create a container if ($debug) { $container = (docker create -it -e WIDTH=$width -e HEIGHT=$height -e DEBUG=true hash /hash.sh $hash) $container = (docker create -it --network none -e WIDTH=$width -e HEIGHT=$height -e DEBUG=true hash /hash.sh $hash) } else { $container = (docker create -it -e WIDTH=$width -e HEIGHT=$height hash /hash.sh $hash) $container = (docker create -it --network none -e WIDTH=$width -e HEIGHT=$height hash /hash.sh $hash) } if (-Not($?)) { Write-Host "Failed to create a Docker container." Loading