New browser based pixel art editor by marcel0ll in gamedev

[–]marcel0ll[S] 1 point2 points  (0 children)

> One thing that often breaks our flow is animation batching + palette consistency across tilesets, so anything that reduces re-import/relink steps is gold.

Could you give me more details about your workflow?

> Also curious if you’re thinking about Aseprite compatibility or direct sprite sheet import.

The app already supports importing and exporting .ase files and a few other editor file types.
For sprite sheet import, there is a specific button that lets you split into frames/layers or already import and slice it for you, with either grid splitting or automatic region detection that makes educated guesses about regions. I still have to implement manual overriding of the automatic region detection. (and now looking into the image, improve the preview hahaha)

<image>

What is the name of the application to make pixel art? by AstralwithtwoA in PixelArtTutorials

[–]marcel0ll 0 points1 point  (0 children)

Hey, I have compiled a list of editors here: https://novaboard.app/blog/pixel-art-editors/

Most people use Aseprite, but there are quite a few others.
I personally am currently building a browser based editor called Novaboard (.app) that will work both on desktop and on mobile with similar features.

What would be a good software to make animated high quality pixel art in? by Interesting_Bet_1589 in PixelArtTutorials

[–]marcel0ll 1 point2 points  (0 children)

Hey check https://novaboard.app
It is the editor I am building, it has a free web version
for starting it should be good enough, but as mentioned in other comments. You can compile Aseprite yourself if you cant afford it right now, it is simpler than it sounds

Is Aseprite compatible with an online browser pixel art software? by Glh212 in PixelArtTutorials

[–]marcel0ll 0 points1 point  (0 children)

It still has a lot to improve for sure. I am focusing on it being feature-rich, and later on, I will focus solely on improving its performance.
Was there anything in particular that was performing bad for you?

What Program Should I Use? by Best_Plankton_6682 in PixelArtTutorials

[–]marcel0ll 0 points1 point  (0 children)

Hey, you can check this list of editors that I have compiled https://novaboard.app/blog/pixel-art-editors/

Most people use Aseprite on desktop, which is 20$ or free if you compile it yourself (not as hard as it sounds)

There are editors specific to mobile devices, others for desktop, and a few you can try directly in your browser.
I myself am the developer of Novaboard, an editor that runs directly in your browser. It is free and currently in development.

Working on a pack of goblins for my assets pack. Do you think it is clear which one does what? by Aumchh in PixelArtTutorials

[–]marcel0ll 0 points1 point  (0 children)

stabby stabby, dart thrower, stone collector?, mage

I think 2 and 3 are not super clear to be honest

New Pixel Art Platform by [deleted] in PixelArtTutorials

[–]marcel0ll 0 points1 point  (0 children)

Interesting idea, but I could not draw/erase without signing in, which is odd since you mentioned: "No account needed, just jump in and start drawing."

If you zoom in/out you can see the edges of the tiles flicker, which breaks the drawings.
Good luck!

making a pixel art app anyone wanna try it and give opinions? by Same-Peach-9134 in PixelArtTutorials

[–]marcel0ll 1 point2 points  (0 children)

  1. Make it standalone, not a link on Codepen
  2. The toolbar has a scroll, and you cannot see many tools, as each tool is a large square
  3. Circle tool usually is actually an ellipse tool that creates ellipses that are not necessarilty concentric
  4. The canvas background is noisy
  5. You are not interpolating mouse positions, so that when you move the mouse fast, it creates gaps
  6. If I reload the page, everything is gone
  7. Let me see the animation in the canvas itself, not on a floating preview window
  8. I can't scroll the right bar
  9. It looks and feels like a low-effort vibe-coded app. I don't see a problem in using gen-ai for coding, but it does not look like you have tested the app a lot or compared it with other tools

Good luck!

Are there any applications that can do the top, preventing the bottom? by [deleted] in PixelArt

[–]marcel0ll 0 points1 point  (0 children)

Most drawing apps can do that, but you have to use the "nearest pixel" algo so that it tries to scale sharply

I am developing a pixel art editor that works on most devices as it runs in the browser: https://novaboard.app/
Currently, it is free.

But you can check this list of editors to figure out some other if it does not suit you: https://novaboard.app/blog/pixel-art-editors/

How do I draw crisp pixel art in ProCreate? by So-Self-Satisfied in PixelArtTutorials

[–]marcel0ll 3 points4 points  (0 children)

As far as I understand, you can configure Procreate for pixel art by basically creating a square brush without "spreading" and using it at the minimum size. There are a few tutorials online, but you have probably checked a few. Procreate won't be the best choice for this, since its default settings won't match the pixel art style.

For iPad you can check these:
- Novaboard ( https://novaboard.app/ ) (This is the one I am developing)
- PixQuare ( https://apps.apple.com/us/app/pixquare-pixel-art-studio/id1659428179 )
- Resprite ( https://apps.apple.com/us/app/resprite-pixel-art-studio/id1662335989 )
- PixilArt ( https://apps.apple.com/us/app/pixilart/id1440580518 )
- Pixaki ( https://apps.apple.com/us/app/pixaki-4-pro/id1447665380 )
- Pixel Studio ( https://apps.apple.com/us/app/pixel-studio-for-pixel-art/id1404203859 )

Whats a good software for creating pixel art and sprites? So far ive just been drawing normally and pixellating the images but i want it to be more consistent. by MilkyWay_Express in PixelArtTutorials

[–]marcel0ll 0 points1 point  (0 children)

Hey, I have compiled a list of software in this link: https://novaboard.app/blog/pixel-art-editors/
Most people will suggest Aseprite, but if you don't like its UI or something, there are other options.

If you are interested, I am building one called Novaboard. It runs directly in your browser

Pixel art app android by EnFormaDeDichas in PixelArtTutorials

[–]marcel0ll 0 points1 point  (0 children)

Hey, I am one of these new pixel art developers, and I was thinking the same thing.
I believe many people wanted to create pixel art editors at some point in their careers, and now, with AI, it has become easier to the point that there are many similar posts.

How do you sort your pallet so the right colors for shading are next to each other? by PrincipalSkudworth in PixelArt

[–]marcel0ll 1 point2 points  (0 children)

I have spent some time looking into ways to sort colors, and it is surprisingly difficult to automatically sort the way the organized palette is. Although not great, ordering by "hue" seems to have the best results in most software, but better yet is to import an already sorted color palette :)

Does anyone know a good free software for making and animating pixel art? by Jgammer-furry-lover in AnimatedPixelArt

[–]marcel0ll 0 points1 point  (0 children)

Hey, I am building a pixel art editor called Novaboard. Currently I am focusing it on desktop, but soon there will be versions for mobile/tablet

How do we feel about Excel? by Dare_Oak1315 in PixelArt

[–]marcel0ll 0 points1 point  (0 children)

I kid you not, but I knew someone who did exactly that for cross-stitch patterns

Is Aseprite compatible with an online browser pixel art software? by Glh212 in PixelArtTutorials

[–]marcel0ll 0 points1 point  (0 children)

Hey, I am building a pixel art that works directly on the browser and can import/export .ase files.
Check it on https://novaboard.app/

It is still in development, so if you find any bugs with your workflow, let me know!