Minecraft calculators
Find a file
2021-11-25 20:20:34 -08:00
.gitignore feat(tprojvc): first commit 2021-11-25 20:11:58 -08:00
common.h fix(common): LLVM build 2021-11-22 09:26:14 -08:00
expexc.c feat(expexc): support input dimensions and dimensions + positions 2021-11-21 20:44:56 -08:00
expvc.c fix(expvc/tprojvc): usage formatting 2021-11-25 20:20:34 -08:00
Makefile feat(tprojvc): first commit 2021-11-25 20:11:58 -08:00
README.md feat(tprojvc): first commit 2021-11-25 20:11:58 -08:00
tprojvc.c fix(expvc/tprojvc): usage formatting 2021-11-25 20:20:34 -08:00

Minecraft calculators (mcal)

This repository contains codes for:

  • expvc: Explosion entity velocity and damage calculator.

  • 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.

License

WTFPL