Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    WrigleyF is offline Master Member
    Join Date
    May 2010
    Posts
    546

    Default programming and 3D

    What kind of computer programming language is good for creating 3D images for your website?

  2. #2
    suwunk is offline Super Moderator
    Join Date
    Aug 2010
    Posts
    1,097

    Default

    If we want to display 3D graphics in real-time, for instance in a game or 3D simulation, then we need a language and environment that runs fast and we also need efficient 3D libraries.

    Options:

    1.Use C++. There is quite a steep learning curve, because, not only do we have to learn C++ (the easy part!) we also have to understand the OpenGL library (GLUT) or Direct3d and any other libraries you may need.

    2.Use Java and Java3D - Much easier to learn, this is what I use, JBuilder6 is for Java, however the downside of this is that Java can run slower and it is more difficult to distribute Java applications to other people. There is a standard extension to Java which supports 3D display, this is Java3D.

    3..Net languages such as C# or Visual Basic.

    4.Write the program as a script to drive VRML or the 3D program that you are using.

    Programming Languages for 3d simulation and games - Martin Baker


 

Similar Threads

  1. auto-programming
    By Randy5 in forum Programming
    Replies: 0
    Last Post: 2011-02-21, 02:51 PM
  2. programming for all
    By WrigleyF in forum Programming
    Replies: 0
    Last Post: 2011-02-02, 09:06 AM
  3. programming teachers
    By Randy5 in forum Programming
    Replies: 1
    Last Post: 2010-11-12, 06:43 PM
  4. programming for everybody
    By WrigleyF in forum Programming
    Replies: 0
    Last Post: 2010-08-17, 10:18 AM
  5. Programming Languages
    By sgoodman in forum Off Topic
    Replies: 4
    Last Post: 2008-11-05, 01:38 PM

Posting Permissions

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