diff --git a/README.md b/README.md index d45d6f4..3e49840 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Public domain ray casting library for (not only) resource-limited computers. If you like this, you may also like my similar project: [small3dlib](https://gitlab.com/drummyfish/small3dlib). These two libraries can very easily be combined together -- here is a proof-of-concept gif (environment rendered with raycastlib, cubes with small3dlib): +I am currently making a full suckless game with this library: [Anarch](https://gitlab.com/drummyfish/sucklessfps). + ![](https://gitlab.com/drummyfish/small3dlib/raw/master/media/rcl_plus_s3l.gif) eye-candy previews diff --git a/programs/make.sh b/programs/make.sh index 9278e63..be91cf7 100755 --- a/programs/make.sh +++ b/programs/make.sh @@ -24,4 +24,4 @@ compiler=gcc echo "making:" ${compiler} ${flags} -${compiler} ${flags} > /dev/null 2>&1 && ./$1 +${compiler} ${flags} && ./$1