Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old August 4th, 2003, 01:58 AM
laidbak laidbak is offline
you know how we do
Dev Articles Novice (500 - 999 posts)
 
Join Date: Jun 2002
Location: In Tha IE -- San Bernardino COUNTY
Posts: 788 laidbak User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 4 m 2 sec
Reputation Power: 7
Send a message via ICQ to laidbak Send a message via AIM to laidbak Send a message via MSN to laidbak Send a message via Yahoo to laidbak
Tight Ascii Art

Just check it out and you will see:
http://abstract.cs.washington.edu/~...-matrix.html.gz
__________________
__________________________________________________ _
Wil Moore III, MCP | Integrations Specialist | Senior Consultant
Are You Listed...? | DigitallySmooth Inc.

Reply With Quote
  #2  
Old August 4th, 2003, 08:43 AM
dfano dfano is offline
Always Learning (I Think)
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: NYC Baby!!!!
Posts: 123 dfano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to dfano Send a message via Yahoo to dfano
that is amazing, do you think that was done with some sort of plug in?

Thanks for the cool link,
__________________
Dave
www.fs3d.com

Reply With Quote
  #3  
Old August 4th, 2003, 09:42 AM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 8 m 57 sec
Reputation Power: 9
Send a message via ICQ to stumpy Send a message via MSN to stumpy
Bloody amazing.

You can get bitmap 2 ascii converters, so I'm guessing it was done with one of 'em.... frame by frame perhaps?

Reply With Quote
  #4  
Old August 4th, 2003, 10:08 AM
laidbak laidbak is offline
you know how we do
Dev Articles Novice (500 - 999 posts)
 
Join Date: Jun 2002
Location: In Tha IE -- San Bernardino COUNTY
Posts: 788 laidbak User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 4 m 2 sec
Reputation Power: 7
Send a message via ICQ to laidbak Send a message via AIM to laidbak Send a message via MSN to laidbak Send a message via Yahoo to laidbak
Good observation... I would imagine it was done frame by frame putting together bitmap 2 ascii art.

Reply With Quote
  #5  
Old August 4th, 2003, 11:17 AM
dfano dfano is offline
Always Learning (I Think)
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: NYC Baby!!!!
Posts: 123 dfano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to dfano Send a message via Yahoo to dfano
i wouldnt be surprised if there ais a program that coverts the whole animation. much like the programs that convert a pixel based AVI to a Vector based SWF. like the cool cell shaded animations.

Reply With Quote
  #6  
Old August 7th, 2003, 03:51 PM
Mary Mary is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 59 Mary User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 5 m 17 sec
Reputation Power: 0
This is really good. Any ideas how they made it?

Reply With Quote
  #7  
Old August 13th, 2003, 05:12 PM
netytan's Avatar
netytan netytan is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: Knighton, UK
Posts: 29 netytan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 7 m 44 sec
Reputation Power: 0
Send a message via ICQ to netytan Send a message via AIM to netytan Send a message via MSN to netytan Send a message via Yahoo to netytan
I have to agree here, frame by frame seems more realistic simple because they use Javascript to flick between the the different frames stored in the source file. I find it hard to believe this is not a custom thing! Then again i may be wrong.. either way it is very impresive!

Mark.

Reply With Quote
  #8  
Old August 13th, 2003, 09:54 PM
wastedbreath wastedbreath is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: BC, Canada
Posts: 35 wastedbreath User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to wastedbreath
Whoa! Thats pimp tight. Now they gotta make it green

Reply With Quote
  #9  
Old August 14th, 2003, 11:15 AM
netytan's Avatar
netytan netytan is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: Knighton, UK
Posts: 29 netytan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 7 m 44 sec
Reputation Power: 0
Send a message via ICQ to netytan Send a message via AIM to netytan Send a message via MSN to netytan Send a message via Yahoo to netytan
That's pretty easy to do yourself . I would attach the green version but this site wont let me, but anyway open up the html's file with your text edirot and follow these two steps.

1)

find the line below line and remove the color="#000000" from the font tag (there is one for each frame so i'd suggest using your editors search and replace function).

<font size="1" face="Courier New, Courier, mono" color="#000000">

-------------------

2)

find the line below and replace #FF9090 (red) with #339966 (green)

PRE { font-family:fixed,fixedsys,"Courier New",monaco,monospace;
color:#ff9090 }


And your done it's all green

Mark.

Reply With Quote
  #10  
Old August 22nd, 2003, 01:44 AM
thecharking thecharking is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 187 thecharking User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to thecharking
interesting

Quote:
i wouldnt be surprised if there ais a program that coverts the whole animation. much like the programs that convert a pixel based AVI to a Vector based SWF. like the cool cell shaded animations.


I have never heard of those... what program does that, converts AVI to SWF to look cell shaded? that soudns amazing, I always wondered how that was done (like that car commercial right...)
__________________
hey it's the CHARKING

Reply With Quote
  #11  
Old April 5th, 2005, 08:06 AM
Turbo Turbo is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 2 Turbo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 46 sec
Reputation Power: 0
I think that nowdays video to flash converter is the best from such tools in quality

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Development > Tight Ascii Art


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway