Thread: How to create a matrix(movie) animation in C

  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    3

    Question How to create a matrix(movie) animation in C

    How to create a program just like the falling numbers in matrix movie? Help me.

  2. #2
    Registered User valaris's Avatar
    Join Date
    Jun 2008
    Location
    RING 0
    Posts
    507
    You must be The One.

    Or use a graphics sdk such as directx or opengl, or more simply maybe after effects/some 3d modeler if you dont want to program it.

    If you are new to C this would be fairly hard though.

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Do you want this to be a full graphics display, or a text based one?

    Making numbers "fall" down a screen in columns, with a few color changes is not that hard, imo.

    Of course, anythings hard to do in C, if you've never programmed in C before.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can't create child windows
    By OnionKnight in forum Windows Programming
    Replies: 4
    Last Post: 04-10-2011, 04:13 PM
  2. Create some animation using C language??
    By neo_lam in forum C Programming
    Replies: 3
    Last Post: 11-21-2006, 07:20 AM
  3. Create a file from c++ program
    By Dan17 in forum C++ Programming
    Replies: 2
    Last Post: 05-08-2006, 04:25 PM
  4. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  5. How to Create reference to an array in C++
    By shiv_tech_quest in forum C++ Programming
    Replies: 2
    Last Post: 12-20-2002, 10:01 AM