Slashdot Mirror


Star Wars Asciimation Revisited

Treebeard the Ent writes "A few years ago, Slashdot did a story about a guy Who was creating a full motion Ascii version of Star Wars in Asciimation. This is a link to the source of the now infamous Star Wars ASCIIMATION project that has been evolving since 97. This guy has stated that he prefers to finish this project on his own (but you are welcomed to do any of the other Star Wars movies). In his FAQ's he has stated that he doesn't have time to support his Java applet nor the text files, so he would not be making them available for anyone. Fortunatally enough for those of us who are interested, he has left them wide open in a standard zip file on his server. So download and have fun... Just please don't make any ASCII pr0n movies..."

21 of 173 comments (clear)

  1. Mirror by NETHED · · Score: 5, Informative

    Save the guy some bandwidth. Click here for it.

    --
    --sig fault--
  2. Comment removed by account_deleted · · Score: 2, Informative

    Comment removed based on user account deletion

  3. Watch it via telnet by therevolution · · Score: 5, Informative
    Use the console, Luke!

    telnet blinkenlights.nl

  4. Re:No way... by daw · · Score: 4, Informative
    Actually there is an ASCII version of the porn movie "Deep Throat." Seriously.

    Unlike the hand-drawn Star Wars one, it seems to have been made by some kind of automatic transformation of a ripped video stream.

  5. Re:This is why I read /. by WegianWarrior · · Score: 2, Informative

    Judging by this page, Jar-Jar wouldn't make it thru Ep1. Hard to be sure thought, as it looks like the site is in the prossess of getting slashdottet.

    --
    Everything in the world is controlled by a small, evil group to which, unfortunately, no one you know belongs.
  6. Re:Oops by addaon · · Score: 3, Informative

    All jar files are zip files...

    --

    I've had this sig for three days.
  7. Re:PERL Asciimation by bn557 · · Score: 5, Informative

    http://ascii.dyne.org/

    will render any video4linux source as ascii. had a ton of fun with this, and a projector earlier this semester playing 'matrix'.

    Pat

    --
    Humans are slow, innaccurate, and brilliant; computers are fast, acurrate, and dumb; together they are unbeatable
  8. If you like ASCII 'Art' by OverlordQ · · Score: 5, Informative

    You might like the AA Project. Their feats include:

    Ascii Art GFX Library

    Random dot Stereogram Generator

    SVGAlib wrapper for AA-lib

    Image Browser

    And a very nice demonstration

    For a list of cool ASCII-type programs that use AA-lib try their Homepage. ASCII quake anybody?

    --
    Your hair look like poop, Bob! - Wanker.
  9. Re:Other stuff on the website by ecchi_0 · · Score: 2, Informative
    UPDATE: Sunday 29th July 2001 As this site has appeared on www.slashdot.org and is experiencing slightly increased traffic I would like to add a few extra comments...

    Actually, it HAS been a slashdot story :)

  10. Re:ASCII Babes by Monkeyman334 · · Score: 2, Informative

    Another good site for ascii pr0n is space bar cowboy

  11. TTY Quake & UT by mlk · · Score: 3, Informative

    TTYQuake
    TTY UT
    and the TTY UT movies
    Movies!
    Which work in Cygwin, very cool watch.

    Plus the method used by TTY UT will work for ANY SDL-based Linux app, so matrix in ASCII
    xterm -fn micro -geometry 240x150 -e aaxine -driver slang -width 240 \
    -height 150 dvd://01.1 dvd://02.0 dvd://02.1 dvd://02.2 dvd://02.3 \
    dvd://02.4 dvd://02.5 dvd://02.6 dvd://03.0 dvd://03.1 dvd://03.2
    (so the pages says, never tried, must fix my linux install at some point :)

    --
    Wow, I should not post when knackered.
  12. Quicktime terminal movie player by Anonymous Coward · · Score: 1, Informative

    I ran across some demo code on apple's site that made is possible to watch any movie quicktime can play as a ascii movie in the terminal. Though it was cool for awhile, got to be a bit much though after a minute or two.

  13. Re:ASCII Babes by Jugalator · · Score: 3, Informative

    Or just asciipr0n.com

    --
    Beware: In C++, your friends can see your privates!
  14. For those without a browser by Swoopy · · Score: 4, Informative

    From any computer hooked up to the internet, try this :

    telnet blinkenlights.nl

    I thought this wasn't really new, but hey ....

  15. Other ASCII Art links... by radd0 · · Score: 5, Informative

    Here are some additional ASCII art sites worth visiting, some of which host artwork dating back to the early 1970's...

    The Textfiles.com Computer Art Collection
    Features a wide range of computer-oriented text-based artwork beginning with teletype (RTTY) art which predates ASCII. An archive of archives.
    http://artscene.textfiles.com/

    The ACiD Artpacks Archive
    Indexed and sorted by year. Hosts a collection of over 13 years of ASCII, ANSI, RIPscrip and other digital artwork.
    ftp://artpacks.acid.org/pub/artpacks/

    The Christ ASCII Archives
    Indexed and sorted by artgroup. The authoritative archive of IBM-PC and Amiga ASCII art.
    ftp://ftp.mimic.ca/pub/ascii/

    Thuglife ASCII Art/News Portal
    http://www.thuglife.org

    Acheron Scene Art/News Portal
    http://www.acheron.org

    Joan Stark's ASCII gallery
    More mainstream but rich in content regarding the different facets ASCII artscenes. Unfortunately this site is constantly plagued by Geocities bandwidth caps.
    http://www.geocities.com/SoHo/7373/

    -r
  16. Re:PERL Asciimation by Anonymous Coward · · Score: 2, Informative

    you can also do this with aalib and mplayer

  17. This sounds wrong by Gossy · · Score: 4, Informative

    From the FAQ:

    Is the source code for the player and the text file available?
    I can't really make these available yet. I don't have as much time as I would like for support or questions on the applet or the text file. I do plan to make them available when they are complete.


    The news post here even says that he doesn't want it to be available, but says that he has left the source 'wide-open'. Hmmm.

  18. Re:But did he intentionally leave them wide open.. by semaj · · Score: 3, Informative
    Yep, but the JAR container is actually just a ZIP file containing:
    • compiled Java classes,
    • the uncompiled source (must have been put there deliberately), and
    • a file "sw1.txt" containing all of the ASCII text used.
    So it's easy enough to get at it all.
    --
    Meep meep
  19. perl player revisited by PinkFreud · · Score: 3, Informative

    Sorry for the repost. Was logged out.

    A couple years back, I created a player for these 'movies' in perl (which is in use on blinkenlights.nl. It's a bit more than the one-liner, but it does play them smoothly (no flickering). It also supports Asciimation movies of other sizes (like Simon's Death of Jar Jar).

    Player is available at http://mordor.rutgers.edu/~sauron/asciimation/asci imation.pl.

    Try not to abuse this server too much, please.

  20. Re:No way... by Anonymous Coward · · Score: 1, Informative

    They probably used aalib with mplayer/mencoder.

    To play any movie that mplayer can handle in ASCII (assuming you have aalib and mplayer compiled with support for it)...

    mplayer -vo aalib /path/to/movie.mpeg

    To compile mplayer with aalib support on Gentoo...

    emerge aalib && USE="aalib" emerge mplayer

    enjoy