# Nyx: Comprehensive Spaceflight Dynamics [**Empowering flight dynamics engineers with open-source software**](https://nyxspace.com/) Nyx is revolutionizing the field of flight dynamics engineering as a powerful, open-source tool for mission design and orbit determination. From trajectory optimization to orbit estimation, Nyx is built for speed, automation, and scalability. It dramatically reduces simulation time compared to commercial products, and integrates seamlessly into automated workflows across various platforms. **Nyx has proven mission-critical reliability, already contributing to the success of three lunar missions.** ![Static Badge](https://img.shields.io/badge/Nyx_Space-Website-orange?link=https%3A%2F%2Fnyxspace.com%2F) ![Contact Form](https://img.shields.io/badge/Nyx_Space-Contact-orange?link=https%3A%2F%2F7ug5imdtt8v.typeform.com%2Fto%2FneFvVW3p) [![nyx-space on crates.io][cratesio-image]][cratesio] [![nyx-space on docs.rs][docsrs-image]][docsrs] [![codecov](https://codecov.io/gh/nyx-space/nyx/graph/badge.svg?token=gEiAvwzwh5)](https://codecov.io/gh/nyx-space/nyx) # Documentation The documentation is currently being updated. If you have specific use cases you would like to see documented, please [open a Github issue](https://github.com/nyx-space/nyx/issues/new?assignees=&labels=Documentation&projects=&template=documentation.md&title=) or [use the contact form](https://7ug5imdtt8v.typeform.com/to/neFvVW3p). ## Quick start ### Rust To install Nyx, follow these steps: 1. Clone the repository: `git clone https://github.com/nyx-space/nyx.git` 2. Navigate to the directory: `cd nyx` 3. Run any of the [examples](./examples/), e.g. `RUST_LOG=info cargo run --example 01_orbit_prop --release` ### Python For Python projects, get started by installing the library via `pip`: `pip install nyx_space`. **Important:** The Python package has been temporarily disabled. Refer to for details. # License Nyx is provided under the [AGPLv3 License](./LICENSE). By using this software, you assume responsibility for adhering to the license. Refer to [the pricing page](https://nyxspace.com/pricing/) for an FAQ on the AGPLv3 license. Notably, any software that incorporates, links to, or depends on Nyx must also be released under the AGPLv3 license, even if you distribute an unmodified version of Nyx. [cratesio-image]: https://img.shields.io/crates/v/nyx-space.svg [cratesio]: https://crates.io/crates/nyx-space [docsrs-image]: https://docs.rs/nyx-space/badge.svg [docsrs]: https://rustdoc.nyxspace.com/ # Author information > Chris Rabotin is a GNC and flight dynamics engineer with a heavy background in software. I currently work for Rocket Lab USA as the lead flight dynamics engineer on both Blue Ghost lunar lander missions. -- Find me on [LinkedIn](https://www.linkedin.com/in/chrisrabotin/).