3D in Browser
3D in Browser
I have been looking for ways to do 3D games through the browser and it seems that some people are using Javascript. Does anyone know if/how that would work? I don't mean extreme high end 3D stuff, just a representation of your character and the world in 3D. If not that then what are some other options are out there for this?
- SpiritWebb
- Posts: 3107
- Joined: Sun Jul 12, 2009 11:25 pm
Re: 3D in Browser
The only thing I have seen so far using 3D, is Flash (there is a program out there that you combine with flash that lets you create a 3d world, but I don't remember the site) and then Unity which creates the True 3D.
Otherwise, unless someone else knows, I believe thats it and your limited to 2D isometric. Though I could be wrong. Just what I have learned as I searched...thats all that I have found.
Otherwise, unless someone else knows, I believe thats it and your limited to 2D isometric. Though I could be wrong. Just what I have learned as I searched...thats all that I have found.
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: 3D in Browser
straight javascript is not the answer.
Unity3d, - very easy to place a model and make a web player script...very easy and its free
Flash - not free and semi difficult but very powerful and everyone has flash player
O3D - Googles new 3d API, not complete but still usable and free
Shockwave - not free but very kewl
Unity3d, - very easy to place a model and make a web player script...very easy and its free
Flash - not free and semi difficult but very powerful and everyone has flash player
O3D - Googles new 3d API, not complete but still usable and free
Shockwave - not free but very kewl
Re: 3D in Browser
Thanks for the quick replies! I am leaning towards unity. All I would really need from it would be the graphics and input. I was thinking of using PHP for calculating attacks and such and just having a mysql database hold everything. Do you guys think that would be the best approach? Unity for graphics and input, php for calculations and stuff and mysql to store it all?
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: 3D in Browser
i was thinking the same but i am not sure how much integration you will get from unity to the server code. Mysql would be possible buy you would hae to run the php from the mysql updates from unity...at least i think.
Re: 3D in Browser
I might do some experimenting when I get back from the trip. If you try it and figure anything out let us know and I will let you guys know what/if I get anything going. 
Re: 3D in Browser
I am working on a sort of hold the line zombie game and I plan on putting it in the browser so thanks for posting this
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8


