Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libresprite/libresprite
Animated sprite editor & pixel art tool -- Fork of the last GPLv2 commit of Aseprite
https://github.com/libresprite/libresprite
animation cplusplus cpp drawing graphics pixel-art pixel-editor sprites
Last synced: 1 day ago
JSON representation
Animated sprite editor & pixel art tool -- Fork of the last GPLv2 commit of Aseprite
- Host: GitHub
- URL: https://github.com/libresprite/libresprite
- Owner: LibreSprite
- License: gpl-2.0
- Created: 2016-08-31T17:26:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T12:25:59.000Z (3 months ago)
- Last Synced: 2024-10-29T15:36:52.803Z (3 months ago)
- Topics: animation, cplusplus, cpp, drawing, graphics, pixel-art, pixel-editor, sprites
- Language: C++
- Homepage: https://libresprite.github.io/
- Size: 36 MB
- Stars: 4,992
- Watchers: 80
- Forks: 299
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# LibreSprite [![Liberapay](https://i.imgur.com/UOLKpPA.png "Support our work")](https://liberapay.com/LibreSprite/)
[![Linux](https://github.com/LibreSprite/LibreSprite/actions/workflows/cmakeLinux.yml/badge.svg)](https://github.com/LibreSprite/LibreSprite/actions/workflows/cmakeLinux.yml) [![Windows x64](https://github.com/LibreSprite/LibreSprite/actions/workflows/cmakeWin64.yml/badge.svg?branch=master)](https://github.com/LibreSprite/LibreSprite/actions/workflows/cmakeWin64.yml) [![MacOS](https://github.com/LibreSprite/LibreSprite/actions/workflows/cmakeMacOs.yml/badge.svg)](https://github.com/LibreSprite/LibreSprite/actions/workflows/cmakeMacOs.yml) [![Android](https://github.com/LibreSprite/LibreSprite/actions/workflows/cmakeAndroid.yml/badge.svg)](https://github.com/LibreSprite/LibreSprite/actions/workflows/cmakeAndroid.yml)## Introduction
LibreSprite is a free and open source program for creating and animating your sprites.
* Real-time animation previews.
* Onion skinning.
* Multiple sprites can be edited at once.
* Ready to use palettes, or make your own.
* Sprites are composed of both layers & frames.
* Tiled drawing mode, useful to draw patterns and textures.
* Pixel precise tools like filled contour, polygon, shading mode, etc.
* Several file types supported for your sprites and animations.## Download
Get the [latest release](https://github.com/LibreSprite/LibreSprite/releases/latest) for Linux, MacOS, Windows or Android.## History
LibreSprite originated as a fork of [Aseprite](https://www.aseprite.org), developed by [David Capello](https://github.com/dacap). Aseprite used to be distributed under the GNU General Public License version 2, but was moved to a proprietary license on [August 26th, 2016](https://github.com/aseprite/aseprite/commit/5ecc356a41c8e29977f8608d8826489d24f5fa6c).This fork was made on the [last commit](https://github.com/aseprite/aseprite/commit/03be4aa23db465219962f4c62410f628e7392545) covered by the GPL version 2 license, and is now developed independently of Aseprite.
## Contributing
As LibreSprite has a newly budding community, we need help building the infrastructure of our development, support, and news networks. If you would like to help, please make yourself known at our [Discord](https://discord.gg/95gbyU5) or [Matrix](https://matrix.to/#/%23libresprite:matrix.org), and checkout our guide on [contributing](CONTRIBUTING.md).## Compiling
Don't worry, it isn't as hard as you might think! Just follow the instructions [here](INSTALL.md).## Theming
Don't like the default look of Libresprite? Don't panic, you can download from the Libresprite [resources](https://libresprite.github.io/#!/resources) repo.## License
This program is distributed under the [GNU General Public License Version 2](LICENSE.txt).## Credits
An ***enormous*** thank you to the original developers of [Aseprite](https://www.aseprite.org), without them and their original licensing this project wouldn’t exist. Additional shout-outs are given in the [list of contributors](CONTRIBUTORS.md). If you have submitted work to LibreSprite and would like to have your name on the list, please create a pull request or get in touch and we’ll make it happen.