{"id":20047249,"url":"https://github.com/wojciech-graj/orbvis","last_synced_at":"2025-10-29T02:14:36.931Z","repository":{"id":54480842,"uuid":"522326629","full_name":"wojciech-graj/OrbVis","owner":"wojciech-graj","description":"Realtime Satellite Orbit Visualizer","archived":false,"fork":false,"pushed_at":"2025-03-25T14:35:42.000Z","size":53562,"stargazers_count":59,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T10:55:19.701Z","etag":null,"topics":["3d","3d-graphics","gtk3","gui","opengl","satellite","satellites","windows"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wojciech-graj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-07T21:17:48.000Z","updated_at":"2025-10-04T10:08:11.000Z","dependencies_parsed_at":"2024-04-26T15:30:46.809Z","dependency_job_id":"ae42aa6f-b671-45dd-aefe-accddfc7ed29","html_url":"https://github.com/wojciech-graj/OrbVis","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/wojciech-graj/OrbVis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-graj%2FOrbVis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-graj%2FOrbVis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-graj%2FOrbVis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-graj%2FOrbVis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wojciech-graj","download_url":"https://codeload.github.com/wojciech-graj/OrbVis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciech-graj%2FOrbVis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281540451,"owners_count":26519035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","3d-graphics","gtk3","gui","opengl","satellite","satellites","windows"],"created_at":"2024-11-13T11:34:54.527Z","updated_at":"2025-10-29T02:14:36.896Z","avatar_url":"https://github.com/wojciech-graj.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Orbit Visualizer\n\nView and propagate the full CelesTrak satellite catalog in realtime.\n\n![scr02](screenshot/scr02.png)\n![scr03](screenshot/scr03.png)\n\n## Build\n\n### Linux (FlatHub)\n\n\u003ca href='https://flathub.org/apps/details/io.github.wojciech_graj.OrbVis'\u003e\u003cimg width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/\u003e\u003c/a\u003e\n\n### Linux (Compile from source)\n\nThe following packages have to be installed prior to compilation: `gcc pkg-config gtk+-3.0 libcurl epoxy meson`. On Debian-based systems, run the following command to install them:\n```\napt-get install gcc pkg-config libgtk-3-dev libcurl4-openssl-dev libepoxy-dev meson\n```\n\nTo compile:\n```\nmeson setup builddir\nmeson compile -C builddir\n```\nTo run the program:\n```\ncd builddir\n./orbvis\n```\n\n## License\n\n```\nCopyright (c) 2022-2025 Wojciech Graj\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n```\n\nPortions of this software are copyright of their respective authors:\n- [stb](https://github.com/nothings/stb), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2017 Sean Barrett\n- [hashmap.c](https://github.com/tidwall/hashmap.c), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2020 Joshua J Baker\n- [sgp4](https://github.com/aholinch/sgp4), Licensed under the [Unlicense](https://opensource.org/licenses/Unlicense)\n- [satcat](https://github.com/wojciech-graj/libSATCAT), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2022-2025 Wojciech Graj\n- [libcurl](https://curl.se/libcurl/), Licensed under the [curl license](https://curl.se/docs/copyright.html); Copyright (c) 1996 - 2022, Daniel Stenberg, and many contributors\n- [cglm](https://github.com/recp/cglm), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2015 Recep Aslantas\n- [epoxy](https://github.com/anholt/libepoxy), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2013-2014 Intel Corporation\n- [Khronos OpenGL API](https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/); Copyright (c) 2013 The Khronos Group Inc.\n- [Gtk+3](https://gtk.org/), Licensed under the [LGPL-2.1+ License](https://opensource.org/licenses/LGPL-2.1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojciech-graj%2Forbvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwojciech-graj%2Forbvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojciech-graj%2Forbvis/lists"}