Objective-C Astronomy Library

前端 未结 6 1240
轮回少年
轮回少年 2021-02-08 18:01

I need to do some moonrise azimuth and time calculations. Can anyone recommend a good astronomy library, preferably in Objective-C?

6条回答
  •  醉话见心
    2021-02-08 18:24

    I recommend PJ Naughter's AA+ library. It is based on the Astronomical Algorithms book by Meeus. The library is quite comprehensive and written in C++ (easily called from Objective-C). My iOS app Lúan uses this library.

提交回复
热议问题