aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-11-25 20:11:58 -0800
committerTrumeet <yuuta@yuuta.moe>2021-11-25 20:11:58 -0800
commit8d834431dfedbdb94d43f8a81fdf5f2d897f89a9 (patch)
tree8188f7f1d3866f4da5bfc48fc3445f022b213078 /README.md
parent5f8b0c983c78c3636889fc442f110c6a24048a96 (diff)
downloadmcal-8d834431dfedbdb94d43f8a81fdf5f2d897f89a9.tar
mcal-8d834431dfedbdb94d43f8a81fdf5f2d897f89a9.tar.gz
mcal-8d834431dfedbdb94d43f8a81fdf5f2d897f89a9.tar.bz2
mcal-8d834431dfedbdb94d43f8a81fdf5f2d897f89a9.zip
feat(tprojvc): first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 496cb31..50d54ee 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ This repository contains codes for:
* `expexc`: Explosion entity exposure ray casting simulator.
+* `tprojvc`: Thrown projectile tracer.
+
## Compile
Just `make(1)`. How to build on Windows is left as an exercise to the reader.