Objective-C Astronomy Library
I need to do some moonrise azimuth and time calculations. Can anyone recommend a good astronomy library, preferably in Objective-C? 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. Maybe code of opensource projects could fit you? Recently on FLOSS-Weekly was a discussion about Stellarium . Disclaimer: I didn't look at that source of Stellarium so I have no idea if it is useful at all and unfortunately it is written in C/C++.