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 antcalbun i
bun dev
bun previewcd python
# Create virtual env
uv sync
# Build and publish
uv run flit build
uv run flit publishAntCal 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>