dudeisbrendan03 / simbridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 77.8%Language:JavaScript 18.0%Language:CSS 3.4%Language:HTML 0.8%