Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1412053 Posts in 69447 Topics- by 58483 Members - Latest Member: Exye

June 22, 2024, 06:28:42 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperArt (Moderator: JWK5)Randomized Pixel Art
Pages: [1] 2 3
Print
Author Topic: Randomized Pixel Art  (Read 9375 times)
Super-Dot
Level 1
*


hup hup


View Profile
« on: February 05, 2009, 04:18:31 AM »

It turns out that you don't actually have to come up with sprites! You can just get a computer to come up with them for you.

Linky

This page generates a 96*64 grid of random black and white pixels. Within any such grid, there are a bunch of little creatures hiding! Here, I'll demonstrate with this:



And here's a bunchload of stuff I found in just that one grid!


The first thing that popped out at me was this bipedal elephant-thing, in the upper middle of the image. Check out that ear!


bzzzzz


This one is definitely Seussian, though I think it's more of a Who than a Grinch.


I modified this one a tiny bit, but it was pretty humanoid to begin with. It's from the upside-down version of the grid.


This one looks to me like a chibi thing with a shovel, pointy ears and a horn.


This one is a deteriorating pumpkin, which I'm including for the eyes. Such awesome eyes!


The antler man thinks highly of himself.


Concave head man thinks less highly of him!


Ha-ha! I have hidden traps along this corridor, and the only way to avoid them is to jump over them!


aaaaaaah


aaaaaaaaaaaaaaah


This ponytailed girl is really visually concise!


I can't tell whether the ghost is resting against the block or pushing it.


I'm absolutely certain that this is a canary.


I think of this as a little floating helper dude with adorable paws.


Another spitting image!


Try it! You are likely to stumble upon something awesome. Oh, and

(original from a different grid, touched-up)
Let it be known that there are monocles!
« Last Edit: April 15, 2010, 12:03:42 AM by Super-Dot » Logged

Kelsey Higham, student at SJSU
Gr.Viper
Level 1
*



View Profile
« Reply #1 on: February 05, 2009, 04:26:15 AM »

 Durr...?
You have to be really patient to study those pixels Giggle
Logged

Now in his mid-forties and still unusual Hubert had learnt many important things, when he was young... ...most importantly, that sanity is a compromise.
Synnah
Level 7
**


La la la la - oh, what fun!


View Profile WWW
« Reply #2 on: February 05, 2009, 05:01:21 AM »

Nice!

The bipedal elephant was the first thing to jump out at me in your image, too.

Imagine a competition to create a game solely populated by sprites found in a single image created by that generator. Animating them would be fun!
Logged

"What's that thing at the end of the large intestine? Because that's exactly what you've done here." - Ray Smuckles, Achewood.

My music. Will compose for free!
increpare
Guest
« Reply #3 on: February 05, 2009, 05:09:26 AM »

The bipedal elephant was the first thing to jump out at me in your image, too.
what about the koala on its back?
Logged
Kekskiller
Guest
« Reply #4 on: February 05, 2009, 05:20:11 AM »

I also thought about an image generator - generating all possible 8x8 sprites with black/white. But it increasing the image size and color count made it impossible to get good images without browsing for years through an ever increasing amount of files...
Logged
J.G. Martins
Level 2
**


AKA anvilfolk


View Profile WWW
« Reply #5 on: February 05, 2009, 06:09:39 AM »

It would be great to provide that kind of feedback to some sort of learning software (say, neural networks?) and it would keep finding and searching for figures that were similar, or with the similar characteristics, to the ones you thought were interesting!

In the least, it would reduce the TIGsource squinting index by over 60%! Tongue
Logged

Gold is for the mistress -- silver for the maid --
Copper for the craftsman cunning at his trade.
"Good!" cried the Baron, sitting in his hall,
"But iron, cold iron, is the master of them all."
--- Rudyard Kipling
GP Lackey
Level 1
*



View Profile
« Reply #6 on: February 05, 2009, 07:17:23 AM »

There's more sensible ways to do this than white noise!

Examples:
Pixel Robots
Pixel Spaceships
More Pixel Spaceships
Richard's Evolving Sprite Tool

I also thought about an image generator - generating all possible 8x8 sprites with black/white. But it increasing the image size and color count made it impossible to get good images without browsing for years through an ever increasing amount of files...

Heh, it reminds me of this.
Logged
Synnah
Level 7
**


La la la la - oh, what fun!


View Profile WWW
« Reply #7 on: February 05, 2009, 10:00:58 AM »

The bipedal elephant was the first thing to jump out at me in your image, too.
what about the koala on its back?
Oh man, how did I miss that?
Logged

"What's that thing at the end of the large intestine? Because that's exactly what you've done here." - Ray Smuckles, Achewood.

My music. Will compose for free!
Devlin
Guest
« Reply #8 on: February 05, 2009, 10:31:59 AM »

haha, I do this but with NES/Atari 2600 games..
Logged
David Pittman
Level 2
**


MAEK GAEM


View Profile WWW
« Reply #9 on: February 05, 2009, 10:45:10 AM »

I also thought about an image generator - generating all possible 8x8 sprites with black/white. But it increasing the image size and color count made it impossible to get good images without browsing for years through an ever increasing amount of files...

