Delphi OpenGL Basics

heLLo friend!
i want to know the basics of opengl coding in delphi. has someone the tin,me or the tutorial to send to me ?
would be very nice!
i want to make a basic 3d engine.

thanks again

Opengl behaives exacly the same in Delphi as in C/C++

The benefit is that you dont have to create a window of your own, just use the Form1.Handle as hWnd, and Form1.canvas.handle as DC and init the opengl as you do normally

Hi,
if you want to get started take a look at nehe tutorials The tutorials are also available in Delphi.

also www.delphi3d.net
romka.demonews.com/index_eng.htm

   [http://nehe.gamedev.net/](http://nehe.gamedev.net/)