Skip to content

marek-cel/mscsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

244 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mscsim

Flight simulation software.

Installation

Ubuntu 20.04 LTS / LinuxMint 20.x

Ubuntu Linux deb package is provided.

Additional data packages dependencies are required:

Windows

Windows installer is provided. It contains all necessary data.

Building from source

To build MScSim from source run CMake in src directory.

Additional library dependencies have to be provided, including:

  • libxml2
  • OpenAL and ALUT
  • OpenScneGraph
  • Qt5

On Ubuntu based operating systems those dependencies can be installed with the following command:

sudo apt-get install libalut-dev libopenal-dev libopenscenegraph-dev libqt5opengl5-dev libqt5svg5-dev libqt5x11extras5-dev libqwt-qt5-dev libxml2-dev libxss-dev qtbase5-dev

Main features

High fidelity flight dynamics model based on available wind tunnel data and/or CFD simulations including following aircraft types:

  • AW101 - medium helicopter
  • C-130 - turboprop transport aircraft
  • Cessna 172 - general aviation aircraft
  • F-16 - 4th generation jet fighter
  • F-35A - 5th generation jet fighter
  • Mustang Mk III - World War II era fighter
  • PW-5 - World Class glider
  • R44 - light helicopter
  • UH-60 - medium helicopter

AW101

AW101

Electronic Flight Instrument System and Head-up Display common for all aircraft types. Built-in map with navigational radio aids, airports, etc..

MScSim - GUI

High resolution photorealistic scenery based on aerial imagery of Oahu island, low resolution scenery based on satellite imagery of the whole World.

Scenery - Oahu

Scenery - PHNL

Accurate celestial bodies position with almost 1000 visible stars.

Stars

Weather phenomena, such as clouds and fog.

Clouds

Fog

See also

Visit http://marekcel.pl/mscsim for more information.