Skip to content

flybywiresim/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 18 - 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 build/ and dist/ folders, build all packages, package to exe and copy dependencies/resources to build folder
$ npm run build:exec

# Package to exe and copy dependencies/resources to build folder, without rebuilding
$ npm run install:exec

Documentation

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