Closed Thread
Results 1 to 2 of 2

Thread: Good Beginning Graphics Resources?

  1. #1
    AutumnNight is offline Newbie
    Join Date
    Aug 2007
    Posts
    1
    Rep Power
    0

    Good Beginning Graphics Resources?

    I'm very new to programming, I have a little experiece with HTML but recently my friend has gotten me into Java (which is what they teach at my school). I've checked out Java for Dummies from the library and while I've learned some basic concepts of the language I want to know if there are any good resources (for beginners) specifically about developing graphics in Java OR another programming language. And I would also like to know what language may be more advanced for graphics, if any are better than the others.

    I was also wondering if for most games the graphics were developed in the same programming language or if they were more likely to have been created in a different program and then called into play by some code. (I'm sorry if this isn't making sense). I know these are dumb questions I just can't seem to find an answer easily.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    There's no dumb questions, only dumb answers.

    Almost all decent programming languages have some kind of libraries for graphics. Maybe not as an official release, but just as a library, which some great people made. So you could basically choose any language. But of course; some languages are faster or better.

    You can do graphics in Java if you want to. You can use Java2D, Java3D or even a port of OpenGL, JOGL. There's other languages as well, like C and C++. These languages are faster than Java, so your programs would be faster than if they were in Java. In C or C++, there's several alternatives, like OpenGL (and a lot of utilities; GLUT, etc.), DirectX, etc.

    It's the same with most languages, so I don't want to blab about more.

    Pick a language, and then see if it have some libraries for Graphics.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Looking for resources
    By shiyamhoda in forum C and C++
    Replies: 5
    Last Post: 10-13-2010, 10:29 AM
  2. Replies: 4
    Last Post: 07-09-2010, 01:25 AM
  3. Graphics in VB.NET Part 2 - Graphics
    By Vswe in forum Visual Basic Tutorials
    Replies: 4
    Last Post: 11-07-2009, 06:03 PM
  4. Replies: 5
    Last Post: 07-14-2008, 10:32 AM
  5. Resources
    By allen331 in forum C# Programming
    Replies: 3
    Last Post: 07-19-2006, 03:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts