I read the book "C++ primer plus" and i think i am ready to move on to an api.
I am learning a bit about sdl, but i want to learn some opengl/win32.
When I looked at some tutorials it had some win32 code at the beginning, and i hear the same about directx.
So, i want to learn win32 and then opengl/directx so that i can already master some opengl parts.
Is there any good win32 beginner book for me?
And maybe a opengl beginner book, too?
Opengl/win32
Moderator: Coders of Rage
Re: Opengl/win32
there is no real reason to learn opengl and directx at the same time for a beginner.
if you want your code portable go with opengl and dont even worry about win32.
http://www.amazon.com/Tricks-Windows-Ga ... 0672313618
this book is old but will teach you win32, gdi and the likes. i think it may have some directx but probably dx7.
if you want your code portable go with opengl and dont even worry about win32.
http://www.amazon.com/Tricks-Windows-Ga ... 0672313618
this book is old but will teach you win32, gdi and the likes. i think it may have some directx but probably dx7.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"
Re: Opengl/win32
I know, but all the code i see uses windows.
EX: http://nehe.gamedev.net/data/lessons/le ... ?lesson=01
EX: http://nehe.gamedev.net/data/lessons/le ... ?lesson=01
- short
- ES Beta Backer
- Posts: 548
- Joined: Thu Apr 30, 2009 2:22 am
- Current Project: c++, c
- Favorite Gaming Platforms: SNES, PS2, SNES, SNES, PC NES
- Programming Language of Choice: c, c++
- Location: Oregon, US
Re: Opengl/win32
I use nehe's tutorial's all the time. I use sdl/opengl though. It's my first time learning opengl so it's not like i'm an expert, but I just learn how to do whatever is in the winapi with sdl. You should be capable of that if you are learning opengl in the first place.
edit: or directx, or whatever
edit: or directx, or whatever
My github repository contains the project I am currently working on,
link: https://github.com/bjadamson
link: https://github.com/bjadamson
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Opengl/win32
Try thisDreeb wrote:I know, but all the code i see uses windows.
EX: http://nehe.gamedev.net/data/lessons/le ... ?lesson=01
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Opengl/win32
I don't even think OpenGL is a good idea for a beginner.
Why not Allegro or SDL?
Why not Allegro or SDL?
Re: Opengl/win32
I would always suggest SFML for a beginner because it has the most easiest API you can think of.