software engineering project.....

Discussion in 'Computer Science & Culture' started by bigjnorman, Aug 29, 2003.

Thread Status:
Not open for further replies.
  1. bigjnorman Registered Senior Member

    Messages:
    158
    whats up guys, I'm taking my first software engineering class and for the class project my group (of 5) is going to implement an elementary school level mathmatics tutoring program.

    We would like to use animations in the tutorial but none of us have ever done animations and the tutorial will be a java applet.

    The only thing I could come up with was to have the animations playing in a shockwave window beside the applet. But i've never created shockwaves before, are they difficult? Is there an easier way?

    all comments are welcome.
     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. okinrus Registered Senior Member

    Messages:
    2,669
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. LSatyl Registered Senior Member

    Messages:
    44
    Urm, I only use Swing and AWT for the UI, not animations. For Animations I use either Java 2D or Java 3D, but off course ymmv.

    There are lots of sampes on the Java 2D site using animation, e.g. a bouncing balls applet. They can be downloaded both as applet and as source: Java 2D samples. The 3D site also has examples, but none by Sun itself. Plenty of third party demos however, and also a list of links to online applications using Java 3D.

    If you do wish to use Swing for writing animations, look at this part of the Swing tutorial.
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. bigjnorman Registered Senior Member

    Messages:
    158
    cool, thanks guys, I'll look into those suggestions.
     
  8. malkiri Registered Senior Member

    Messages:
    198
    I don't know exactly what the requirements for your project are, so this might not be a useful suggestion, but take a look at Slithy.
     
  9. river-wind Valued Senior Member

    Messages:
    2,671
    I don't have any Java exp. but from the Shockwave end, creating a Flash animation (as opposed to a Shockwave setup, which would be more than it sounds like you need) is very very easy. it is not the most streamlined when it comes to playback (lots of power is required to play a fairly simple animation), but it is easy to create, and fairly powerful in what it can do.

    You can (at least at one time you could, I can't tell if the rules are still the same) get a free education-only three month trial of Flash which will allow you to create deliverable output within the time limit. You could go onto their site, DL the trial, and produce what you need.

    www.macromedia.com
     
Thread Status:
Not open for further replies.

Share This Page