This is so cool, what a great way to get good ideas and patterns!
The results are so awesome
Simple Sprite Generator
- DaedalusYoung
- Party member
- Posts: 413
- Joined: Sun Jul 14, 2013 8:04 pm
Re: Simple Sprite Generator
Very fun to play with I found one I liked, made a screenshot, and then found some more on that same page, that I just accidentally captured.
I was wondering though, this of course only creates symmetrical images. So any faces/monsters/characters you get are looking directly at you. Have you tried creating non-symmetrical sprites with it? Do you still get usable things with that or are they all too random then?
I was wondering though, this of course only creates symmetrical images. So any faces/monsters/characters you get are looking directly at you. Have you tried creating non-symmetrical sprites with it? Do you still get usable things with that or are they all too random then?
Re: Simple Sprite Generator
I have seen this before on LudumDare.
http://www.ludumdare.com/compo/2012/09/ ... generator/
http://www.ludumdare.com/compo/2013/04/ ... rator-1-0/
I find this algorithms very interesting esp. for Rougelikes, Tetris or 3 Match games .
I'm looking forward to see a game made out of these algorithms!
http://www.ludumdare.com/compo/2012/09/ ... generator/
http://www.ludumdare.com/compo/2013/04/ ... rator-1-0/
I find this algorithms very interesting esp. for Rougelikes, Tetris or 3 Match games .
I'm looking forward to see a game made out of these algorithms!
Re: Simple Sprite Generator
Yes, this was exactly my source of inspiration and the guy put animations and multiple colors in it, too! But i want to code it in love by myself, so i can maybe use the algorithm in future projects.SiENcE wrote:I have seen this before on LudumDare.
These were my first tries, but the results where a little bit to chaotic, so i removed the possibility. Maybe i can put it back again with an additional option.DaedalusYoung wrote:Have you tried creating non-symmetrical sprites with it? Do you still get usable things with that or are they all too random then?
Here is another site with great results (and with colors!):
http://img.uninhabitant.com/spritegen.html
I don't know how they are doing there generation, but i think i'm pretty close to there quality.
- Jasoco
- Inner party member
- Posts: 3726
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Simple Sprite Generator
Those are so amazing I am actually jealous.PriorBlue wrote:You can do what ever you want with the code/icons and you don't need to credit me. When you find a cool icon, give credit to the god of randomness , but i think it's even cooler, if everybody think, you are a great pixel artistDavidobot wrote:This is great! I'm going to use this to generate player icons for my game, if you don't mind of course. Would you like me to credit you?
@kikito: oh, thanks. I will fix this.
And at least, my best founds for now (recolored):
(Bear Costume, Wolf emblem, Gas mask, Panda skull, Flying whatever)
The gas mask looks like the mask the Pork Army enemies wore in Mother 3.
-
- Prole
- Posts: 1
- Joined: Sun Sep 22, 2024 1:59 am
Re: Simple Sprite Generator
Sorry to necro but I just stumbled upon this and found it really interesting, so I spent a few minutes porting it over to Love 11.5 from 0.9.1. It mostly trivial, just changing some constants and what not.
As it stands, the Blur shader doesn't work as trying to use it just crashes. It has something to do with canvases not being swapped back-and-forth before drawing to them but I ran out of time to fix it. If someone else can get to it, that'd be great!
As it stands, the Blur shader doesn't work as trying to use it just crashes. It has something to do with canvases not being swapped back-and-forth before drawing to them but I ran out of time to fix it. If someone else can get to it, that'd be great!
- Attachments
-
- ssg-love-v11.5.love
- (16.29 KiB) Downloaded 2403 times
Re: Simple Sprite Generator
Also the colors don't seem to be working well, but otherwise nice redo!
My boat driving game demo: https://dusoft.itch.io/captain-bradley- ... itius-demo
Re: Simple Sprite Generator
Changed Bloom:Active Diamond wrote: ↑Sun Sep 22, 2024 2:09 am Sorry to necro but I just stumbled upon this and found it really interesting, so I spent a few minutes porting it over to Love 11.5 from 0.9.1. It mostly trivial, just changing some constants and what not.
As it stands, the Blur shader doesn't work as trying to use it just crashes. It has something to do with canvases not being swapped back-and-forth before drawing to them but I ran out of time to fix it. If someone else can get to it, that'd be great!
Code: Select all
Error
lib/postshader.lua:82: Cannot render a Canvas to itself!
Traceback
[love "callbacks.lua"]:228: in function 'handler'
[C]: in function 'draw'
lib/postshader.lua:82: in function 'addEffect'
main.lua:205: in function 'draw'
[love "callbacks.lua"]:168: in function <[love "callbacks.lua"]:144>
[C]: in function 'xpcall'
Re: Simple Sprite Generator
Repaired everything. Now it works exactly the same as the 0.9.1 version as far as I can tell (compared side-by-side).
- Attachments
-
- ssg11.love
- (16.76 KiB) Downloaded 2515 times
Who is online
Users browsing this forum: Bing [Bot] and 1 guest