PixiEditor is a Universal Editor for all your 2D needs
#gamedev #art #tools #graphics #pixelart #drawing
|
1 day ago | |
---|---|---|
.env-dev | 5 months ago | |
.github | 2 months ago | |
Third Party Licenses | 1 month ago | |
samples | 1 week ago | |
src | 1 day ago | |
tests | 1 week ago | |
.gitignore | 5 months ago | |
.gitmodules | 4 months ago | |
CODE_OF_CONDUCT.md | 4 months ago | |
CONTRIBUTING.md | 4 months ago | |
LICENSE | 1 year ago | |
PULL_REQUEST_TEMPLATE.md | 4 months ago | |
README.md | 1 month ago | |
Screenshot.png | 4 years ago | |
assemblyVerReader.ps1 | 2 years ago | |
gen_third_party_licenses.sh | 1 month ago | |
incompatible.json | 8 months ago |
PixiEditor is a universal 2D editor that aims to provide you with tools and features for all your 2D needs. Create beautiful sprites for your games, animations, edit images, create logos. All packed in an eye-friendly dark theme.
PixiEditor aims to be all-in-one solution for 2D image editing, we want to achieve this by building a solid foundation with built-in tools for editing raster and vector graphics, procedural artworks, animations and more. To fully customize PixiEditor for all of your 2D needs, we built advanced Node Graph rendering, that allows for creating basically anything. From tiled texturing workspace, procedural animations that wouldn't be possible to make by hand, to even rendering 3D shapes.
The project started as a pixel-art editor, but quickly evolved into something much more complex. Version 1.0 was downloaded over 100 000 times on all platforms and received 93% positive rating on Steam.
Have you ever used Photoshop or Gimp? Reinventing the wheel is unnecessary, we wanted users to get familiar with the tool quickly and with ease.
PixiEditor 2.0 comes by default with multiple toolsets:
All toolsets can be used on one canvas, mix vector with raster. Export to png, jpg, svg, gif, mp4 and more!
Version 2.0 comes with Timeline and animation capabilities. You can create frame by frame animations or use nodes to animate your custom shaders. Key frame animations with vectors are planned.
Node render system is what powers such extensive capabilities. All layers, effects, layer structure are nodes or a result of node connections. PixiEditor exposes node graph for every document, so you are free to customize your image however you want and create procedural art/animations!
Here are some examples of what you can do with custom nodes https://pixieditor.net/blog/2024/08/16/devlog7#madeinpixieditor20
Currently version 2.0 is in open beta, follow this guide to install it https://pixieditor.net/docs/open-beta
Get it on Steam now!
Or
Follow these instructions to get PixiEditor working on your machine.
Check out some pixel arts made with PixiEditor here.
Struggling with something? You can find support in a few places:
Check out documentation
Ask on Discord
Check out Forum
Open new Issue
git clone --recurse-submodules -j8 https://github.com/PixiEditor/PixiEditor.git
or if cloned already, init submodules with
cd PixiEditor
git submodule update --init --recursive
WASI_SDK_PATH
enviroment variable to extracted directoryRun
dotnet workload install wasi-experimental
Open PixiEditor/src/PixiEditor.sln in Visual Studio or other IDE of your choice
Build solution and run PixiEditor.Desktop project
Start with Contributing Guide
This project is licensed under the LGPLv3 License - see the LICENSE.md - file for details