0.7.2 • Published 5 months ago

fsuipc-wasm v0.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

fsuipc-wasm

Node bindings to the FSUIPC WASM interface for Windows x64.

NPM Version Downloads Stats

To use this package, you must be using Microsoft Flight Simulator and the FSUIPC WASM module must be installed.

Installation

npm install --save fsuipc-wasm

Or

yarn add fsuipc-wasm

Usage example

const fsuipcWasm = require('fsuipc-wasm');

const obj = new fsuipcWasm.FSUIPCWASM();

await obj.start();

console.log(obj.lvarValues);

obj.flagLvarForUpdate("A32NX_IS_STATIONARY");

obj.setLvarUpdateCallback((newLvars) => {
  console.log(newLvars);
});
0.7.2

5 months ago

0.6.0

2 years ago

0.1.0

2 years ago