mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 01:13:40 +00:00
Minor changes in README file
This commit is contained in:
parent
6d6ec5710e
commit
6ba53c4e12
@ -100,9 +100,11 @@ This program is distributed under three different licenses:
|
|||||||
our [End-User License Agreement for Aseprite (EULA)](EULA.txt). Please check
|
our [End-User License Agreement for Aseprite (EULA)](EULA.txt). Please check
|
||||||
that there are [modules/libraries in the source code](src/README.md) that
|
that there are [modules/libraries in the source code](src/README.md) that
|
||||||
are distributed under the MIT license
|
are distributed under the MIT license
|
||||||
(e.g. [base](https://github.com/aseprite/aseprite/tree/master/src/base),
|
(e.g. [laf](https://github.com/aseprite/laf),
|
||||||
|
[clip](https://github.com/aseprite/clip),
|
||||||
[she](https://github.com/aseprite/aseprite/tree/master/src/she),
|
[she](https://github.com/aseprite/aseprite/tree/master/src/she),
|
||||||
[clip](https://github.com/aseprite/clip), etc.).
|
[gfx](https://github.com/aseprite/gfx),
|
||||||
|
[ui](https://github.com/aseprite/ui), etc.).
|
||||||
2. You can request a special
|
2. You can request a special
|
||||||
[educational license](http://www.aseprite.org/faq/#is-there-an-educational-license)
|
[educational license](http://www.aseprite.org/faq/#is-there-an-educational-license)
|
||||||
in case you are a teacher in an educational institution and want to
|
in case you are a teacher in an educational institution and want to
|
||||||
|
@ -14,12 +14,12 @@ These libraries are easy to be used and embedded in other software
|
|||||||
because they don't depend on any other component.
|
because they don't depend on any other component.
|
||||||
|
|
||||||
* [allegro](allegro/): Modified version of [Allegro](http://alleg.sourceforge.net/) library, used for keyboard/mouse input, and drawing 2D graphics on screen.
|
* [allegro](allegro/): Modified version of [Allegro](http://alleg.sourceforge.net/) library, used for keyboard/mouse input, and drawing 2D graphics on screen.
|
||||||
* [base](base/): Core/basic stuff, multithreading, utf8, sha1, file system, memory, etc.
|
|
||||||
* [clip](https://github.com/aseprite/clip): Clipboard library.
|
* [clip](https://github.com/aseprite/clip): Clipboard library.
|
||||||
* [css](css/): Pseudo-style sheet library.
|
* [css](css/): Pseudo-style sheet library.
|
||||||
* [fixmath](fixmath/): Fixed point operations (original code from Allegro code by Shawn Hargreaves).
|
* [fixmath](fixmath/): Fixed point operations (original code from Allegro code by Shawn Hargreaves).
|
||||||
* [flic](https://github.com/aseprite/flic): Library to load/save FLI/FLC files.
|
* [flic](https://github.com/aseprite/flic): Library to load/save FLI/FLC files.
|
||||||
* [gfx](gfx/): Abstract graphics structures like point, size, rectangle, region, color, etc.
|
* [gfx](gfx/): Abstract graphics structures like point, size, rectangle, region, color, etc.
|
||||||
|
* [laf](https://github.com/aseprite/laf): Core/basic stuff, multithreading, utf8, sha1, file system, memory, etc.
|
||||||
* [observable](https://github.com/dacap/observable): Signal/slot functions.
|
* [observable](https://github.com/dacap/observable): Signal/slot functions.
|
||||||
* [scripting](scripting/): JavaScript engine.
|
* [scripting](scripting/): JavaScript engine.
|
||||||
* [steam](steam/): Steam API wrapper to avoid static linking to the .lib file.
|
* [steam](steam/): Steam API wrapper to avoid static linking to the .lib file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user