mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
857 B
857 B
Aseprite Base Library
Copyright (C) 2001-2013 David Capello
Distributed under MIT license
Cross-platform core functionality to do basic tasks:
- Smart pointers (UniquePtr, SharedPtr)
- Signals & Slots (signal, slot, bind, Observable/Observers)
- Type conversion (convert_to)
- String (string, split_string, trim_string)
- Timing (Chrono)
- Multi-threading (thread, mutex, ScopedLock)
- File system (fs)
- File names & paths (path)
- Version comparison (Version)
- File helpers (TempDir, serialization, sha1, launcher)