Metadata-Version: 2.2
Name: openballistics
Version: 0.0.4
Keywords: ballistics,point mass,modified point mass
Author-Email: Ariyudo Pertama <yudojago@gmail.com>
License: MIT License
         
         Copyright (c) 2026 Ariyudo Pertama
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
         
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Requires-Dist: numpy
Description-Content-Type: text/markdown

<div align="center">
   <picture>
      <img width="85%" alt="OpenBallistics" src="https://raw.githubusercontent.com/YudoTLE/openballistics/main/docs/assets/openballistics-logo-text.svg" />
   </picture>

[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
[![PyPI](https://img.shields.io/pypi/v/openballistics.svg)](https://pypi.org/project/openballistics/)
[![C++](https://img.shields.io/badge/C++-17+-00599C.svg)](https://isocpp.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

</div>

**OpenBallistics** is a lightweight, header-only C++ library with native Python bindings for high-fidelity external ballistics simulation. It is built to reliably answer two core questions: _Where will this projectile land?_ and _How do I need to aim to hit my target?_

#### Capabilities:

- **Trajectory Prediction:** Calculate the flight path and final impact point of a projectile.
- **Targeting Solver:** Determine required launch angles and time-of-flight to hit moving targets.

#### Physics Models

- **Aerodynamics:** Projectile flight involving drag, lift, and spin-induced drift.
- **Environment:** Atmospheric conditions including 3D wind, gravity, and thermodynamic profiles.

---

## Dependencies

- **Eigen3**
- **Boost**

## Contributors

<a href="https://github.com/YudoTLE/openballistics/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=YudoTLE/openballistics" />
</a>

## License

[MIT](LICENSE) © Ariyudo Pertama
