{"id":21356513,"url":"https://github.com/jkamue/spaceflight","last_synced_at":"2025-07-13T00:31:24.383Z","repository":{"id":38137477,"uuid":"267686416","full_name":"JKamue/SpaceFlight","owner":"JKamue","description":"Rocket simulator that will probably never get finished","archived":false,"fork":false,"pushed_at":"2022-12-08T10:53:09.000Z","size":1050,"stargazers_count":9,"open_issues_count":11,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T02:04:25.632Z","etag":null,"topics":["open-source","simulator"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JKamue.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}},"created_at":"2020-05-28T20:11:19.000Z","updated_at":"2023-08-25T07:49:19.000Z","dependencies_parsed_at":"2023-01-25T14:46:01.196Z","dependency_job_id":null,"html_url":"https://github.com/JKamue/SpaceFlight","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/JKamue/SpaceFlight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamue%2FSpaceFlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamue%2FSpaceFlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamue%2FSpaceFlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamue%2FSpaceFlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JKamue","download_url":"https://codeload.github.com/JKamue/SpaceFlight/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamue%2FSpaceFlight/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265075483,"owners_count":23707509,"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","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":["open-source","simulator"],"created_at":"2024-11-22T04:32:36.613Z","updated_at":"2025-07-13T00:31:24.012Z","avatar_url":"https://github.com/JKamue.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://jkamue.de\"\u003e\u003cimg src=\"docs/images/spaceflight_logo.png\" alt=\"Space Flihgt Simulator\" width=\"400\"\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA small rocket simulator inspired by \u003ca href=\"https://play.google.com/store/apps/details?id=com.StefMorojna.SpaceflightSimulator\u0026hl=de\" target=\"_blank\"\u003eSpaceflight Simulator\u003c/a\u003e.\u003c/h4\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#key-features\"\u003eKey Features\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n  \u003ca href=\"#open-source\"\u003eOpen Source\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"docs/images/screenshot.png\" width=\"1000\"\u003e\n\u003c/h1\u003e\n\n## Key Features\n\n* Simulation as realistic as possible \n  - Simulatior calculates multiple forces:\n    - Thrust\n    - Gravity\n    - Drag\n  - Simulator calculates the weight of the rocket at each given time \n* Great controls\n  - Easily change thrust or angle\n  - (More complex controls like stage seperation will be added in future updates)\n* Multitude of information\n  - Information screen shows a lot of useful information as well as all forces\n  - Orbit screen shows the calculated path of the rocket\n* Scaleable\n  - Easily add your own rockets by adding them to the Data/Rockets folder\n  - Easily add your own levels by copying it to the Data/Level folder\n* Great [wiki](https://github.com/JKamue/SpaceFlight/wiki)\n* Open Source - everybody can contribute\n  \n  \n## How To Use\n\nYou can [download](https://github.com/JKamue/SpaceFlight/releases) the latest version of Space Flight Simulator.\n\nAt the moment only one Level is loaded by default, future updates will include a menu screen to select different levels and rockets.\n\nAll launchable rockets are liste here [Rockets](https://github.com/JKamue/SpaceFlight/wiki), there is a subpage showing the properties of each rocket.\n\nThere is also a [Guide](https://github.com/JKamue/SpaceFlight/wiki/UI) on the different user interfaces and their purpose and functionality.\n\nThis guide explains how to create your own rockets and levels [Modding Guide](https://github.com/JKamue/SpaceFlight/wiki/Modding).\n\n## Credits\n\nThis software uses the following open source packages:\n\n- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)\n- This readme is inspired by the [Markdownify](https://github.com/amitmerchant1990/electron-markdownify) readme\n\nContributors:\n\n- [PhilHawk03](https://github.com/PhilHawk03)\n- [Nalsai](https://github.com/Nalsai)\n- [simselchen](https://github.com/simselchen) \n\n## Open Source\n\nThis software is open source. You are encouraged to contribute! If you have any problems or want to add a rocket just open a new issue.\nThere are multiple issue templates for different ideas / problems.\n\nIf you already made changes to the game you are more than welcome to open a pull request.\n\n\u003cbr\u003e\n\n---\n\u003e [JKamue.de](https://www.jkamue.de) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@JKamue_dev](https://twitter.com/JKamue_dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkamue%2Fspaceflight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkamue%2Fspaceflight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkamue%2Fspaceflight/lists"}