▲ | goku12 2 days ago | |||||||
There is another crate in Rust named Nyx [1] that sounds very similar - an astrodynamics library with a Python wrapper. Anyone knows how they compare? | ||||||||
▲ | binarycoffee 2 days ago | parent | next [-] | |||||||
LOX is apparently MPL, so a bit easier to work with than Nyx' AGPL, but still at odd with the MIT/Apache2 combo that has become the norm in the Rust world. | ||||||||
| ||||||||
▲ | DarmokJalad1701 2 days ago | parent | prev | next [-] | |||||||
There is also ANISE made by the same author: https://github.com/nyx-space/anise | ||||||||
▲ | helgee 2 days ago | parent | prev | next [-] | |||||||
Nyx is the OG Rust-based astrodynamics library and much more mature. Lox started as a vehicle for myself to learn Rust and at that point I did not feel comfortable contributing to an established code base. | ||||||||
▲ | aero-glide2 2 days ago | parent | prev [-] | |||||||
The only downside I see is agpl. Im not anti agpl, but truth is this would slow commercial adoption. |