Thread: Question of the day

  1. #1
    doodoo
    Guest

    Thumbs up Question of the day

    Hi all,
    Does anyone has an idea what programming languages can implement water flow in Aquarium graphic. I have seen several
    SCREEN SAVERs with simulation about water flow,but I dont know
    what programming language use for developing them. Does it
    using C code to simulate water flow?

    DooDoo

  2. #2
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    do you just mean implementing the graphics of the water flow? If so, what kind of graphics will it be in?

  3. #3
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    > If so, what kind of graphics will it be in?
    Probably Allegro, Direct X, OpenGL or the like - which has nothing to do with C.

    OP: Provide more detail.
    The world is waiting. I must leave you now.

  4. #4
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    Even more specifically, is it something like tiles? (unless I don't know what I'm talking about I don't know about the hard coding of graphics)

  5. #5
    DooDoo
    Guest
    Originally posted by Draco
    Even more specifically, is it something like tiles? (unless I don't know what I'm talking about I don't know about the hard coding of graphics)
    The idea I am curious about is what programming languages people out there use to create fish and water as well make them move like real life in a AQUARIUM tank. I guess VBasic can implement to simulate WATER and make it flow like real, but I dont know C can??? Talking about creating a graphic of FISH or
    WATER I think OpenGL has capability to do that, but make water
    flow or fish swimming around under water is kinda tough I guess.

    DooDoo

  6. #6
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    Like I said, I don't know much at all about graphics programming, but I'm guessing that C's Allegro graphics library could do the same things that visual basic can do.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Design layer question
    By mdoland in forum C# Programming
    Replies: 0
    Last Post: 10-19-2007, 04:22 AM
  2. day of week
    By s_ny33 in forum C Programming
    Replies: 18
    Last Post: 11-02-2005, 11:56 AM
  3. Should I learn a FULL language first?
    By Raeliean in forum Game Programming
    Replies: 8
    Last Post: 07-16-2005, 06:59 PM
  4. stupid question of the day
    By davidnj732 in forum C++ Programming
    Replies: 2
    Last Post: 02-17-2003, 02:46 AM
  5. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM