Skip to content

Commit

Permalink
After 5 years of development, release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Jul 29, 2024
1 parent da3ca66 commit 38e65fa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
23 changes: 16 additions & 7 deletions Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,29 @@
<url type="contribute">https://www.oramainteractive.com/Pixelorama-Docs/development_and_contributing</url>
<screenshots>
<screenshot type="default" width="1920" height="1080">
<image type="source">https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzEucG5n/original/CyAplX.png</image>
<caption>Art by Erevos</caption>
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_354ea5cfde19549cd19fbfe3d68fc1d66b67763e.1920x1080.jpg</image>
<caption>A screenshot of Pixelorama's User Interface</caption>
</screenshot>
<screenshot type="default" width="1920" height="1080">
<image type="source">https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzQucG5n/original/xNGUSf.png</image>
<caption>Art by Erevos</caption>
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_16d45d0b76064a8a7dee7ad2af8a584408040e09.1920x1080.jpg</image>
<caption>A screenshot of Pixelorama's User Interface</caption>
</screenshot>
<screenshot type="default" width="1920" height="1080">
<image type="source">https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzUucG5n/original/7Ykr%2Fj.png</image>
<caption>Art by Erevos</caption>
<screenshot type="default" width="1920" height="1080">
<image type="source">https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_54395040c25b243cb82a3bd68778e19e04b43ade.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_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>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0" date="2024-07-29"/>
<release version="0.11.4" date="2024-04-17"/>
<release version="0.11.3" date="2023-10-30"/>
<release version="0.11.2" date="2023-08-31"/>
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you like, consider helping us by sponsoring this project! It would enable us

## Download
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)
- [GitHub Releases (Windows, Linux & Mac)](https://github.com/Orama-Interactive/Pixelorama/releases)
- [GitHub Pages (Web)](https://orama-interactive.github.io/Pixelorama/)
Expand All @@ -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.
- 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.
- Clipping masks.
- Pre-made palettes as well as many palette importing options.
- 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.
- Autosave support, with data recovery in case of a software crash.
- Comprehensive user interface with many customizability options.
- Export to PNG, as well as spritesheets, GIFs and animated PNGs.
- Import spritesheets and multiple images as separate frames.
- Export to PNG and other image and video formats, as well as spritesheets, GIFs, animated PNGs etc.
- 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.
- 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!
- Multi-language localization support! See our [Crowdin page](https://crowdin.com/project/pixelorama) for more details.

Expand Down
4 changes: 2 additions & 2 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ config_version=5
[application]

config/name="Pixelorama"
config/description="A free & open-source 2D sprite editor"
config/version="v1.0-rc2"
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-stable"
run/main_scene="res://src/Main.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="pixelorama"
Expand Down

0 comments on commit 38e65fa

Please sign in to comment.