I'm having so much trouble finding a good introduction to modern OpenGL.
When I look for introductions to DirectX, I seem to be flooded with books.
I realize this is probably due to funding, as I imagine Microsoft would prefer developers
learn DirectX.
I'd rather learn OpenGL, but it doesn't seem possible to learn outside of getting into certain classes in school, and I haven't even taken one class specifically for programming.
Is it worth learning DirectX, or should I wait until something good for OpenGL beginners pops up?
Going with DirectX
Moderator: Coders of Rage
-
- Respected Programmer
- Posts: 387
- Joined: Fri Dec 19, 2008 3:33 pm
- Location: Dallas
- Contact:
Re: Going with DirectX
Yes, it's worth learning DirectX.
-
- ES Beta Backer
- Posts: 250
- Joined: Tue Jul 19, 2011 9:37 pm
Re: Going with DirectX
Cool. Just needed to know that it wouldn't be pointless, and might be used professionally.
-
- Respected Programmer
- Posts: 387
- Joined: Fri Dec 19, 2008 3:33 pm
- Location: Dallas
- Contact:
Re: Going with DirectX
It and its variants for XBox are almost exclusively used professionally. You don't see much OpenGL out there outside of the mobile environment. This coming from experience.
-
- ES Beta Backer
- Posts: 250
- Joined: Tue Jul 19, 2011 9:37 pm
Re: Going with DirectX
What about other consoles?: Playstation and Nintendo?
- ChrissyJ91
- Chaos Rift Regular
- Posts: 149
- Joined: Tue Oct 28, 2008 5:36 pm
- Favorite Gaming Platforms: PS1/2
- Programming Language of Choice: C/C++
- Location: UK
Re: Going with DirectX
Nintendo and Sony use their own implementations of OpenGLBenjamin100 wrote:What about other consoles?: Playstation and Nintendo?
-
- Respected Programmer
- Posts: 387
- Joined: Fri Dec 19, 2008 3:33 pm
- Location: Dallas
- Contact:
Re: Going with DirectX
This is only partially true for PS3. Sony *provides* PSGL, but almost exclusively nobody uses it. LibGCM is what PSGL wraps and every single studio out there writing for PS3 in any meaningful way is using LibGCM which is the RSX chip's native API.
No Nintendo system uses OpenGL or any OpenGL-adaptation.
No Nintendo system uses OpenGL or any OpenGL-adaptation.
-
- ES Beta Backer
- Posts: 250
- Joined: Tue Jul 19, 2011 9:37 pm
Re: Going with DirectX
OK, so Nintendo must just have its own graphics library.