[algogeeks] Re: OPEN GL

2007-04-20 Thread aliwajdan ali
that simply means you have to write your own graphics library like openGL. which'll serve your simulation enginges needs of rendering and displaying different images. did you have to build 3d simulator? On 4/19/07, monty 1987 [EMAIL PROTECTED] wrote: Hi I have to devlop a graphic

[algogeeks] Re: OPEN GL

2007-04-20 Thread aliwajdan ali
another understanding could be that by using OpenGL you just create a graphics controler i mean software engine to which you give some visual information and it renders the actual image for you On 4/20/07, aliwajdan ali [EMAIL PROTECTED] wrote: that simply means you have to write your

[algogeeks] Re: OPEN GL

2007-04-19 Thread aliwajdan ali
OpenGL is graphics library available for public and commercial use. Mostly this library is used to create graphics and window based applications in C++. This can be an alternate of microsoft products directX vc. The scope of this Library is very broad in all non microsoft plateforms like linux

[algogeeks] Re: OPEN GL

2007-04-19 Thread monty 1987
Hi I have to devlop a graphic simulation project in which i hav to build a graphics engine . wht does it mean??? On 4/19/07, monty 1987 [EMAIL PROTECTED] wrote: hi, Can anyone tell me more about open gl .How is the scope for this topic??