D3D or OpenGL?

Discuss Programming / Linux questions.

Moderators: scallenger, Sky, TresCom Support Team

Post Reply
Lou-saydus
Pteranodon
Pteranodon
Posts: 983
Joined: Wed Sep 10, 2003 11:18 pm

D3D or OpenGL?

Post by Lou-saydus »

I have just started porgraming in c++/c .

and i was wondering what api is easyer to program with?
guilherme
Gallimimus
Gallimimus
Posts: 739
Joined: Mon Nov 11, 2002 2:15 pm
Location: Portugal
Contact:

Post by guilherme »

I am now reading OpenGL, I descovered that it is exacly what I wold like to know to program, this is easy to do everything you want.
Code is very like our think.
for exemple in c for do a simple box you need something like 10/20 lines, with OpenGL you only need a command inside the crupe
GLBegin and GLEnd, something like this.
If you want I may send you a very good PDF I found on the net, it's an e-book with 356 pages.
I belive with the first chapter you will knowhow to do a circle, lol. ofcourse it is not only this.
But I tell you, it is very simple.
C'A.
Post Reply