aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* updated README to show that everything that got deleted went to an -extras ↵HEADmasterepoch2022-08-171-5/+6
| | | | repo. also, hackvr script updated to be better bash
* removed the rotation from map2globe. you can use a second script to do rotation.epoch2020-07-171-4/+1
|
* made the tee in hackvr_uri exit on a write error so that if you exit hackvr ↵epoch2020-04-181-1/+3
| | | | it'll stop the script
* added a new idea of using X11 video and /dev/input/event for input. moved ↵epoch2020-04-121-0/+9
| | | | hackvr script to bin like it should be. changed makefile stuff to have more consistent ordering of stuff.
* added a script hackvr_open to just open a file in hackvr without hackvr ↵epoch2020-04-071-0/+4
| | | | exiting from EOF
* moved hackvr_coproc into main bin dir. added example uristart.conf file for ↵epoch2020-04-071-0/+2
| | | | hackvr URIs. fixed calvr makefile to not do hackvr_coproc
* escaped a couple problematic characters for sed with sedepoch2020-04-021-1/+1
|
* made the xargs in hackvr_uri use the GNU extension -r to not run anything if ↵epoch2020-04-021-1/+1
| | | | there are not any lines of input
* made xargs fork off for each attempted start of a URI so you can open more ↵epoch2020-04-021-1/+1
| | | | than one at a time and they don't get stuck behind each other
* added hackvr_uri script and fixed the makefile brokennessepoch2020-03-281-0/+7
|
* makelabel was using %d which choked on floating point numbersepoch2020-03-281-2/+2
|
* added a comment that explains what some regex doesepoch2020-01-271-0/+1
|
* new tool to convert a heightmap to a cylinder in hackvr format. needs work ↵epoch2019-02-071-0/+77
| | | | still.
* changed makelabel.sh to use dirname dirname $0 instead of PREFIX variable to ↵epoch2019-02-051-6/+3
| | | | find where its fonts are probably installed
* forgot a part of the path in part of that last commit. :/epoch2019-02-051-1/+1
|
* added default font and set makelabel to use it.epoch2019-02-051-2/+2
|
* fixed derped shebangepoch2019-02-051-1/+1
|
* forgot to add bin dir that contains a LOT of the handy stuffepoch2019-02-0512-0/+360