A library to create Windows, macOS, and Linux desktop applications.
This library is under active development so we don't provide API or ABI compatibility at this moment.
- base: Base functions for any kind of application.
LAF is distributed under the terms of the MIT license.
Some functions in LAF depends on third party libraries:
- base::encode/decode_base64 functions use stringencoders by Nick Galbreath (MIT license).
- Tests use the Google Test framework by Google Inc. licensed under a BSD-like license.