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
Todd_Z
Forum Regular
Posts: 708 Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan
Post
by Todd_Z » Tue Apr 26, 2005 8:10 pm
Has anyone seen any php randomly/algorithmically created art?
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Tue Apr 26, 2005 8:53 pm
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
n00b Saibot
DevNet Resident
Posts: 1452 Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:
Post
by n00b Saibot » Wed Apr 27, 2005 1:22 am
i remember one such thing posted here... he made a spirograph script using php.
wait... i found it
viewtopic.php?t=30896
onion2k made it
pickle
Briney Mod
Posts: 6445 Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:
Post
by pickle » Wed Apr 27, 2005 9:47 am
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 » Wed Apr 27, 2005 10:05 am
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
n00b Saibot
DevNet Resident
Posts: 1452 Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:
Post
by n00b Saibot » Wed Apr 27, 2005 10:21 am
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 » Wed Apr 27, 2005 11:00 am
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..