• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

base/H03-May-2022-

cmake/H07-Jul-2018-

third_party/H03-May-2022-

.gitmodulesH A D07-Jul-2018248

.travis.ymlH A D07-Jul-2018367

README.mdH A D07-Jul-20181,006

README.md

1# LAF: The Lost Application Framework
2
3[![Build Status](https://travis-ci.org/aseprite/laf.svg)](https://travis-ci.org/aseprite/laf)
4
5A library to create Windows, macOS, and Linux desktop applications.
6
7This library is under active development so we don't provide API or
8ABI compatibility at this moment.
9
10## Modules
11
12* [base](base): Base functions for any kind of application.
13
14## License
15
16LAF is distributed under the terms of [the MIT license](LICENSE.txt).
17
18Some functions in LAF depends on third party libraries:
19
20* [base::encode/decode_base64](base/base64.cpp) functions use
21  [stringencoders](https://github.com/client9/stringencoders) by
22  [Nick Galbreath](https://github.com/client9)
23  ([MIT license](https://github.com/aseprite/stringencoders/blob/master/LICENSE)).
24* Tests use the [Google Test](https://github.com/aseprite/googletest/tree/master/googletest)
25  framework by Google Inc. licensed under
26  [a BSD-like license](https://github.com/aseprite/googletest/blob/master/googletest/LICENSE).
27