Thread: ascii crawp

  1. #1
    Guest911
    Guest

    Red face ascii crawp

    How would I "animate" large ascii art?

    Lets say I use an ifstream to load the ascii art, from a file.
    Then, how would I make the crawp "move", spin around, zoom in/out. You know, do stuff.

    Take a look at: http://www.pouet.net/prod.php?which=5095

    Any examples or theorys are welcome

  2. #2
    i want wookie cookies the Wookie's Avatar
    Join Date
    Oct 2002
    Posts
    455
    well i guess youd have to create coordinate sets to make each letter,, then ue a rotation equation on each set, and output it to the screen

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ASCII character with ASCII value 0 and 32
    By hitesh_best in forum C Programming
    Replies: 4
    Last Post: 07-24-2007, 09:45 AM
  2. Replies: 11
    Last Post: 03-24-2006, 11:26 AM
  3. Office access in C/C++ NOT VC++!! :)
    By skawky in forum C++ Programming
    Replies: 1
    Last Post: 05-26-2005, 01:43 PM
  4. ascii values for keys
    By acid45 in forum C Programming
    Replies: 2
    Last Post: 05-12-2003, 07:13 AM
  5. Checking ascii values of char input
    By yank in forum C Programming
    Replies: 2
    Last Post: 04-29-2003, 07:49 AM