{"id":38464259,"url":"https://github.com/marek-cel/mscsim","last_synced_at":"2026-01-17T05:01:04.996Z","repository":{"id":54764926,"uuid":"164319941","full_name":"marek-cel/mscsim","owner":"marek-cel","description":"Simple flight simulator.","archived":false,"fork":false,"pushed_at":"2024-05-31T08:45:35.000Z","size":52223,"stargazers_count":289,"open_issues_count":3,"forks_count":40,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-05-31T10:00:30.015Z","etag":null,"topics":["aerospace","aviation","flight-simulation","flight-simulator","simulation"],"latest_commit_sha":null,"homepage":"http://marekcel.pl/mscsim","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marek-cel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE.rtf","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}},"created_at":"2019-01-06T15:27:44.000Z","updated_at":"2024-05-31T08:45:41.000Z","dependencies_parsed_at":"2024-05-31T09:58:37.890Z","dependency_job_id":"90406d39-f201-4e22-834f-fca8c54031ed","html_url":"https://github.com/marek-cel/mscsim","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/marek-cel/mscsim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marek-cel%2Fmscsim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marek-cel%2Fmscsim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marek-cel%2Fmscsim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marek-cel%2Fmscsim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marek-cel","download_url":"https://codeload.github.com/marek-cel/mscsim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marek-cel%2Fmscsim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28497954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["aerospace","aviation","flight-simulation","flight-simulator","simulation"],"created_at":"2026-01-17T05:00:36.726Z","updated_at":"2026-01-17T05:01:04.966Z","avatar_url":"https://github.com/marek-cel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MScSim\n\nSimple flight simulator.\n\n## Installation\n\n### Linux\n\nLinux [dpkg package](https://github.com/marek-cel/mscsim/releases/download/0.4/mscsim_0.4_focal_amd64.deb) is provided for Ubuntu 20.04 LTS / LinuxMint 20.x.\n\nAdditional data packages dependencies are required:\n\n* [mscsim-data](https://github.com/marek-cel/mscsim-data/releases/download/0.4/mscsim-data_0.4_focal_all.deb)\n* [mscsim-data-terrain](https://github.com/marek-cel/mscsim-data-terrain/releases/download/0.1/mscsim-data-terrain_0.1_focal_all.deb)\n\n### Windows\n\nWindows [installer](https://github.com/marek-cel/mscsim/releases/download/0.4/mscsim-0.4-win64.exe) is provided. It contains all necessary data.\n\n## Building from source\n\n### Dependencies\n\nMScSim requires following library dependencies:\n\n* [libxml2](http://www.xmlsoft.org/)\n* [OpenAL](https://www.openal.org/) and [ALUT](https://github.com/vancegroup/freealut)\n* [OpenScneGraph](http://www.openscenegraph.org/)\n* [Qt5](https://www.qt.io/)\n\n#### Linux\n\nAdditional library dependencies on Linux:\n\n* libX11\n* libXss\n\nOn Ubuntu based Linux distributions those dependencies can be installed with the following command:\n\n```apt install libalut-dev libopenal-dev libopenscenegraph-dev libqt5opengl5-dev libqt5svg5-dev libqt5x11extras5-dev libqwt-qt5-dev libxml2-dev libx11-dev libxss-dev qtbase5-dev```\n\n#### Windows\n\nOn Windows those dependencies have to be installed manually.\n\nYou can download source files and/or binaries of this dependencies from:\n\n* [https://openal.org/downloads/](https://openal.org/downloads/)\n* [https://github.com/vancegroup/freealut](https://github.com/vancegroup/freealut)\n* [http://www.openscenegraph.org/index.php/download-section](http://www.openscenegraph.org/index.php/download-section)\n* [https://download.qt.io/archive/qt/](https://download.qt.io/archive/qt/)\n\nPlease notice that OpenSceneGraph has also its own third party dependencies wich need to be installed.\n\n### Building using CMake\n\nTo build MScSim generate project files with CMake in ```src``` directory, then use appropriate building system, e.g. Makefile on Unix-like operating systems or MS Visual on Windows.\n\n### Building using qmake\n\nAs an alternative, MScSim can be built with ```qmake``` tool. Run qmake on ```mscsim.pro``` file and then use appropriate building system. You can also use Qt Creator.\n\nOn Windows operating systems environment variables ```ALUT_DIR```, ```OPENAL_DIR``` and ```OSG_ROOT``` have to be set and point directories containing header and binary files of the ALUT, OpenAL and OpenSceneGraph.\n\n## Main features\n\nHigh fidelity flight dynamics model based on available wind tunnel data and/or [CFD](https://en.wikipedia.org/wiki/Computational_fluid_dynamics) simulations using [OpenFOAM](https://www.openfoam.com/) and [OpenVSP](https://software.nasa.gov/featuredsoftware/openvsp).\n\n![AW101](screenshot_cfd.jpg)\n\nAvailable following aircraft types:\n\n* [AW101](https://en.wikipedia.org/wiki/AgustaWestland_AW101) - medium helicopter\n* [C-130](https://en.wikipedia.org/wiki/Lockheed_C-130_Hercules) - turboprop transport aircraft\n* [Cessna 172](https://en.wikipedia.org/wiki/Cessna_172) - general aviation aircraft\n* [F-16](https://en.wikipedia.org/wiki/General_Dynamics_F-16_Fighting_Falcon) - 4th generation jet fighter\n* [F-35A](https://en.wikipedia.org/wiki/Lockheed_Martin_F-35_Lightning_II) - 5th generation jet fighter\n* [Mustang Mk III](https://en.wikipedia.org/wiki/North_American_P-51_Mustang) - World War II era fighter\n* [PW-5](https://en.wikipedia.org/wiki/PW-5) - World Class glider\n* [R44](https://en.wikipedia.org/wiki/Robinson_R44) - light helicopter\n* [UH-60](https://en.wikipedia.org/wiki/Sikorsky_UH-60_Black_Hawk) - medium helicopter\n\n![AW101](screenshot_aw101.jpg)\n\nElectronic Flight Instrument System and Head-up Display common for all aircraft types. Built-in map with navigational radio aids, airports, etc..\n\n![MScSim - GUI](screenshot_gui.jpg)\n\nHigh resolution photorealistic scenery based on aerial imagery of Oahu island, low resolution scenery based on satellite imagery of the whole World.\n\n![Scenery - Oahu](screenshot_oahu.jpg)\n\n![Scenery - PHNL](screenshot_phnl.jpg)\n\nAccurate celestial bodies position with almost 1000 visible stars.\n\n![Stars](screenshot_stars.jpg)\n\nWeather phenomena, such as clouds and fog.\n\n![Clouds](screenshot_clouds.jpg)\n\n![Fog](screenshot_fog.jpg)\n\n## See also\n\n* [mscsim-cfd](https://github.com/marek-cel/mscsim-cfd)\n* [mscsim-data](https://github.com/marek-cel/mscsim-data)\n* [mscsim-data-terrain](https://github.com/marek-cel/mscsim-data-terrain)\n* [mscsim-docs](https://github.com/marek-cel/mscsim-docs)\n\nVisit [http://marekcel.pl/mscsim](http://marekcel.pl/mscsim) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarek-cel%2Fmscsim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarek-cel%2Fmscsim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarek-cel%2Fmscsim/lists"}