Skip to main content

TanGA

TanGA is a Python and C++ library for interactive technical visualization and geometric algebra (Clifford algebra) — two independent toolkits under one roof.

  • Visualization — build animated, interactive 3D and 2D technical scenes in the browser, and export them as standalone HTML (animations included), glTF/GLB, PNG, or MP4. No knowledge of geometric algebra required.
  • Geometric algebra / Clifford algebra — sparse multivectors over vector spaces of up to 31 dimensions with arbitrary signature, with explicit support for Euclidean, projective, and conformal spaces (E2/E3, P2/P3, N2/N3, PGA2/PGA3). Backed by a C++ template core with a zero-setup Python interface (pytanga).

→ Full documentation — C++ and Python API guides, architecture overview, notebooks, and developer workflows.


Key Features

Visualization

  • Interactive 3D & 2D scenes — Live WebSocket-driven Three.js visualizer in the browser. Rotate, pan, and zoom; add entities, apply per-entity styles, and work in 3D or 2D (space_dim=2). Usable without geometric algebra.

  • Animations — Frame-by-frame streaming at ~60 FPS and keyframe tweening (animate_to) with a scene-aware Timeline sequencer.

  • Standalone HTML export — Export self-contained, shareable HTML that includes animations, plus embeddable HTML for iframes, glTF/GLB for other 3D tools, PNG screenshots, and MP4 video.

  • Interactivity — Interactive controls (sliders, dropdowns, buttons), pointer-based object interaction (click, drag, scroll), and a simplified ActPoint API. Jupyter notebook support with inline iframes.

Geometric Algebra / Clifford Algebra

  • High-dimensional algebras — Sparse blade encoding for vector spaces up to 31 dimensions with arbitrary signature. Storage proportional to non-zero coefficients, not the full $2^D$ blade space.

  • Built-in spaces — Explicit, ready-to-use algebras for Euclidean (E2/E3), projective (P2/P3), and conformal (N2/N3, PGA2/PGA3) spaces.

  • C++ template header library — 100 % C++17 headers with constexpr-friendly templates. Compile-time dimension and signature let the compiler inline blade arithmetic down to machine instructions.

  • On‑demand Python compilation — pytanga generates, compiles, and caches pybind11 bindings on first use. Pre‑compiled wheels for common configurations ship with the package — zero-setup pip install for most users.

  • GA formula solving — Convert product equations into linear systems, solve with Gaussian elimination (floating-point or modular), and reconstruct the unknown multivector.

  • Matrix and tensor pipelines — Blade-mask-aware matrices and labeled tensors with Einsum-style contractions, broadcasts, and slicing on multivector data.

  • Geometry analysis and creation — analyze() extracts geometric meaning from a multivector; create() builds one from primitives. Works across E3, P3, N3, and PGA3 algebras.

  • galgebra interoperability — Bidirectional conversion between galgebra (sympy‑based) and tanga (numeric) multivectors via GalgebraBridge. Symbolic derivation → numeric computation → visualization, with support for non‑orthogonal bases.

→ Full feature details


Installation

pip install tanga-py

No C++ compiler or build tools required. pytanga ships with precompiled bindings for the five most common algebra configurations on Linux (x86_64) and Windows (win_amd64).

If you need a custom algebra not covered by the precompiled set, add the compile extra (pip install "tanga-py[compile]") — see the installation guide for per-platform compiler setup instructions.


AI Tool Documentation Access

When pytanga is installed, the markdown documentation and example scripts are packaged inside the wheel. AI coding tools can expose them by calling:

import pytanga
pytanga.install_docs()     # copies docs to .dep-docs/pytanga/
pytanga.install_examples() # copies examples to .dep-examples/pytanga/
pytanga.install_info()     # installs docs and examples in one call

License

TanGA is released under the Apache License 2.0. Every source file carries an SPDX-License-Identifier: Apache-2.0 comment.

Release files for tanga-py 2.12.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for tanga-py 2.12.0
File
tanga_py-2.12.0-py3-none-any.whl Python 3 none any Details
tanga_py-2.12.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
tanga_py-2.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
tanga_py-2.12.0-cp313-cp313-macosx_14_0_arm64.whl CPython 3.13 CPython 3.13 macOS 14.0+ ARM64 Details
tanga_py-2.12.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
tanga_py-2.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
tanga_py-2.12.0-cp312-cp312-macosx_14_0_arm64.whl CPython 3.12 CPython 3.12 macOS 14.0+ ARM64 Details

Total release size: 24.0 MB

Release files / tanga_py-2.12.0-py3-none-any.whl

Download URL tanga_py-2.12.0-py3-none-any.whl
Size 2.2 MB
Tags Python 3
SHA-256 checksum
How to use checksums
f5cae7cade244fe8872a0648d859cce04f405208c598ba14fda857e117509bcc
BLAKE2b-256 checksum
How to use checksums
42bab4d7dd8188c6893dadcf0211a69d9d5c7dfae8d1bbdd79941a753d94d407
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / tanga_py-2.12.0-cp313-cp313-win_amd64.whl

Download URL tanga_py-2.12.0-cp313-cp313-win_amd64.whl
Size 3.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
cddca07315ca02af50e2c50c149b52a23cba2c01f49891b3801710737f1b0c91
BLAKE2b-256 checksum
How to use checksums
1d6eef72d8324262d047ca54af2189a4ee5b75c1366d7f28416614f0dc77964c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / tanga_py-2.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL tanga_py-2.12.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 3.9 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d2575aaf6e3190459fe988fea5eccdd18125b8bbbc6c83490aff201973d5f132
BLAKE2b-256 checksum
How to use checksums
154ad66f5a7db61e85dbc793559b381484946fa8f2b58bf1ce70232fbe3ba5bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / tanga_py-2.12.0-cp313-cp313-macosx_14_0_arm64.whl

Download URL tanga_py-2.12.0-cp313-cp313-macosx_14_0_arm64.whl
Size 3.5 MB
Tags CPython 3.13 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
ff3f93e4ce9a2034dff522e73c04d163dc39cd68d87304e0cdc62e9f6b516707
BLAKE2b-256 checksum
How to use checksums
587df189d60b014fad6122e2afd4a00f3ab3ef2496e7e5509618070c8afd1ca9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / tanga_py-2.12.0-cp312-cp312-win_amd64.whl

Download URL tanga_py-2.12.0-cp312-cp312-win_amd64.whl
Size 3.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
005a8addaaf70fc8a81a5d9dff769f7d7b9032d32fae6f38c58d902e540cd1cd
BLAKE2b-256 checksum
How to use checksums
8a9f5dbf96053787410d8450704887856d995c9efac522e5e0da6ca8ffa306e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / tanga_py-2.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL tanga_py-2.12.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 3.9 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9477234c8df7cf191cca1502d7a9d42e3c085024b3f60d1bb59860711fe1c3aa
BLAKE2b-256 checksum
How to use checksums
e5559165bb0a61f85e60a56b5a83fa79216d8e15350280be759d9100752ed93f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / tanga_py-2.12.0-cp312-cp312-macosx_14_0_arm64.whl

Download URL tanga_py-2.12.0-cp312-cp312-macosx_14_0_arm64.whl
Size 3.5 MB
Tags CPython 3.12 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
00d6e3db30b8d4533aa53f9dfa2db5013eff3e819943794768245a2525be8df0
BLAKE2b-256 checksum
How to use checksums
0250154464f91d1d53623d1ae1fd690bb3635433f73c5a4980471302f3939eda
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

2.12.0 This release

7 release files

2.11.0

7 release files

2.10.0

7 release files

2.9.0

7 release files

2.8.1

7 release files

2.8.0

7 release files

2.7.0

7 release files

2.6.0

7 release files

2.5.0

7 release files

2.4.1

7 release files

2.4.0

7 release files

2.3.0

7 release files

2.2.0

7 release files

2.1.0

7 release files

2.0.0

7 release files

1.12.0

7 release files

1.11.1

7 release files

1.11.0

7 release files

1.10.1

7 release files

1.10.0

7 release files

1.9.1

7 release files

1.9.0

7 release files

1.8.0

7 release files

1.7.0

7 release files

1.6.0

7 release files

1.5.0

7 release files

1.4.0

7 release files

1.3.0

7 release files

1.2.0

7 release files

1.1.0

7 release files

1.0.1

7 release files

1.0.0

7 release files

0.13.0

7 release files

0.12.0

7 release files

0.11.0

7 release files

0.10.0

7 release files

0.9.2

5 release files

0.9.1

5 release files

0.9.0

5 release files

0.8.0

5 release files

0.7.0

5 release files

0.6.0

5 release files

0.5.2

5 release files

0.5.1

5 release files

0.5.0

5 release files

0.4.1

3 release files

0.4.0

3 release files

0.3.0

3 release files

0.2.4

2 release files

0.2.1

1 release file

0.2.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page