diff options
| author | epoch <epoch@thebackupbox.net> | 2022-08-17 21:34:02 -0500 | 
|---|---|---|
| committer | epoch <epoch@thebackupbox.net> | 2022-08-17 21:34:02 -0500 | 
| commit | 6492ba6b4107a4da228e18db4fc5fc871bfb0579 (patch) | |
| tree | 11301c4e20d9a1448337e73b62a16ab1bfeba457 /README | |
| parent | 49d54d7582bdcbdcff5637e72e9f29bb5cc571bd (diff) | |
| download | hackvr-6492ba6b4107a4da228e18db4fc5fc871bfb0579.tar.gz hackvr-6492ba6b4107a4da228e18db4fc5fc871bfb0579.zip | |
updated README to show that everything that got deleted went to an -extras repo. also, hackvr script updated to be better bashHEADmaster
Diffstat (limited to 'README')
| -rw-r--r-- | README | 21 | 
1 files changed, 17 insertions, 4 deletions
| @@ -11,7 +11,7 @@ so do some plumbing and get a multiplayer game going?  How about a nice GL version written in zig made by someone else?  https://git.random-projects.net/xq/hackvr-turbo -I'm telling you. It looks a lot nicer than my stuff. +It looks a lot nicer than my stuff.  ::::::::::::::::::::  ::: DEPENDENCIES ::: @@ -36,17 +36,17 @@ libhashtable (LIBrary for HASH TABLEs.)  You can usually get these libs from the same place you got hackvr.  where to find hackvr: -git://thebackupbox.net/hackvr +git://git.thebackupbox.net/hackvr  git://main.lv/hackvr  https://github.com/kkabrams/hackvr  where to find libidc: -git://thebackupbox.net/libidc +git://git.thebackupbox.net/libidc  git://main.lv/libidc  https://github.com/kkabrams/libidc  where to find libhashtable: -git://thebackupbox.net/libhashtable +git://git.thebackupbox.net/libhashtable  git://main.lv/libhashtable  https://github.com/kkabrams/libhashtable @@ -111,6 +111,19 @@ A few helper scripts are written in perl and python.  So you might want to install perl and python if you want to play with them.  They're pretty nifty. +:::::::::::::: +::: Extras ::: +:::::::::::::: + +There is another repo that contains a lot of experiments, examples, toys, and, well, extra files. +stuff like a vector font. +something that renders a terminal using it into hackvr. +a clock. +dungeon map generator and viewer. +etc. + +git://git.thebackupbox.net/hackvr-extras +  :::::::::::::::::::  ::: Stereoscopy :::  ::::::::::::::::::: | 
