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.
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.
- Create
ax-cli
executable - Graceful load funciton exiting
- Add a
save
function - Move
gravitational_force
out ofBody
- Phase out
astropy
- Fix weird euler loading error where first positions are always the origin
- Add Velocity Verlet backend
- Add RK4 backend
- Add annotations to
axinite
module - Add comments to code