PPL icon indicating copy to clipboard operation
PPL copied to clipboard

A collection of C++ classes that interact with the X-Plane SDK to accomplish frequent task with ease.

Results 4 PPL issues
Sort by recently updated
recently updated
newest added

Requires C++20. Handler kept as a member of the flight loop to ensure memory safety. Using templates with concepts rather than casting to abstract class, so that sizes are absolute....

Update freetype2 submodule URL The previous URL is no longer functional. This pull request replaces it with a working URL: https://github.com/freetype/freetype2.git Maintains the existing version (2.6.5) of the submodule to...

# Summary Propose refactoring the header files to improve readability and reduce the risk of name collisions. ## Changes Made - Moved header files from `PPL/src` to `PPL/include/PPL` for a...