ABO Builder is a Python package designed to build .abo files, which are
used by the Managlyph software to generate
stereoscopic visualizations, particularly for anaglyph (red/cyan) rendering of
molecular or structural models.
The goal of abobuilder is to simplify the creation of .abo packages —
structured collections of geometry, metadata, and styling instructions —
enabling users to create vivid anaglyph renderings of 3D scenes using the
Managlyph viewer.
- Build
.abofiles from electronic structure calculations - Automatically include atomic and orbital data
- Set colors, transparency, and styling for each element
- Export
.abopackages ready for use in Managlyph
You can install abobuilder using pip:
pip install abobuilderor via Anaconda
conda install -c ifilot abobuilder