game
-
can we make a 3d game in vb.net
-
can we make a 3d game in vb.net
It is possible to make a game in VB.NET, yes. As to whether you could, I don't know your skills level, your background, so I couldn't possibly comment. If you want to program games with .NET, a good place to start is Microsoft XNA.
Forgive your enemies - it messes with their heads
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
It is possible to make a game in VB.NET, yes. As to whether you could, I don't know your skills level, your background, so I couldn't possibly comment. If you want to program games with .NET, a good place to start is Microsoft XNA.
Forgive your enemies - it messes with their heads
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
And he also does not really need our permission, so he may proceed :) Edit: Why does the question, together with mentioning VB, let me expect horrible things?
And from the clouds a mighty voice spoke:
"Smile and be happy, for it could come worse!"And I smiled and was happy
And it came worse. -
And he also does not really need our permission, so he may proceed :) Edit: Why does the question, together with mentioning VB, let me expect horrible things?
And from the clouds a mighty voice spoke:
"Smile and be happy, for it could come worse!"And I smiled and was happy
And it came worse.Is there really any difference in the XNA framework between C# and VB ?
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
-
Is there really any difference in the XNA framework between C# and VB ?
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
-
Is there really any difference in the XNA framework between C# and VB ?
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
About the same difference as a Crown Vic and a Mustang. Maybe practically the same engine, but the ride is well not at all the same. And yes, in this case C# is the Mustang :-D
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.
-
can we make a 3d game in vb.net
Well in C# it is very possible to make a nice game in 3D, using the BEPU Physics engine http://channel9.msdn.com/coding4fun/blog/Get-a-free-and-open-source-physics-library-in-BEPUphysics-for-Windows-XBox-and-WP7[^]. Haven't tested the DLL with vb thought.
I am at home in VB but will adapt to anything!
-
can we make a 3d game in vb.net
if you download the Windows Phone SDK 7.1, that contains Visual Studio Express 2010 for Windows phones, there is a default template vb.net to create games with xna (windows phone, windows form, xbox and zune) ... the great thing is that with vb.net 2008 was not allowed to use the contentpipe (to facilitate access to images, sounds, etc.), was only allowed in C#, is now allowed also in vb.net 2010. it seems that Microsoft has finally woken up.