This is a GTK application for Linux that uses NASA's APIs to fetch & display real-time data.
The current plan is to implement the Astronomy Picture of the Day, the International Space Station's position, and Landsat imagery.
This project is my first time creating GUI applications on Linux, previously all my GUI work has been on Windows in C# using the .NET Framework, or in C++ using native Win32 or libraries like SFML. As mentioned, this is made using GTK, but I would like to try out Qt in the future for another project as it is cross-platform.
The following dependencies are required for building:
Copyright (C) 2022-2023 viral32111.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses.