![]() | |
![]() Aseprite screenshot | |
Developer(s) | Igara Studio S.A. |
---|---|
Initial release | 2001 |
Stable release | |
Repository | |
Written in | C++, Lua |
Operating system | Microsoft Windows, MacOS and Linux |
Type | Raster graphics editor |
License | EULA, educational and Steam license |
Website | www |
Aseprite ( /ˈeɪspraɪt/ AY-spryte [3] ) is a proprietary, source-available image editor designed primarily for pixel art drawing and animation. It runs on Windows, macOS, and Linux, and features different tools for image and animation editing such as layers, frames, tilemap support, command-line interface, Lua scripting, among others. It is developed by Igara Studio S.A. and led by the developers David, Gaspar, and Martín Capello. [4] Aseprite can be downloaded as freeware, (albeit it does not have the ability to save sprites) [5] or purchased on Steam or Itch.io. [6] Aseprite source code and binaries are distributed under EULA, educational, and Steam proprietary licenses.
Aseprite, formerly known as Allegro Sprite Editor, had its first release in 2001 as a free software project under the GPLv2 license. This license was kept until August 2016 with version v1.1.8, [7] when the developers switched to a EULA, [8] thus making the software proprietary. On the 1st of September 2016, the main developer, David Capello, wrote a post on the Aseprite Devblog explaining this change. [9] The EULA permits others to download the Aseprite source code, compile it, and use it for personal purposes, but forbids its redistribution to third parties. After the license change[ citation needed ], LibreSprite, a free and open source version of it was created. Both before and after the license change, Aseprite was sold online, on Steam, itch.io, and the project's website.
The project's code repository was hosted on Google Code until August 2014, when it was migrated to GitHub, where it remains hosted to date. [10] As of October 2022, its repository has had 68 contributors and around 19 thousand stars. [11] From 2014 to 2021, Aseprite had 66 different releases.
Aseprite was used in the development of several notable games such as TowerFall (2013) , [12] Celeste (2018), [13] Minit (2018), [14] Wargroove (2019), [15] Loop Hero (2021) , [16] Eastward (2021), [17] Unpacking (2021), [18] Haiku the Robot (2022) [19] and Pizza Tower (2023).
The main design purpose of Aseprite is to create animated 2D pixel-art sprites. Some of its features include:
Aseprite uses its own binary file type to store data, which is typically saved with .ase
or .aseprite
extensions. Different third-party projects were developed to support parsing of .ase
files in programming languages including C#, [20] Python [21] and JavaScript, [22] and in game engines such as Unity [23] and Godot. [24]
Images and animations can be exported to different file formats including PNG, GIF, FLC, FLI, JPEG, PCX, TGA, ICO, SVG, and bitmap (BMP).
The Battle for Wesnoth is a free and open-source turn-based strategy video game with a high fantasy setting, designed by Australian-American developer David White and first released in June 2003. In Wesnoth, the player controls a particular faction/race and attempts to build a powerful army by controlling villages and defeating enemies for experience. The game is loosely based on the Sega Genesis games Master of Monsters and Warsong.
An open-source video game, or simply an open-source game, is a video game whose source code is open-source. They are often freely distributable and sometimes cross-platform compatible.
SuperTuxKart (STK) is a free and open-source kart racing game, distributed under the terms of the GNU General Public License, version 3. It features mascots of various open-source projects. SuperTuxKart is cross-platform, running on Linux, macOS, Windows, iOS (beta), Android systems and Nintendo Switch (homebrew).
GrafX2 is a bitmap graphics editor inspired by the Amiga programs Deluxe Paint and Brilliance. It is free software and distributed under the GPL-2.0-only license.
Cocos2d is an open-source game development framework for creating 2D games and other graphical software for iOS, Android, Windows, macOS, Linux, HarmonyOS, OpenHarmony and web platforms. It is written in C++ and provides bindings for various programming languages, including C++, C#, Lua, and JavaScript. The framework offers a wide range of features, including physics, particle systems, skeletal animations, tile maps, and others.
Open Game Art is a media repository intended for use with free and open source software video game projects, offering open content assets.
Frogatto & Friends is a platform game with adventure elements released in July 2010. The game received positive reviews, particularly for its "gorgeous" pixel art. The game is cross-platform and runs on Linux, AmigaOS4, AROS, Mac OS X, Microsoft Windows, iOS and BlackBerry Tablet OS. The game uses an open-source engine, with game data mostly proprietary and partly under Creative Commons BY license.
WebP is a raster graphics file format developed by Google intended as a replacement for JPEG, PNG, and GIF file formats. It supports both lossy and lossless compression, as well as animation and alpha transparency.
Simple and Fast Multimedia Library (SFML) is a cross-platform software development library designed to provide a simple application programming interface (API) to various multimedia components in computers. It is written in C++ with bindings available for Ada, C, Crystal, D, Euphoria, Go, Java, Julia, .NET, Nim, OCaml, Python, Ruby, and Rust. Experimental mobile ports were made available for Android and iOS with the release of SFML 2.2.
Orx is an open-source, portable, lightweight, plug-in-based, data-driven and easy to use 2D-oriented game engine written in C.
GPUOpen is a middleware software suite originally developed by AMD's Radeon Technologies Group that offers advanced visual effects for computer games. It was released in 2016. GPUOpen serves as an alternative to, and a direct competitor of Nvidia GameWorks. GPUOpen is similar to GameWorks in that it encompasses several different graphics technologies as its main components that were previously independent and separate from one another. However, GPUOpen is partially open source software, unlike GameWorks which is proprietary and closed.
LDAC is a proprietary audio coding technology developed by Sony, which allows streaming high-resolution audio over Bluetooth connections at up to 990 kbps at 32 bits/96 kHz. It is used by various products, including headphones, earphones, smartphones, portable media players, active speakers, and home theaters.
Phaser is a 2D game framework used for making HTML5 games for desktop and mobile. It is free software developed by Photon Storm.