Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.29 KB

README.md

File metadata and controls

39 lines (32 loc) · 2.29 KB

Axinite

A powerful open-source engine for advanced celestial mechanics, orbital dynamics, and planetary motion.

axinite-9 axinite-8

Overview

Axinite is an engine for calculating celestial motion. You can use it to design your own solar systems, predict trajectories of rockets, simulate gravitational interactions and more.

Check out the docs here.

What is axtools?

axtools is a library to help abstract and simplify Axinite. With axtools, Developers can deploy Axinite powered applications with ease. You can find the docs here.

How can I use Axinite?

For developers looking to deploy Axinite-powered applications, check out the Python package.

For students, engineers, physicists, and anyone else in the field of astrophysics who want to simulate gravitational interactions, you can check out the command line interface.

Supporting Axinite

Contributing

Feel free to open up a pull request or an issue if there are any changes you'd like introduced to Axinite. Any help will be appricated!

Other ways to support

  • Giving this repository a star! This really helps me to get Axinite out to other developers.
  • Reaching out! I'd love to hear about your thoughts, ideas, and issues.
  • Share the project! Help me spread the word to other students and developers.

Gallery

axinite-2 axinite-5 axinite-1 axinite-6

Development Todo List

  • Graceful load funciton exiting
  • Fix weird euler loading error where first positions are always the origin
  • Add Velocity Verlet backend
  • Add RK4 backend