Code Monkey home page Code Monkey logo

ace's Introduction

FlyByWire Simulations FlyByWire Simulations

ace

ace, or Advanced Cockpit Emulator, is a project aiming to provide a complete avionics development environment for Microsoft Flight Simulator aircraft.

It provides the following features:

Cockpit panel display

ace can display cockpit panels in browser, with nearly identical rendering.

SimVar support

Simulation Variables and Local Variables exist for instruments to read and write to.

Coherent API mocking

The MSFS CoherentGT engine API is emulated in ace, including the call, trigger and on functions.

How to

Each instrument's config.json should use this format:

{
  "index": "./index.tsx",
  "isInteractive": true,
  "name": "DU3",
  "dimensions": {
    "width": 1480,
    "height": 1100
  }
}

Your rollup should output to a bundles folder within your project using this structure:

- bundles
  - MFD
    - bundle.js
    - bundle.css
  - PFD
    - bundle.js
    - bundle.css

Open the repository in an IDE of your choice, run npm i to install dependencies, then run npm start.

After running the program, select New Project and choose the locations of all your folders. If your folders are setup for ACE beforehand, you can select Open Project and select your root directory.

Keymap

Enter - enter interactive mode (can use touchscreens)

Upcoming Features

Button panels

Support for interactive button panels linked to SimVars, K/H events, and support for emissive lights.

Recorded SimVar patterns

Allows defining a curve on a SimVar value to provide a dynamic response in an instrument.

FlyByWire .fdr file support

Dropping in an fdr file allows replays of user reported situations for easier troubleshooting.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.