Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tyler58546/simbridge

 
 

Repository files navigation

FlyByWire Simulations FlyByWire Simulations

Discord Twitter YouTube Facebook Instagram

FlyByWire SimBridge

This repo contains the source code to SimBridge

Developing

Please make sure you have:

NodeJS 14 - Homepage

# install all dependencies
$ npm install

# Build all packages
npm run build

# Start Server, to use interfaces you need to build them beforehand
$ npm run start

# Wipe dist folder, build all packages, package to exe and copy dependencies/resources to build folder
$ npm run build:exec

# Package built dist to exe
$ npm run install:exec

Documentation

Start the server and direct to localhost:3838/api for API documentation

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 76.3%
  • JavaScript 19.2%
  • CSS 3.6%
  • HTML 0.9%