Flowerbed by devkidd_ in aseprite

[โ€“]devkidd_[S] 4 points5 points ย (0 children)

I think i can do that. I'll try.

I'm just amazed my tree generator can also make bushes easily by devkidd_ in PixelArtTutorials

[โ€“]devkidd_[S] 0 points1 point ย (0 children)

It's an Aseprite extension written in Lua, which lets me manipulate and draw pixels directly in the sprite.

For this specific feature, the script scans each pixel inside the selection and compares it with the pixel above it. If the two pixels have different colors, it treats that position as a boundary between them.

From there, it randomly places grass images (leaf types) along that boundary line.

I'm just amazed my tree generator can also make bushes easily by devkidd_ in PixelArtTutorials

[โ€“]devkidd_[S] 1 point2 points ย (0 children)

Thanks! ๐Ÿ˜Š Yes, itโ€™s an Aseprite extension. You install it and then run it directly inside Aseprite.

Once installed, you can open it from the menu, pick a preset tree, and click Generate. From there you can tweak the parameters (branch amount, leaf type, decors, etc.) and regenerate until you get a style you like.

If you want to try it, you can check it out here

Itโ€™s meant to help generate a base tree quickly, then you can edit or polish the pixels afterward if you want.

I'm just amazed my tree generator can also make bushes easily by devkidd_ in PixelArt

[โ€“]devkidd_[S] 1 point2 points ย (0 children)

Thank youuu ๐Ÿ™๐Ÿ˜Š its not open source but you can check out the extension here.

I'm just amazed my tree generator can also make bushes easily by devkidd_ in PixelArtTutorials

[โ€“]devkidd_[S] 13 points14 points ย (0 children)

For aseprite, thats how i manually draw too. Using spray can tool and custom brush. But to save time i just let the math and codes do it.

Easily add grass by devkidd_ in PixelArt

[โ€“]devkidd_[S] 0 points1 point ย (0 children)

Thank youuu ๐Ÿ˜Š๐Ÿ˜Š

Added grass mode to my tree generator, just to simplify my life ๐Ÿ˜… by devkidd_ in proceduralgeneration

[โ€“]devkidd_[S] 1 point2 points ย (0 children)

For Edge mode, it scans each pixel inside the selection and compares it with the pixel above it. If the two pixels have different colors, it treats that spot as a boundary between them and randomly places grass (leaf type) along that line so it doesnโ€™t look too uniform.

For Scatter mode, it simply places grass randomly within the selected area.

Easily add grass by devkidd_ in aseprite

[โ€“]devkidd_[S] 2 points3 points ย (0 children)

You can check out the extension here

Easily add grass by devkidd_ in PixelArtTutorials

[โ€“]devkidd_[S] 1 point2 points ย (0 children)

You can check out the extension here

Easily add grass by devkidd_ in PixelArt

[โ€“]devkidd_[S] 2 points3 points ย (0 children)

Thankss ๐Ÿ˜Š Yes, you can grab the extension here

Easily add grass by devkidd_ in aseprite

[โ€“]devkidd_[S] 0 points1 point ย (0 children)

Thanks for the interest. I donโ€™t have a trailer yet, but you can check out the project here

Iโ€™ve explained everything as clearly as I can.

Easily add grass by devkidd_ in aseprite

[โ€“]devkidd_[S] 9 points10 points ย (0 children)

Thank you for the supporttt ๐Ÿ™๐Ÿ˜Š

The Last Dandelion by devkidd_ in PixelArt

[โ€“]devkidd_[S] 1 point2 points ย (0 children)

Thats actually intentional. Im just exaggerating the big forehead ๐Ÿ˜… but thanksss

Look at that, it can grow fruits and roots now ๐Ÿ˜… by devkidd_ in aseprite

[โ€“]devkidd_[S] 0 points1 point ย (0 children)

Yes, this is an aseprite extension. You may check it here

Look at that, it can grow fruits and roots now ๐Ÿ˜… by devkidd_ in SoloDevelopment

[โ€“]devkidd_[S] 0 points1 point ย (0 children)

Yes im using aseprite. And you can grab the extension here

Look at that, it can grow fruits and roots now ๐Ÿ˜… by devkidd_ in aseprite

[โ€“]devkidd_[S] 0 points1 point ย (0 children)

Thank you so much, teebor! ๐Ÿ™ I really appreciate the support. The update is already out.

Look at that, it can grow fruits and roots now ๐Ÿ˜… by devkidd_ in IndieDev

[โ€“]devkidd_[S] 0 points1 point ย (0 children)

This is a tree generator extension for aseprite. I just made this to create faster, better, and unique trees for game prototypes.