Animation Tool for converting 3D models with animations into 2D sprite frames.
PIXELARTOR is animation tool to create 2D frame images from 3D scenes/models with or without animations. Generated animation frames can be exported into gif image or ZIP file with sprites.
PIXELATOR support only glTF & FBX files at the moment, but more formats will be added soon.
This Tool is heavily inspired Dead Cell pipeline article on Gamasutra website and with my passion at scripting and pixelart.
NOTE: I’ll try to make monthly distributions with new features and fixes from TO-DO list below.
Normal Orthogonal camera with position and rotation settings & Projection camera with free look controls using mouse and keyboard.
Outline settings with width and color attribute for exported frames of the scene.
Export generated animation or scene into sprite frames or gif image.
Add lights into a scene. Direct and Point lights can produce shadows at the added ground mesh or other meshes within a scene.
Add plane mesh serving as a ground for a lights with shadow.
NOTE: this will remove outlines oround loaded mesh (work in progress)
Controls of the size 3D view with loaded scene and 2D view for generated frames.
Support the development of this project on Patreon:
You can support the development of this project via PayPal: PayPal link
This is my e-mail address for businesses or if you just want to contact me:
chlebalukas at gmail dot com
Also feel free to contact me and suggest some missing feature you would like me to implement.
There are some features that I am looking to implement:
To get started you can visit Release page and download
latest stable binary release (v0.1.0).
If you want to compile the program yourself, install yarn
Then run following command in app directory: yarn install
and then yarn start
for developing or yarn dist
for binary.
Thanks to NORBERTO-3D for Phoenix bird model for testing purposes.
Thanks to Electron, yarn, THREEJS teams and all others developers for their hard work on amazing libraries and frameworks that i’ve been able to use easily to create this tool. (see package.json for every package I used and it’s developers)
PIXELARTOR is licensed under MIT license. See LICENSE for more details.