Out of sheer curiosity...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Out of sheer curiosity...

Post by Todd_Z »

Has anyone seen any php randomly/algorithmically created art?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I have actually seen a few PHP competitions where the objective was to create an art like image.. if thats what your asking.

Moved to General Discussion
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

i remember one such thing posted here... he made a spirograph script using php.

wait... i found it :D :arrow: viewtopic.php?t=30896
onion2k made it ;)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

I saw a script once that made a random, 2-d, street level view of a city skyline. The script used source pictures like houses, skyscrapers, stores, etc, and placed them on a street.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

erm, computers aint that clever too automatically generate 2d street level maps from images of houses etc.

imagine the complexity of it, the images taken at different angles height etc
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

malcolmboston wrote:erm, computers aint that clever too automatically generate 2d street level maps from images of houses etc.
sure can do. you aren't getting the picture of it. 2D skyline not the whole thing. it sure is possible.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

malcolmboston wrote:erm, computers aint that clever too automatically generate 2d street level maps from images of houses etc.

imagine the complexity of it, the images taken at different angles height etc
Are you kidding me? With the right programmer, almost nothing is impossible..
Post Reply