mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 12:39:57 +00:00
Update src/README.md items
This commit is contained in:
parent
5ea955df4d
commit
95da89b067
@ -15,13 +15,15 @@ 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.
|
||||
* [base](base/): Core/basic stuff, multithreading, utf8, sha1, file system, memory, etc.
|
||||
* [clip](https://github.com/aseprite/clip): Clipboard library.
|
||||
* [css](css/): Pseudo-style sheet library.
|
||||
* [fixmath](fixmath/): Fixed point operations (original code from Allegro code by Shawn Hargreaves).
|
||||
* [flic](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.
|
||||
* [observable](https://github.com/dacap/observable): Signal/slot functions.
|
||||
* [scripting](scripting/): JavaScript engine.
|
||||
* [steam](steam/): Steam API wrapper to avoid static linking to the .lib file.
|
||||
* [undo](undo/): Generic library to manage a history of undoable commands.
|
||||
* [undo](https://github.com/aseprite/undo): Generic library to manage a history of undoable commands.
|
||||
* [wacom](wacom/): Wacom definitions to use Wintab API.
|
||||
|
||||
## Level 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user