What is the best platform/language for a 3D game in a web browser?
        Posted  
        
            by CodeJustin.com
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CodeJustin.com
        
        
        
        Published on 2010-04-30T09:45:00Z
        Indexed on 
            2010/04/30
            9:47 UTC
        
        
        Read the original article
        Hit count: 234
        
I have enjoyed making 2D games in various langues (actionscript 3.0, java, python, others) but now I'm ready to move into 3D and to really get me amped up while learning 3D development I'm going to attempt to make a 3D multiplayer game (I already have server written in python).
I'm looking for a platform that will run a 3D game well in the browser on low end computers with low end internet.
What first came to mind was try Java or use flash/silver light with a 3D framework but I wanted to ask the good people of stackoverflow since performance is a big part of my needs and also good documentation is a plus since I'm just starting 3D development. (the programming language does not matter)
© Stack Overflow or respective owner