Exploring raycasters and possibly make a little "doom like" game based on it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
raycaster/magick/texture_setup.sh

10 lines
286 B

#!/usr/bin/env bash
set -ex
./splitcrop -x $1 -y $1 $2 corners.png
./position -d horizontal corners_bottomright.png corners_bottomleft.png bottom.png
./position -d horizontal corners_topright.png corners_topleft.png top.png
./position -d vertical bottom.png top.png result-grid.png