|
|
Starter in OpenGL development.
Hi all,
I am a Graphics Developer whose past experience was on developing
OpenVG graphics Lib. Now i am into application development using
OpenGL. Can Anyone of you help me with the following information.
1) From where i can get the open source code of OpenGL...and how can i
build it on linux and windows both.
2) Online Tutorials or books to start the openGL programming.
3) Basically where to start the OpenGL application Development.
Hope some of you Intelligent people will help me with providing the
information that i need. hope that you all will help in progressing
forward.
regards
|
|
0
|
|
|
|
Reply
|
animesh_groups (1)
|
12/13/2006 4:50:14 AM |
|
Anim_Linux wrote:
> 1) From where i can get the open source code of OpenGL...and
> how can i build it on linux and windows both.
OpenGL comes in the form of your installed graphics driver.* If
you got HW accelerated 3D you probably also got a working OpenGL
installation.
The headers required to start OpenGL development come with almost
all compilers. For *nix systems, where drivers bring their own
libGL.so the drivers usually also come with the required
headers, though the default ones comming with the X11
implementation are fine, too.
> 2) Online Tutorials or books to start the openGL programming.
http://nehe.gamedev.net
The "OpenGL Programming Guide" aka "Red Book"
> 3) Basically where to start the OpenGL application Development.
Start simple, work your way up. The NeHe tutorials are an
excellent starting point.
Wolfgang Draxinger
* There is an OpenGL sample implementation, but this is just for
reference for driver developers and renderes purely in software.
You don't want that.
--
E-Mail address works, Jabber: hexarith@jabber.org, ICQ: 134682867
|
|
0
|
|
|
|
Reply
|
Wolfgang
|
12/13/2006 1:53:43 PM
|
|
"Anim_Linux =D0=B4=B5=C0=A3=BA
"
> Hi all,
>
> I am a Graphics Developer whose past experience was on developing
> OpenVG graphics Lib. Now i am into application development using
> OpenGL. Can Anyone of you help me with the following information.
>
> 1) From where i can get the open source code of OpenGL...and how can i
> build it on linux and windows both.
> 2) Online Tutorials or books to start the openGL programming.
>
> 3) Basically where to start the OpenGL application Development.
>
> Hope some of you Intelligent people will help me with providing the
> information that i need. hope that you all will help in progressing
> forward.
>
> regards
OpengGL SuperBible is a very good and understandable book.Just try it.
Another book is The OpenGL Programming Guide,which also a basical
tutoral.
You can get GLUT by searching GLUT in Google.Its source code is
available.
|
|
0
|
|
|
|
Reply
|
komac
|
12/13/2006 2:10:38 PM
|
|
Anim_Linux wrote:
> Hi all,
>
> I am a Graphics Developer whose past experience was on developing
> OpenVG graphics Lib. Now i am into application development using
> OpenGL. Can Anyone of you help me with the following information.
>
> 1) From where i can get the open source code of OpenGL...and how can i
> build it on linux and windows both.
No need. It's built into both Windows and Linux.
> 2) Online Tutorials or books to start the openGL programming.
>
Try google...
--
<\___/>
/ O O \
\_____/ FTB. For email, remove my socks.
In science it often happens that scientists say, 'You know
that's a really good argument; my position is mistaken,'
and then they actually change their minds and you never
hear that old view from them again. They really do it.
It doesn't happen as often as it should, because scientists
are human and change is sometimes painful. But it happens
every day. I cannot recall the last time something like
that happened in politics or religion.
- Carl Sagan, 1987 CSICOP keynote address
|
|
0
|
|
|
|
Reply
|
fungus
|
12/13/2006 3:38:05 PM
|
|
|
3 Replies
130 Views
(page loaded in 0.084 seconds)
|
|
|
|
|
|
|
|
|