[HN Gopher] Show HN: Stipple Effect - a scriptable pixel art edi...
___________________________________________________________________
Show HN: Stipple Effect - a scriptable pixel art editor to make
game art faster
Author : flinkerflitzer
Score : 111 points
Date : 2024-08-13 13:29 UTC (9 hours ago)
(HTM) web link (github.com)
(TXT) w3m dump (github.com)
| abetusk wrote:
| I found the name confusing, thinking this was a tool to create
| stipple effects or implemented a stipple effect algorithm,
| whereas it's the name given to the pixel art editor. It says so
| in the title and directly in the repo, it was just my oversight
| in not properly interpreting it.
|
| I think the name comes from trying to be a pixel editor analogous
| to what After Effect is for video, thus the play on words.
| flinkerflitzer wrote:
| Hi abetusk! The first tool I implemented in the program was the
| Stipple Pencil, which is a variant of the pencil that only
| colors over the target pixel when the mouse is pressed down,
| even if the cursor is dragged over other pixels thereafter. The
| pun was meant to be on that and the term "ripple effect".
|
| However, if I could go back, I'd probably change the name to
| something more fitting to what the program actually is.
| kaibee wrote:
| Hey this is a cool project, but from a selfish perspective: Why
| would I use this over Aseprite?
| flinkerflitzer wrote:
| Hahaha, I've grown to love this question over the past few
| weeks. I'm a huge fan of Aseprite, and I don't have a bad word
| to say about it.
|
| However, I could attempt to make the case for Stipple Effect
| over Aseprite a few ways.
|
| In terms of what Stipple Effect can do better than Aseprite, or
| what it can do that Aseprite can't, I'd highlight some specific
| applications of the scripting system. If you are a game
| developer making a 2D pixel art game with a lot of animated
| assets of the same form (physical shape, dimensions, pose,
| etc.), Stipple Effect can really expedite the art process.
|
| Imagine you are making a game with tons of NPCs, each of which
| has to have idle animations, walking animations, and a certain
| number of action animations. Or a game with significant
| character customization in the form of clothing and vanity
| items. At present, you would probably have to individually
| animate every NPC and every clothing item for each animation.
| Using Stipple Effect, however, you can spend a bit of time
| configuring a lookup relationship between a single texture and
| an animated UV lookup asset, and map the texture to the
| animation via a preview script. In the long run, this will save
| hundreds of hours of tedious work, as you will only have to
| draw a single texture for each item/NPC you are adding to your
| game.
|
| See this video for a visual aid:
| https://www.youtube.com/watch?v=Bj1foXYcHl4
|
| Besides that, Stipple Effect is much younger than Aseprite.
| David has been working on Aseprite for over 20 years as far as
| I know, while I have been working on Stipple Effect for just
| over eight months. The program is improving at a much more
| rapid rate, and will likely receive more substantive updates
| more often than Aseprite will.
|
| Stipple Effect is only a quarter of the price of Aseprite
| presently to reflect that it is still a nascent program with
| less polish, so there is an economic incentive as well.
|
| In summary, I would say you should decide whether Stipple
| Effect is the best fit for your individual needs, and whether
| you're willing to take a chance on less proven software with a
| huge potential upside.
|
| Cheers!
| maxbond wrote:
| That animation with the fish is impressive, it's very difficult
| to get pixel art to feel natural and organic like that.
| flinkerflitzer wrote:
| Thanks, I appreciate it!
|
| I am by no means a talented artist, and programming comes much
| easier to me than pixel art. That's a big part of the reason
| why I made Stipple Effect, which is essentially a program that
| you can get the most out of when you leverage your skill as a
| programmer to make making art faster/better/less painstaking.
| maxbond wrote:
| You've got a good eye for form and color, your art is simple
| but effective (as pixel art should be). I'm in the same boat,
| so I'm going to buy a copy of Stipple Effect.
| flinkerflitzer wrote:
| Thank you for your trust and for the compliment!
| flinkerflitzer wrote:
| I linked the GitHub repository in my post; you may also be
| interested in the following links:
|
| Store page: https://flinkerflitzer.itch.io/stipple-effect
|
| Scripting API: https://github.com/jbunke/stipple-
| effect/wiki/Scripting
| alstonite wrote:
| Out of curiosity, is there any workflow that exists for easy
| imports into Godot? I personally find that Asesprite Wizard
| (https://godotengine.org/asset-library/asset/713) has been
| incredible for easy animation transfer. I'd happily swap to
| Stipple if something like it exists.
| flinkerflitzer wrote:
| Thanks for your interest.
|
| Not presently, but it's definitely something I can look into
| adding. I haven't used Godot much, but I see the momentum it
| has behind it (especially since the Unity scandal a few months
| ago) and it seems like Godot integration will become a more and
| more coveted feature.
|
| For the time being, I welcome you to drop a comment about it in
| the feedback section at the bottom of the store page or to
| submit a feature request here:
| https://github.com/jbunke/stipple-effect/issues/new/choose
| nrjames wrote:
| Unity issues aside, Godot is awesome! I'd love to see an
| integration.
___________________________________________________________________
(page generated 2024-08-13 23:00 UTC)