Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Anonymous
Anonymous asked in Computers & InternetProgramming & Design · 1 decade ago

are java graphics bad?

when comparing runescape a java game to WOW written in c++ it like night and day in graphic department from vids i have watch

are java graphics bad?

3 Answers

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    Honestly, C++ doesn't have any graphics. Most graphical games written in C++ actually use a graphics engine - DirectX or OpenGL.

    You can write a C++ program with no graphics whatsoever, or you can use one of these high-end tools. The quality of the graphics will depend on which tools the programmer chose and how skilled the programmer and graphic artist are.

    Likewise, Java can be used with no graphics whatsoever, or a number of other graphics engines, including DirectX and OpenGL - the same exact engines used in C++.

    Many Java games on the web use the rather primitive graphics built into standard Java builds, so this can explain the perception that java has weaker graphics than Java.

    More sophisticated Java games tend to use a system called java3D, which often translates to DirectX or OpenGL on the local machine.

    It's more difficult for Java to interface with graphics acceleration hardware than C, because Java is designed not to work directly with the hardware, but through an intermediate layer. Still, this limitation is being overcome.

    Take a look at flying guns.

    http://www.flyingguns.com/

    It's a pretty impressive flight simulator written entirely in Java.

    Source(s): Game Programming - the L Line (author) http://www.aharrisbooks.net/
  • Anonymous
    1 decade ago

    I don't think they are bad I mean would you say the night is bad compared to the day or that the day is bad compared to the night? I don't think so because you have no control over it. So to say Java graphics are bad...eh...I don't think it works...You could say c== is better then java. but thats about it.

  • 1 decade ago

    I don't think they are bad

Still have questions? Get your answers by asking now.