Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: What art programs do you usually use for 8-bit style sprite creation?  (Read 8091 times)

0 Members and 1 Guest are viewing this topic.

datahead8888

  • Newbie
  • *
  • Posts: 5
    • View Profile
What art programs do you usually use for 8-bit style sprite creation?

I was wanting to make a game using this style and was just curious what other people found to work well.

If I want to be really exact, I'd need to use the correct number of colors per sprite and only so many sprite palettes across the entire screen, though I might occasionally deviate from these rules if it works in my style.

Cpl.Bator

  • Hero Member
  • *****
  • Posts: 540
    • View Profile
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #1 on: October 22, 2015, 01:51:08 am »
pyxeledit is a good software : http://pyxeledit.com/ the old beta is free, but is just cost 9 bucks.

Elias Daler

  • Hero Member
  • *****
  • Posts: 599
    • View Profile
    • Blog
    • Email
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #2 on: October 22, 2015, 07:10:36 am »
I use PyxelEdit for tiles and some animations (it's great to have a preview window). And I use Paint.NET/Photoshop for anything else.
Tomb Painter, Re:creation dev (abandoned, doing other things) | edw.is | @EliasDaler

SpeCter

  • Full Member
  • ***
  • Posts: 151
    • View Profile
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #3 on: October 22, 2015, 08:58:08 am »
Pyxel Edit(personal choice) or Graphics Gale.

Ztormi

  • Jr. Member
  • **
  • Posts: 71
  • Web developer by day. Game developer by night.
    • View Profile
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #4 on: October 22, 2015, 11:47:06 am »
Graphics Gale, I like the way it deals with palettes. And it's free!

SeriousITGuy

  • Full Member
  • ***
  • Posts: 123
  • Still learning...
    • View Profile
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #5 on: October 22, 2015, 02:17:43 pm »
I tried some tools for that, and what works best is PyxelEdit. Paint.NET works but has no tile specific tools, Krita, Photoshop or Gimp are overkill alternatives. GraphicsGale seems to be very good, but I find it hard to use.
Try the old beta of PyxelEdit, it's worth it. As soon as I start to need more gfx I will buy it.

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #6 on: October 22, 2015, 05:02:22 pm »
Personally I use the Gimp.

Elias Daler

  • Hero Member
  • *****
  • Posts: 599
    • View Profile
    • Blog
    • Email
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #7 on: October 23, 2015, 12:01:22 am »
Try the old beta of PyxelEdit, it's worth it. As soon as I start to need more gfx I will buy it.
The current version is so much better. Animations are especially cool. What I like about them is that you see them in preview window running. So, you can instantly see how your changes affect the animation. This is the best stuff to create awesome animations. :D
Tomb Painter, Re:creation dev (abandoned, doing other things) | edw.is | @EliasDaler

dabbertorres

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • website/blog
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #8 on: October 23, 2015, 04:35:29 am »
Is the new version still based on Adobe Air?

Elias Daler

  • Hero Member
  • *****
  • Posts: 599
    • View Profile
    • Blog
    • Email
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #9 on: October 23, 2015, 08:38:54 am »
Is the new version still based on Adobe Air?
Yep
Tomb Painter, Re:creation dev (abandoned, doing other things) | edw.is | @EliasDaler

datahead8888

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #10 on: October 24, 2015, 01:26:02 pm »
The big features I'd need are easy control of the screen resolution (probably only need to set the sprite image size), exporting to a sprite sheet, and being able to preview the animation.

It's also best if it supports setting a limited palette (though I might need to expand the palette on some images if I decide to break from the 8-bit style).  The basic tenets with 8-bit graphics are a limited number of colors in a palette and a limited number of palettes on the screen.  Finding a good way to limit the number of palettes on the screen in the game might be an interesting challenge; I'd usually follow it but might occasionally override it.  Changing the palette in the game code itself might make it a bit more cumbersome.

It looks like Pyxel Edit supports these features.  I don't think the Gimp does natively, and I don't get the impression Paint.NET does either.  Does anyone know of an open source free equivalent to Pyxel Edit?  Otherwise it doesn't look too expensive.

Thank you for all the suggestions.

Ztormi

  • Jr. Member
  • **
  • Posts: 71
  • Web developer by day. Game developer by night.
    • View Profile
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #11 on: October 24, 2015, 01:41:33 pm »
There is open source Grafx2 but I find it a bit clumsy. It sure has retro aesthetics ;D and I've seen some amazing stuff created with it.

dabbertorres

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • website/blog
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #12 on: October 24, 2015, 06:22:42 pm »
Both Gimp and Paint.NET support custom palettes.

datahead8888

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: What art programs do you usually use for 8-bit style sprite creation?
« Reply #13 on: October 30, 2015, 01:15:42 pm »
I get the impression that Pyxel Edit does not support saving/loading of palettes from what I've read, which may be concerning for me.

Pyxel Edit does appear to have a nice feature where it automatically tiles a sprite in a grid so that you can easily see how the tiles bleed into each other.  You can edit it as you view it this way.

Both Gimp and Paint.NET support custom palettes.

Yes, but to my knowledge they don't let you view the animation within the tool itself or automatically tile a sprite for preview.