Implementation of the GDI+ API as a wrapper of NanoVG, targeting WebAssembly for Microsoft Flight Simulator 2020. The version of NanoVG in term uses the Low Level Vector Graphics API (LLVG) provided by Microsoft Flight Simulator 2020.
This project is a mirror of the project present in the SDK for Microsoft Flight Simulator 2020 (SDK).
Download and install the latest SDK version : https://forums.flightsimulator.com/t/how-to-getting-started-with-the-sdk-dev-mode/123241
Clone this repository (or a fork if you plan to do modifications) into $(MSFS_SDK)WASM\projects\gdiplus
master
: current development branch, changes in this branch will be available in the next SDK releasestable
: the version of GDI+ provided with the live version of the SDKThis library provides minimal implementation of legacy functionality commonly used in the creation of Microsoft Flight Simulator X (FSX) instruments.
General status:
Missing functionality:
This GDI+ implementation is based on: