cry of war Posted October 19, 2007 Share Posted October 19, 2007 Hi, I had no idea where to put this but I was wondering if anyone knows what is the best software to use with PHP MySQL for making a 3D. Also if this is the wrong place to put this could admin move it to the right location. CoW Quote Link to comment https://forums.phpfreaks.com/topic/73951-php-and-3d-gaming/ Share on other sites More sharing options...
derwert Posted October 21, 2007 Share Posted October 21, 2007 PHP is not meant for this. Take a look at C++ or C#(it can also be done in VB if it's your preference) and either DirectX or the opengl library. Quote Link to comment https://forums.phpfreaks.com/topic/73951-php-and-3d-gaming/#findComment-374664 Share on other sites More sharing options...
MasterACE14 Posted October 21, 2007 Share Posted October 21, 2007 PHP is not meant for this. Take a look at C++ or C#(it can also be done in VB if it's your preference) and either DirectX or the opengl library. You can however, make a website for your game in PHP, and grab players information via MySQL, or MSSQL or whatever database system you may be using, to display player stats on your website. These "player stats" websites are quite popular. Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/73951-php-and-3d-gaming/#findComment-374672 Share on other sites More sharing options...
JJohnsenDK Posted October 21, 2007 Share Posted October 21, 2007 java is also a good tool for 3d gaming... java is easier to learn than c++ if you are new in programing... Quote Link to comment https://forums.phpfreaks.com/topic/73951-php-and-3d-gaming/#findComment-374675 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.