At 10/24/23 10:42 PM, MidGoat wrote:At 10/21/23 12:01 AM, shadowfals wrote:Does anyone here know of a good pixel art editor that work wells with Linux?
mtPaint. It's a really solid general purpose paint program, but it has explicit support for pixel-level editing.
https://github.com/wjaguar/mtPaint
mtPaint looks more difficult to use than I have the brainpower for most days, but I want to poke at it more on a good day. Learning enough to use it as backup for Piskel would be nice.
I've been somewhat happy with KolourPaint as a backup for edits like scaling. I think it's equivalent to Paint.net on Windows. to It's less satisfying for drawing pixel art from a blank canvas.
At 10/21/23 12:19 AM, OlTrout wrote:I don't know a ton about making pixel art, but G[nu]IMP and Krita both technically "support" making pixel art. They're common enough pieces of software that you'll definitely be able to install them with ease, and find really good resources on making pixel art with them.
Krita has been disappointingly glitchy for me. If I get around to troubleshooting everything that gets in my way when it goes wrong, then I'll figure out how to make better pixel art brushes. The default settings on the brushes I've got are inconvenient for pixel-by-pixel placement.
Anyhoo! I'm back here to share an answer to my first question.
At 10/21/23 12:01 AM, shadowfals wrote:Okay. I think I found it.
https://github.com/piskelapp/piskel/wiki/Building-desktop-applications
The instructions on Github are for a manual build. I still don't know what a manual build is other than it has something to do with developers or programmers—not regular artists.
I've figured out what the rest of us can do and written out instructions on how to do it.
Download the zip file from https://www.piskelapp.com/download.
Unzip the file. (There are several methods. I've forgotten which worked for me after a few failed attempts.)
The unzipped file is a directory called "Piskel-0.11.0-64bits".
Open a terminal. (The keyboard shortcut is Ctlr + Alt + T).
Enter "cd Piskel-0.11.0-64bits" if the directory was saved to home. Otherwise, copy the directory's location then enter "cd" followed by the full address to select the directory in the terminal.
Then enter "./piskel".
Did the program open? If yes, congrats!
If the last prompt returns an error about libgconf like it was for me, then first install libgconf-2-4 from your package manager. For example, enter "sudo apt install libgconf-2-4" into a console. (Tip source: https://stackoverflow.com/questions/37624225/shared-libraries-libgconf-2-so-4-is-missing)
When Piskel is opened from the terminal console, you can close it with Ctrl + C.
Okay, but what if you don't want to use the terminal to open it each time? We don't have to. There are two options I understand.
1. Manually open Piskel from the directory.
Navigate to the directory.
Find "piskel" in the directory.
Select the file to open it.
When asked "What do you wish to do with this file?" select "Do not ask again" (if desired) then "Execute".
2. Set up a terminal shortcut.
Find the instructions from lokonu (Apr 2019) at https://askubuntu.com/questions/917704/how-do-i-install-run-piskel-after-it-was-downloaded).
You'll need an editor like Nano, Emacs, or Vim to edit the file.