{"id":30820932,"url":"https://github.com/emrepel03/titan-space-program","last_synced_at":"2026-05-18T06:06:07.092Z","repository":{"id":303639890,"uuid":"1016192861","full_name":"emrepel03/titan-space-program","owner":"emrepel03","description":"Full JavaFX simulation from Earth to Titan with orbital mechanics, physics-based landing, and interactive GUI.","archived":false,"fork":false,"pushed_at":"2025-07-08T17:02:12.000Z","size":56513,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T10:19:51.366Z","etag":null,"topics":["gui","interactive-ui","java","javafx","numerical-methods","orbital-mechanics","physics-engine","simulation","space-mission"],"latest_commit_sha":null,"homepage":"https://emrepel03.github.io/titan-space-program/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emrepel03.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-07-08T16:17:17.000Z","updated_at":"2025-07-08T17:02:16.000Z","dependencies_parsed_at":"2025-07-08T17:51:15.776Z","dependency_job_id":null,"html_url":"https://github.com/emrepel03/titan-space-program","commit_stats":null,"previous_names":["emrepel03/titan-space-program"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emrepel03/titan-space-program","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrepel03%2Ftitan-space-program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrepel03%2Ftitan-space-program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrepel03%2Ftitan-space-program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrepel03%2Ftitan-space-program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emrepel03","download_url":"https://codeload.github.com/emrepel03/titan-space-program/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrepel03%2Ftitan-space-program/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gui","interactive-ui","java","javafx","numerical-methods","orbital-mechanics","physics-engine","simulation","space-mission"],"created_at":"2025-09-06T10:04:17.112Z","updated_at":"2026-05-18T06:06:07.086Z","avatar_url":"https://github.com/emrepel03.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Titan Space Program\n\nA complete spaceflight simulation from Earth to Titan with JavaFX. Includes orbital mechanics, engine physics, landing dynamics, and a fully interactive UI.\n\n## 🛠 Tech Stack\n\nJava · JavaFX · Gradle · JUnit · Object-Oriented Programming · Numerical Simulation\n\n---\n\n## ✨ Features\n\n- Real-time spaceflight simulation from Earth to Titan\n- Accurate orbital mechanics and atmospheric physics\n- Wind and landing experiments using numerical solvers\n- Fully interactive JavaFX GUI with mission and engine logs\n- Runnable JARs for both full mission and landing simulation\n- Built-in unit tests and complete documentation\n\n## 🎮 How to Run\n\n1. Open Terminal and go to the project folder:\n   ```\n   cd path/to/your/folder\n   ```\n\n2. To start the full mission:\n   ```\n   java --module-path /path/to/javafx/lib --add-modules javafx.controls,javafx.fxml -jar dist/titanApproach.jar\n   ```\n\n3. To start directly from the Titan landing phase:\n   ```\n   java --module-path /path/to/javafx/lib --add-modules javafx.controls,javafx.fxml -jar dist/titanLanding.jar\n   ```\n\n\u003e ℹ️ Make sure JavaFX is installed and the module path is correct.\n\n---\n\n## 🧪 Run Wind Experiments\n\nTo simulate atmospheric conditions (without UI), run the `WindExperiments` class from your IDE or CLI.\n\n---\n\n## 🕹 Controls\n\n- `Spacebar`: Start/Pause simulation\n- `Scroll / Trackpad`: Zoom in/out\n- `Mouse drag`: Move through space\n- Buttons:\n  - `Center on...`: Follow objects\n  - `Mission Log` / `Engine Log`: View details\n\n---\n\n## 📸 Screenshots\n\n### 🚀 Full Solar System View\n![Solar System](screenshots/Solar_system_GUI.png)\n\n### 🪐 Approaching Titan\n![Approach](screenshots/mission_and_engine_log.png)\n\n### ✅ Successful Landing\n![Landing](screenshots/Landing_GUI.png)\n\n---\n\n## 📄 Documentation\n\nFull API reference available in the [Javadoc](https://emrepel03.github.io/titan-space-program/).\n\n---\n\n## 🧑‍💻 Author \u0026 Use Case\n\nThis project was built as part of a university simulation course and showcases advanced skills in physics modeling, UI development, and software design.  \nIt demonstrates my ability to:\n- Design modular, testable code\n- Apply numerical methods for solving differential equations\n- Build and document full-stack Java applications\n\n---\n\n## 📘 Final Report\n\nFor the full academic write-up of the mission design, solvers, and experiments, see [TitanMission_FinalReport.pdf](docs/TitanMission_FinalReport.pdf).\n\n---\n\n## 👨‍🚀 Credits\n\nBuilt by:\nEmre Pelzer\nMikolaj Gawrys\nWeronika Gorak\nLeo Ebeling\nMartin Popov\nYuri Manna\nAlejandro Ibarrola\n(30.05.2023)  \nBackground image from: https://www.pixel4k.com/dark-milky-way-galaxy-4k-74663.html (© not our original work)\n\n---\n\n## 📜 License\n\nThis project is open source under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrepel03%2Ftitan-space-program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrepel03%2Ftitan-space-program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrepel03%2Ftitan-space-program/lists"}