| |
jailbird
Registered: Dec 2001 Posts: 1578 |
Pixelite HTML5/JS pixel editor
Still struggling to find an okay pixel editor for Linux, so I decided to create one on my own.
Here's a preview of what have I done in 5-6 hours. It's full of shit, but the basics are working. At least on Chrome.
https://pixelite.idevele.com/
I am quite rusty in JS/frontend (basically I rely on jQuery to get stuff done), so if anyone feels like helping me out, here's the repo:
https://github.com/csisztaiarnold/pixelite |
|
... 15 posts hidden. Click here to view all posts.... |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
isnt that why you make it a browser app in the first place? to make it as slow and use as much cpu as possible? =) |
| |
Isildur
Registered: Sep 2006 Posts: 275 |
@Jailbird that editor isn't mine :D
Written by some german guy Daniel Schwen.
BTW 0-2%CPU and 275MB ram taken by Opera with 13 tabs active on win10, so that must be Linux ;) |
| |
jailbird
Registered: Dec 2001 Posts: 1578 |
Quoting Groepazisnt that why you make it a browser app in the first place? to make it as slow and use as much cpu as possible? =) Interestingly enough, especially as I'm quite clueless about JavaScript, I still manage to keep the memory consuming around 50-60MB and the CPU load quite low, about the equivalent of a more or less static site... I was afraid that the undo feature will eat up the memory, but nah, it's fine, even after about one hundred of saved states (which will be limited to 50 anyway), its increased "only" ~10MB.
Anyhow. Undo feature (ctrl+z) is added now and the shite is quite stable on Chrome, so I'd say its safe to use it for actual pixelling. |
| |
jailbird
Registered: Dec 2001 Posts: 1578 |
Quote: Great editor Jailbird! I can’t wait to see more features.
Ps did you ever check out slixed by digger?
http://c64.blog2t.net/slixed/
That has hires support and multicolour, can import png gfx and save them, have block copy and pattern dithering brush modes. Also I use it for my two screen pic editing.
/FF
Hah, I was never aware of Digger's editor, looks interesting.
I am also planning image import, block copy, and custom canvas dimensions, so stay tuned ;) |
| |
ccr
Registered: May 2002 Posts: 26 |
Heh. Seems that everyone is doing something similar. I recently spent some time porting Dr. TerrorZ's Multipaint Metal Edition to Javascript via frankensteined ProcessingJS+JS. The current result can be found at https://tnsp.org/~ccr/mp/ |
| |
Dr. TerrorZ
Registered: Oct 2013 Posts: 17 |
Quote: Heh. Seems that everyone is doing something similar. I recently spent some time porting Dr. TerrorZ's Multipaint Metal Edition to Javascript via frankensteined ProcessingJS+JS. The current result can be found at https://tnsp.org/~ccr/mp/
Wow ccr, I didn't know that. Nice work, it might help those who hate Java.
I'm also first to say Multipaint is not an all-round "editor", it's more of a paint program for making single screens in the standard modes. |
| |
jailbird
Registered: Dec 2001 Posts: 1578 |
@ccr, @Dr. TerrorZ: Lovely work from both of you! Multipaint is the pixelling tool which came the most close to my needs.
What I miss from it is a 1:1 preview window when I am in zoom mode, different zoom levels, inverting the ditherbrush (ie. "raster" in MP), a pipette, and a support for larger canvases. Any chance for adding these features in a later version? |
| |
Dr. TerrorZ
Registered: Oct 2013 Posts: 17 |
Multipaint has a pipette, press comma "," key or middle mouse button while hovering over the area. It doesn't have a corresponding icon as it is not a separate tool.
A preview window is coming to the next version, but at least at first it won't be a true floating window. It will still help in the magnify mode.
Inverting the dither, I think I could add that also. I guess I could also change my terminology as "rasters" are so clearly a different thing. :)
There are 2 zoom levels (key "m" and "M"). I know a seamless zoom would be more modern but it never occurred to me as I don't personally like that so much, and probably won't be adding it in near future.
Large canvases might be doable, but the program was never really meant for that. I've been improving the messy code slowly towards enabling that among other things, but it won't be coming anytime soon. |
| |
ccr
Registered: May 2002 Posts: 26 |
Quote: Wow ccr, I didn't know that. Nice work, it might help those who hate Java.
I'm also first to say Multipaint is not an all-round "editor", it's more of a paint program for making single screens in the standard modes.
I was about to e-mail you about this one of these days, but then this topic came up here. :) |
| |
jailbird
Registered: Dec 2001 Posts: 1578 |
Quoting SevenUnfortunately doesn't work one bit in most recent Firefox. Fixed. For some reason, FF can't zoom canvases with the zoom css property, god knows why. Everything else seems to work just fine. |
Previous - 1 | 2 | 3 - Next |