Visualize vector field, synthesize radiation pattern, and more to come!

AntCal Web App: https://antcal.atlanswer.com
Dev version: https://dev.antcal.atlanswer.com
Docs: https://antcal.readthedocs.io
pip install antcal
bun i
bun dev
bun preview
cd python
# Create virtual env
uv sync
# Build and publish
uv run flit build
uv run flit publish
AntCal C++ package
Currently in backlog
C++ implementation is in /cpp
. A build environment is required. All presets are documented in CMakePresets.json
.
# Fetch vcpkg
git submodule update --init --recursive
# Configurate
cmake --preset <preset>
# Build
cmake --build --preset <preset>
# Test
ctest --preset <preset>