Hi folks,
I want to announce another small but exciting package:
https://github.com/JuliaSpace/GMAT.jl
This package allows you to run scripts written for NASA’s General Mission Analysis Tool from the convenience of your Julia REPL.
While this is accomplished through a single function (run_script
), the important feature is that the package is based on GMAT_jll which is cross-compiled for all supported platforms through the magic of BinaryBuilder.jl.
The long-term plan is to use CxxWrap.jl to make more of GMAT’s functionality available directly from Julia so that nobody is forced to use GMAT’s funky scripting language anymore