xairline / zon

5 stars 1 forks source link

Zon

This project was generated using Nx.

Flight Phase State Machine

Alt text

Log location

By default, it writes logs to the following locations:

Development Setup

Electron App

Zon is an electron app that communicates with x-plane over UDP. In a nutshell, electron app is basically a chrome brower that serves your "site". This enables us to use web tech stack to write cross platform applications. For more details on how to debug electron app, please check their website

Prerequisite

Install dependencies

yarn

Note: It is recommended to run this each time you pull from upstream

Start Development Application

Render process

yarn nx run ui:serve

Main process

yarn nx run desktop:serve

This will launch the app