![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Oct 2004
Posts: 63
Rep Power: 5
![]() |
I visited a game development site and every tutorial, or at leats alot of them were in directX. Is this better than C++ for programming games and stuff, or is C++ the best of all? I also saw alot of tutorials on mmorpg's but they were all in VB.. wierd? or is it me?
|
|
|
|
|
|
#2 |
|
PFO Founder
![]() ![]() |
Directx is just a bunch of libraries for creating games using C++
![]() like different graphic libraries for windows
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Nov 2004
Posts: 6
Rep Power: 0
![]() |
.........OpenGL.......
|
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() |
I am a OpenGL Supporter also.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#5 |
|
Expert Programmer
Join Date: Sep 2004
Location: Ontario, Canada
Posts: 591
Rep Power: 5
![]() |
OpenGL sounds really cool...I was always interested in geometic primitives, but I can't find a good about Open GL anywhere
__________________
Johnny was a chemist's son but Johnny is no more, for what Johnny thought was H2O was H2SO4 |
|
|
|
|
|
#6 |
|
Expert Programmer
|
Choose DirectX or OpenGL, they are both libraries, they serve as extensions to a given language, typically C or C++ in which facilitate making games. The breakdown if... if you want cross-platform oriented code use OpenGL, if you want a library that also support Sound, Input, Networking, and various other features used in game than use DirectX--OpenGL is graphics only.
C/C++ is probably the most commonly used language for gaming, the reason is simple. It produces compiled code that is clean and executes very quickly, as compaired to a lot of other languages which are a bit clunky when compiler... VB especially. VB.net is likely used a lot in MUDS because of its ActiveX controls which facilitate working with sockets.. not to mention a lot of MUDs are "newbie creations" and lets face it.. VB is being taught in a lot of schools these days. I recommend C++, you can do more with it.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|