Heh, yeah, this is something I wanted to write for a while, and then I did the math and realized that for the same simple case you described (8x8, 1-bit color), there's over 18 sextillion (1.8e+22) possible sprites. If you could somehow generate a billion images a second, it would still take almost 600 years to generate them all. For a typical NES sprite (16x32, 2-bit color), it explodes to 1.8e+308 possibilities. Exponential growth rates are fun!
Logged

Super-Dot
Level 1
*


hup hup


View Profile
« Reply #10 on: February 05, 2009, 11:47:57 AM »

Durr...?
You have to be really patient to study those pixels Giggle
If you're extracting a lot of images from one grid, sure! If you're flipping through lots of images to find things that pop out at you, like bipedal elephants, it doesn't take that much patience at all.

Imagine a competition to create a game solely populated by sprites found in a single image created by that generator. Animating them would be fun!
I'm actually considering using this method for a platformer I'm making, since I can't think of a protagonist.

what about the koala on its back?
Kiss

There's more sensible ways to do this than white noise!

Examples:
Pixel Robots
Pixel Spaceships
More Pixel Spaceships
Sure, if you consider spaceships and robots to be more sensible than koalas riding bipedal elephants.

This looks neat, but it's not as effective for discovering new things; it's more about refining existing things.


Here's some stuff I found on my graphing calculator a while ago! More to come.


A bunny in a UFO.


A dude meditating. His posture is about as good as mine.


A gecko! I think this one animated to be climbing walls could be awesome.
Logged

Kelsey Higham, student at SJSU
GP Lackey
Level 1
*



View Profile
« Reply #11 on: February 05, 2009, 12:12:22 PM »

Did you try it?  It entirely generates new things, so I'm not sure what you mean.  Except that they are always horizontally symmetrical.

Quote
Sure, if you consider spaceships and robots to be more sensible than koalas riding bipedal elephants.
I am saying maybe there's a more sensible way of generating koalas riding bipedal elephants!  Also I just want to bring attention to these things because they're fun.
Logged
increpare
Guest
« Reply #12 on: February 05, 2009, 12:34:46 PM »

Quote from: gpl
There's more sensible ways to do this than white noise!
I think random pixels (Actually, even maybe that one initial image posted) aren't in any especial way deficient for the purpose to which they're being put in this thread. I think that the things you linked to are fun, but don't really fulfill the same (or even, in my mind, a similar) function.

Anyway, given that you mentioned it, let's not forget muku's contribution to the area of pg peeps.

Logged
Super-Dot
Level 1
*


hup hup


View Profile
« Reply #13 on: February 05, 2009, 01:01:37 PM »

Did you try it?  It entirely generates new things, so I'm not sure what you mean.  Except that they are always horizontally symmetrical.
The horizontal mirroring is a nifty idea, but I didn't find anything neat in my fiddlings with it. If you did, post it!

I am saying maybe there's a more sensible way of generating koalas riding bipedal elephants!
Oh, absolutely! I thought you meant that the robots and mirrors were more sensible. But yeah, even if they don't do organisms, they're great!



Parrot.


Elfdemon is distraught.


This one reminds me of Yoshi! It's got a similar body form, but it's long and sharp instead of rounded and it wears high heels instead of shoes.
Logged

Kelsey Higham, student at SJSU
Gnarf
Guest
« Reply #14 on: February 05, 2009, 01:43:38 PM »

Logged
Xion
Pixelhead
Level 10
******



View Profile WWW
« Reply #15 on: February 05, 2009, 02:01:33 PM »

Except that they are always horizontally symmetrical.
you can enable/disable x and y symmetry.
Logged

Nitro Crate
Level 3
***



View Profile
« Reply #16 on: February 05, 2009, 05:47:03 PM »


First thing I saw.

It seems to be a man...with no hands..and a mask like face..and missing a right foot. (his right, our left)

Edit: This is from your pic. From further investigation, it seems to be part of your elephant.
Logged
reetva
Level 5
*****

Bee dee bai do beeeee


View Profile
« Reply #17 on: February 05, 2009, 05:55:00 PM »

I did something like this!  I made a generator similar to yours in Flash.  I almost did something like this, but decided there wouldn't be enough interest.  I was wrong.  Embarrassed
Logged

Hello!  I am here to boogie.  Shall we?
Fuzz
Guest
« Reply #18 on: February 05, 2009, 09:12:13 PM »


First thing I saw.

It seems to be a man...with no hands..and a mask like face..and missing a right foot. (his right, our left)

Edit: This is from your pic. From further investigation, it seems to be part of your elephant.
Weird that it looks like that to you. To me, it could not be anything other than a kangaroo in mid-jump.

EDIT:
I tried that and it turned out to be really useful and fun. After about 15 minutes playing around with it, I got this, which is kind of a cat-king-mech thing:


Since it's a bit hard to see, I made a quick coloured version:
« Last Edit: February 05, 2009, 09:54:50 PM by Fuzz » Logged
Hajo
Level 5
*****

Dream Mechanic


View Profile
« Reply #19 on: February 06, 2009, 08:24:13 AM »



I think they want me to make a game with them Shocked

It's amazing though. An in a mind-bending sense, creative.
Logged

Per aspera ad astra
Pages: [1] 2 3
Print
Jump to:  

Theme orange-lt created by panic