mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
After 5 years of development, release v1.0
This commit is contained in:
parent
da3ca662ee
commit
38e65fad54
|
@ -22,20 +22,29 @@
|
||||||
<url type="contribute">https://www.oramainteractive.com/Pixelorama-Docs/development_and_contributing</url>
|
<url type="contribute">https://www.oramainteractive.com/Pixelorama-Docs/development_and_contributing</url>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default" width="1920" height="1080">
|
<screenshot type="default" width="1920" height="1080">
|
||||||
<image type="source">https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzEucG5n/original/CyAplX.png</image>
|
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_354ea5cfde19549cd19fbfe3d68fc1d66b67763e.1920x1080.jpg</image>
|
||||||
<caption>Art by Erevos</caption>
|
<caption>A screenshot of Pixelorama's User Interface</caption>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot type="default" width="1920" height="1080">
|
<screenshot type="default" width="1920" height="1080">
|
||||||
<image type="source">https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzQucG5n/original/xNGUSf.png</image>
|
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_16d45d0b76064a8a7dee7ad2af8a584408040e09.1920x1080.jpg</image>
|
||||||
<caption>Art by Erevos</caption>
|
<caption>A screenshot of Pixelorama's User Interface</caption>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot type="default" width="1920" height="1080">
|
<screenshot type="default" width="1920" height="1080">
|
||||||
<image type="source">https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzUucG5n/original/7Ykr%2Fj.png</image>
|
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_54395040c25b243cb82a3bd68778e19e04b43ade.1920x1080.jpg</image>
|
||||||
<caption>Art by Erevos</caption>
|
<caption>A screenshot of Pixelorama's User Interface</caption>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot type="default" width="1920" height="1080">
|
||||||
|
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_f8a47ca28701813feff16da54982e2e1e7a435bb.1920x1080.jpg</image>
|
||||||
|
<caption>A screenshot of Pixelorama's User Interface</caption>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot type="default" width="1920" height="1080">
|
||||||
|
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_082edd5ebe50d8d68018905b1cd00dbefae812bb.1920x1080.jpg</image>
|
||||||
|
<caption>A screenshot of Pixelorama's User Interface</caption>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.0" date="2024-07-29"/>
|
||||||
<release version="0.11.4" date="2024-04-17"/>
|
<release version="0.11.4" date="2024-04-17"/>
|
||||||
<release version="0.11.3" date="2023-10-30"/>
|
<release version="0.11.3" date="2023-10-30"/>
|
||||||
<release version="0.11.2" date="2023-08-31"/>
|
<release version="0.11.2" date="2023-08-31"/>
|
||||||
|
|
12
README.md
12
README.md
|
@ -46,7 +46,7 @@ If you like, consider helping us by sponsoring this project! It would enable us
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
Stable versions:
|
Stable versions:
|
||||||
- [Steam (available soon on Windows & Linux)](https://store.steampowered.com/app/2779170?utm_source=github)
|
- [Steam (Windows & Linux)](https://store.steampowered.com/app/2779170?utm_source=github)
|
||||||
- [Itch.io (Windows, Linux, Mac & Web)](https://orama-interactive.itch.io/pixelorama)
|
- [Itch.io (Windows, Linux, Mac & Web)](https://orama-interactive.itch.io/pixelorama)
|
||||||
- [GitHub Releases (Windows, Linux & Mac)](https://github.com/Orama-Interactive/Pixelorama/releases)
|
- [GitHub Releases (Windows, Linux & Mac)](https://github.com/Orama-Interactive/Pixelorama/releases)
|
||||||
- [GitHub Pages (Web)](https://orama-interactive.github.io/Pixelorama/)
|
- [GitHub Pages (Web)](https://orama-interactive.github.io/Pixelorama/)
|
||||||
|
@ -69,14 +69,20 @@ As of right now, most of the code is written using GDScript, so the mono version
|
||||||
- A variety of different tools to help you create, with the ability to dynamically map each one on the left and the right mouse buttons with a single click.
|
- A variety of different tools to help you create, with the ability to dynamically map each one on the left and the right mouse buttons with a single click.
|
||||||
- Animation support with a timeline composed of layers and frames, with onion skinning, frame tags and the ability to draw while the animation is playing.
|
- Animation support with a timeline composed of layers and frames, with onion skinning, frame tags and the ability to draw while the animation is playing.
|
||||||
- Pixel perfect mode for perfect pixel lines.
|
- Pixel perfect mode for perfect pixel lines.
|
||||||
|
- Clipping masks.
|
||||||
- Pre-made palettes as well as many palette importing options.
|
- Pre-made palettes as well as many palette importing options.
|
||||||
- Multiple image manipulation effects.
|
- Multiple image manipulation effects.
|
||||||
|
- Non-destructive and fully customizable layer effects, such as outline, gradient map, drop shadow and palettize.
|
||||||
- A powerful drawing canvas with guides, a rectangular and an isometric grid, and tile mode for easier seamless pattern creation.
|
- A powerful drawing canvas with guides, a rectangular and an isometric grid, and tile mode for easier seamless pattern creation.
|
||||||
- Autosave support, with data recovery in case of a software crash.
|
- Autosave support, with data recovery in case of a software crash.
|
||||||
- Comprehensive user interface with many customizability options.
|
- Comprehensive user interface with many customizability options.
|
||||||
- Export to PNG, as well as spritesheets, GIFs and animated PNGs.
|
- Export to PNG and other image and video formats, as well as spritesheets, GIFs, animated PNGs etc.
|
||||||
- Import spritesheets and multiple images as separate frames.
|
- Import spritesheets, multiple images as separate frames, as well as GIFs and videos.
|
||||||
- Various rotation and scaling algorithms tailored for pixel art, such as [cleanEdge](http://torcado.com/cleanEdge/), OmniScale and rotxel.
|
- Various rotation and scaling algorithms tailored for pixel art, such as [cleanEdge](http://torcado.com/cleanEdge/), OmniScale and rotxel.
|
||||||
|
- 3D layers that allow you to bring 3D shapes and models into your 2D canvas.
|
||||||
|
- A command line interface for automated file exporting.
|
||||||
|
- Custom user data for projects, layers, frames, frame tags and cels, allowing you to attach metadata for game development.
|
||||||
|
- Various free community-made extensions, such as tools that automatically convert your 2D pixels into 3D voxels.
|
||||||
- Fully open source with free updates, forever!
|
- Fully open source with free updates, forever!
|
||||||
- Multi-language localization support! See our [Crowdin page](https://crowdin.com/project/pixelorama) for more details.
|
- Multi-language localization support! See our [Crowdin page](https://crowdin.com/project/pixelorama) for more details.
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,8 @@ config_version=5
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Pixelorama"
|
config/name="Pixelorama"
|
||||||
config/description="A free & open-source 2D sprite editor"
|
config/description="Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features."
|
||||||
config/version="v1.0-rc2"
|
config/version="v1.0-stable"
|
||||||
run/main_scene="res://src/Main.tscn"
|
run/main_scene="res://src/Main.tscn"
|
||||||
config/use_custom_user_dir=true
|
config/use_custom_user_dir=true
|
||||||
config/custom_user_dir_name="pixelorama"
|
config/custom_user_dir_name="pixelorama"
|
||||||
|
|
Loading…
Reference in a new issue