A powerful open-source engine for advanced celestial mechanics, orbital dynamics, and planetary motion.
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.
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.
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.
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!
- 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.
- Graceful load funciton exiting
- Fix weird euler loading error where first positions are always the origin
- Add Velocity Verlet backend
- Add RK4 backend