Zide (abbr. Zide Is a Design Environment) is a cross-platform pixel art editor designed to provide artists with a minimalistic, easy-to-use interface. Whether you're creating a simple sprite or an intricate animation, Zide offers all the essential tools you need to bring your art to life.
We noticed that most pixel art tools are either locked behind paywalls or seem to do everything except pixel art. So, we created ZIDE: an open-source, easy-to-use pixel art app that just works!
You can draw
, fill
and erase
with the built-in tools
You can undo
and redo
changes or mistakes made
You can zoom
or pan
through the edit space
Import existing pallets made for pixelart through .gpl
You can create multiple frames into 2d-motion
You can render the drawing as the sprite sheet
Make sure you have the following installed on your system:
- Git
gcc
orclang
-
Clone the repository:
git clone https://github.com/bitspaceorg/zide.git cd zide
-
Install the necessary dependencies, if you haven't already (if you haven't already).
-
Build the application with the following command:
./scripts/rebuild_and_run_app.sh
-
For running the application, later on, use the following command:
./scripts/run_app.sh
- Create a new project
- Name your project and mention the sprite pixel size
- Draw, fill and Erase through the edit arena
- Make multiple frames and make them as Animations
- Render the sprite sheet with all the frames
This project is licensed under the MIT License. You are free to use, modify, and distribute this software under the terms of the MIT LICENSE